summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-09-21 08:55:59 +0000
committerMichał Górny <mgorny@gentoo.org>2011-09-21 08:55:59 +0000
commitf61bb4b99933628fd31672cc52f09f7a16e80d69 (patch)
treea7682001b1a04b83dccd58bc944778f5999d8d8f /www-misc/fcgiwrap/fcgiwrap-9999.ebuild
parentMigrate to git-2. (diff)
downloadgentoo-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/fcgiwrap-9999.ebuild')
-rw-r--r--www-misc/fcgiwrap/fcgiwrap-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
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