diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-12-31 08:04:29 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-12-31 08:04:29 +0000 |
commit | ca42c2633e56a8968b036a5292c8f345a8820724 (patch) | |
tree | 0e3e0b7ed2fabcdd5574794ec873b84dc439a3e6 /www-misc/fcgiwrap | |
parent | Build docs before emacs, add a doc use flag, add a docs dependency (bug 449336). (diff) | |
download | gentoo-2-ca42c2633e56a8968b036a5292c8f345a8820724.tar.gz gentoo-2-ca42c2633e56a8968b036a5292c8f345a8820724.tar.bz2 gentoo-2-ca42c2633e56a8968b036a5292c8f345a8820724.zip |
fix bug 430840
(Portage version: 2.1.11.31/cvs/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'www-misc/fcgiwrap')
-rw-r--r-- | www-misc/fcgiwrap/ChangeLog | 6 | ||||
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-misc/fcgiwrap/ChangeLog b/www-misc/fcgiwrap/ChangeLog index deeb0629a1b4..26cedafd9f5e 100644 --- a/www-misc/fcgiwrap/ChangeLog +++ b/www-misc/fcgiwrap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-misc/fcgiwrap # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.11 2012/07/25 15:10:21 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.12 2012/12/31 08:04:29 darkside Exp $ + + 31 Dec 2012; Jeremy Olexa <darkside@gentoo.org> fcgiwrap-1.0.3-r1.ebuild, + fcgiwrap-9999.ebuild: + fix bug 430840 25 Jul 2012; Jeremy Olexa <darkside@gentoo.org> -fcgiwrap-1.0.3.ebuild, fcgiwrap-1.0.3-r1.ebuild, fcgiwrap-9999.ebuild: diff --git a/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild index 307182a712ff..87f63acdd84b 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.0.3-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-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild,v 1.4 2012/07/25 15:10:21 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild,v 1.5 2012/12/31 08:04:29 darkside Exp $ EAPI="4" @@ -19,7 +19,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" else - #MY_REV="58ec209" + MY_REV="58ec209" #SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz" SRC_URI="mirror://gentoo/${P}.tar.gz" S="${WORKDIR}/gnosek-${PN}-${MY_REV}" diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild index 5b0c5512d7e1..c427e4399652 100644 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-9999.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-misc/fcgiwrap/fcgiwrap-9999.ebuild,v 1.4 2012/07/25 15:10:21 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v 1.5 2012/12/31 08:04:29 darkside Exp $ EAPI="4" @@ -19,7 +19,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" else - #MY_REV="58ec209" + MY_REV="58ec209" #SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz" SRC_URI="mirror://gentoo/${P}.tar.gz" S="${WORKDIR}/gnosek-${PN}-${MY_REV}" |