diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-03-17 16:48:17 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-03-17 16:48:17 +0000 |
commit | ffed6fedc7fd2fda6197ce7e5e5509032913197e (patch) | |
tree | dbaee78eb2870ecfc9c102809ba9b25cfbbb1693 /www-apps/cgit | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-ffed6fedc7fd2fda6197ce7e5e5509032913197e.tar.gz gentoo-2-ffed6fedc7fd2fda6197ce7e5e5509032913197e.tar.bz2 gentoo-2-ffed6fedc7fd2fda6197ce7e5e5509032913197e.zip |
www-apps/cgit: Propagate move of dev-util/git to dev-vcs/git
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'www-apps/cgit')
-rw-r--r-- | www-apps/cgit/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/cgit/cgit-0.8.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | www-apps/cgit/cgit-0.8.3.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-apps/cgit/ChangeLog b/www-apps/cgit/ChangeLog index 60cd6a901f0a..dbe52aeaf7d8 100644 --- a/www-apps/cgit/ChangeLog +++ b/www-apps/cgit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/cgit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.2 2010/03/09 23:12:20 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.3 2010/03/17 16:48:17 sping Exp $ + + 17 Mar 2010; Sebastian Pipping <sping@gentoo.org> cgit-0.8.3.1.ebuild, + cgit-0.8.3.1-r1.ebuild: + Propagate move of dev-util/git to dev-vcs/git *cgit-0.8.3.1-r1 (09 Mar 2010) diff --git a/www-apps/cgit/cgit-0.8.3.1-r1.ebuild b/www-apps/cgit/cgit-0.8.3.1-r1.ebuild index cf8af033a812..b2397b4d734e 100644 --- a/www-apps/cgit/cgit-0.8.3.1-r1.ebuild +++ b/www-apps/cgit/cgit-0.8.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.8.3.1-r1.ebuild,v 1.1 2010/03/09 23:12:20 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.8.3.1-r1.ebuild,v 1.2 2010/03/17 16:48:17 sping Exp $ EAPI="2" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="+cgi doc" -RDEPEND="dev-util/git +RDEPEND="dev-vcs/git sys-libs/zlib dev-libs/openssl cgi? ( virtual/httpd-cgi )" diff --git a/www-apps/cgit/cgit-0.8.3.1.ebuild b/www-apps/cgit/cgit-0.8.3.1.ebuild index 135480018f0c..be0b85171b64 100644 --- a/www-apps/cgit/cgit-0.8.3.1.ebuild +++ b/www-apps/cgit/cgit-0.8.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.8.3.1.ebuild,v 1.1 2010/02/23 22:54:11 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.8.3.1.ebuild,v 1.2 2010/03/17 16:48:17 sping Exp $ EAPI="2" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="+cgi" -RDEPEND="dev-util/git +RDEPEND="dev-vcs/git sys-libs/zlib dev-libs/openssl cgi? ( virtual/httpd-cgi )" |