diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-17 11:10:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-17 11:10:50 +0000 |
commit | 068eadaa141b8104ddf61d6eece6b8b5c31b9d83 (patch) | |
tree | 17face81cf5f3a74c94cfa07c569ee49c6ca551f /www-client/conkeror | |
parent | Remove lastrite entries for dev-dotnet/gluezilla and www-client/galeon as the... (diff) | |
download | gentoo-2-068eadaa141b8104ddf61d6eece6b8b5c31b9d83.tar.gz gentoo-2-068eadaa141b8104ddf61d6eece6b8b5c31b9d83.tar.bz2 gentoo-2-068eadaa141b8104ddf61d6eece6b8b5c31b9d83.zip |
Remove obsolete net-libs/xulrunner from no-op RDEPEND wrt #409483 by Jauhien Piatlicki
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'www-client/conkeror')
-rw-r--r-- | www-client/conkeror/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/conkeror/conkeror-0.9.4-r1.ebuild | 6 | ||||
-rw-r--r-- | www-client/conkeror/conkeror-1.0_pre20120223.ebuild | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/www-client/conkeror/ChangeLog b/www-client/conkeror/ChangeLog index b06c4fdca6d4..bcb2db4a6d12 100644 --- a/www-client/conkeror/ChangeLog +++ b/www-client/conkeror/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/conkeror # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.25 2012/03/24 17:41:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.26 2012/04/17 11:10:50 ssuominen Exp $ + + 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> conkeror-0.9.4-r1.ebuild, + conkeror-1.0_pre20120223.ebuild: + Remove obsolete net-libs/xulrunner from no-op RDEPEND wrt #409483 by Jauhien + Piatlicki *conkeror-1.0_pre20120223 (24 Mar 2012) diff --git a/www-client/conkeror/conkeror-0.9.4-r1.ebuild b/www-client/conkeror/conkeror-0.9.4-r1.ebuild index 3789c8bba9eb..7c178326a5f8 100644 --- a/www-client/conkeror/conkeror-0.9.4-r1.ebuild +++ b/www-client/conkeror/conkeror-0.9.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-0.9.4-r1.ebuild,v 1.3 2012/02/24 14:53:47 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-0.9.4-r1.ebuild,v 1.4 2012/04/17 11:10:50 ssuominen Exp $ EAPI=4 @@ -20,9 +20,9 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" -RDEPEND=">=net-libs/xulrunner-1.9.1" +RDEPEND="|| ( www-client/firefox www-client/firefox-bin )" -S="${WORKDIR}/${PN}" +S=${WORKDIR}/${PN} src_unpack() { unpack ${P}.tar.gz diff --git a/www-client/conkeror/conkeror-1.0_pre20120223.ebuild b/www-client/conkeror/conkeror-1.0_pre20120223.ebuild index 79b501e0d1ca..67e942bc1dd3 100644 --- a/www-client/conkeror/conkeror-1.0_pre20120223.ebuild +++ b/www-client/conkeror/conkeror-1.0_pre20120223.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20120223.ebuild,v 1.1 2012/03/24 17:41:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20120223.ebuild,v 1.2 2012/04/17 11:10:50 ssuominen Exp $ EAPI=4 @@ -20,11 +20,9 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" -RDEPEND="|| ( >=net-libs/xulrunner-1.9.1 - >=www-client/firefox-5.0 - >=www-client/firefox-bin-5.0 )" +RDEPEND="|| ( www-client/firefox www-client/firefox-bin )" -S="${WORKDIR}/${PN}" +S=${WORKDIR}/${PN} src_unpack() { unpack ${P}.tar.gz |