diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-10-27 14:24:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-10-27 14:24:45 +0000 |
commit | aa05813c63acb1208594f4a741d70e34f9a26b63 (patch) | |
tree | c2fc426dec9af03b257d40a724ab18f11b09f21f /www-client/conkeror | |
parent | Create a fake ".git" directory inside the checkout to satisfy git rev-parse u... (diff) | |
download | gentoo-2-aa05813c63acb1208594f4a741d70e34f9a26b63.tar.gz gentoo-2-aa05813c63acb1208594f4a741d70e34f9a26b63.tar.bz2 gentoo-2-aa05813c63acb1208594f4a741d70e34f9a26b63.zip |
New snapshot. Remove intermediate version.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'www-client/conkeror')
-rw-r--r-- | www-client/conkeror/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/conkeror/conkeror-1.0_pre20131017.ebuild (renamed from www-client/conkeror/conkeror-1.0_pre20130213.ebuild) | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www-client/conkeror/ChangeLog b/www-client/conkeror/ChangeLog index 5780b2f05355..66cafc36597b 100644 --- a/www-client/conkeror/ChangeLog +++ b/www-client/conkeror/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/conkeror # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.36 2013/08/17 20:49:51 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.37 2013/10/27 14:24:45 ulm Exp $ + +*conkeror-1.0_pre20131017 (27 Oct 2013) + + 27 Oct 2013; Ulrich Müller <ulm@gentoo.org> + -conkeror-1.0_pre20130213.ebuild, +conkeror-1.0_pre20131017.ebuild: + New snapshot. Remove intermediate version. 17 Aug 2013; Ulrich Müller <ulm@gentoo.org> conkeror-1.0_pre20130711.ebuild: Require >=firefox-bin-23.0, bug 481406. diff --git a/www-client/conkeror/conkeror-1.0_pre20130213.ebuild b/www-client/conkeror/conkeror-1.0_pre20131017.ebuild index 44ed524db583..e154ab1886da 100644 --- a/www-client/conkeror/conkeror-1.0_pre20130213.ebuild +++ b/www-client/conkeror/conkeror-1.0_pre20131017.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20130213.ebuild,v 1.1 2013/02/17 22:34:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20131017.ebuild,v 1.1 2013/10/27 14:24:45 ulm Exp $ EAPI=5 @@ -17,10 +17,8 @@ SRC_URI="mirror://gentoo/${P}.tar.gz LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 ) CC-BY-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" -DEPEND="" -RDEPEND="|| ( >=www-client/firefox-5.0 >=www-client/firefox-bin-5.0 )" +RDEPEND="|| ( >=www-client/firefox-5.0 >=www-client/firefox-bin-23.0 )" S="${WORKDIR}/${PN}" |