diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:55:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:55:59 +0000 |
commit | f61bb4b99933628fd31672cc52f09f7a16e80d69 (patch) | |
tree | a7682001b1a04b83dccd58bc944778f5999d8d8f /www-misc/fcgiwrap | |
parent | Migrate to git-2. (diff) | |
download | gentoo-2-f61bb4b99933628fd31672cc52f09f7a16e80d69.tar.gz gentoo-2-f61bb4b99933628fd31672cc52f09f7a16e80d69.tar.bz2 gentoo-2-f61bb4b99933628fd31672cc52f09f7a16e80d69.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'www-misc/fcgiwrap')
-rw-r--r-- | www-misc/fcgiwrap/ChangeLog | 7 | ||||
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/www-misc/fcgiwrap/ChangeLog b/www-misc/fcgiwrap/ChangeLog index 7bc1a71a4157..47316d3b0e90 100644 --- a/www-misc/fcgiwrap/ChangeLog +++ b/www-misc/fcgiwrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-misc/fcgiwrap -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.4 2010/09/15 09:07:29 pva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.5 2011/09/21 08:55:59 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> fcgiwrap-9999.ebuild: + Migrate to git-2. 15 Sep 2010; Peter Volkov <pva@gentoo.org> fcgiwrap-1.0.3.ebuild: Use gentoo mirrors for sources as upstream link disappears with time. diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild index c63083e2a121..71cd328f57ce 100644 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v 1.1 2010/06/29 13:17:59 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v 1.2 2011/09/21 08:55:59 mgorny Exp $ EAPI="3" -[[ ${PV} = *9999* ]] && VCS_ECLASS="git" || VCS_ECLASS="" +[[ ${PV} = *9999* ]] && VCS_ECLASS="git-2" || VCS_ECLASS="" inherit autotools ${VCS_ECLASS} DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)" @@ -15,7 +15,8 @@ SLOT="0" IUSE="" if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="git://github.com/gnosek/${PN}.git" + EGIT_REPO_URI="git://github.com/gnosek/${PN}.git + https://github.com/gnosek/${PN}.git" KEYWORDS="" else |