diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-17 04:14:21 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-17 04:14:21 +0000 |
commit | ce8349a28085d46241fc8c61897d0742755399c3 (patch) | |
tree | b7264ca48ae49fd6b27839507fe01c8ddab06144 /www-apps | |
parent | default-linux/x86/2004.3 is latest stable profile, not 2004.2. (diff) | |
download | gentoo-2-ce8349a28085d46241fc8c61897d0742755399c3.tar.gz gentoo-2-ce8349a28085d46241fc8c61897d0742755399c3.tar.bz2 gentoo-2-ce8349a28085d46241fc8c61897d0742755399c3.zip |
fix bug #71477. alpha2 in stable x86.
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/scgi/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/scgi/scgi-1.2_alpha1.ebuild | 7 | ||||
-rw-r--r-- | www-apps/scgi/scgi-1.2_alpha2.ebuild | 9 |
3 files changed, 14 insertions, 8 deletions
diff --git a/www-apps/scgi/ChangeLog b/www-apps/scgi/ChangeLog index a1fd0e8316a7..2b3695546331 100644 --- a/www-apps/scgi/ChangeLog +++ b/www-apps/scgi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/scgi # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v 1.3 2004/09/05 09:02:50 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v 1.4 2004/11/17 04:14:21 robbat2 Exp $ + + 16 Nov 2004; Robin H. Johnson <robbat2@gentoo.org> scgi-1.2_alpha1.ebuild, + scgi-1.2_alpha2.ebuild: + fix bug #71477. alpha2 in stable x86. 05 Sep 2004; Sven Wegener <swegener@gentoo.org> : Fixed ChangeLog header. diff --git a/www-apps/scgi/scgi-1.2_alpha1.ebuild b/www-apps/scgi/scgi-1.2_alpha1.ebuild index d73ef2fc0fd3..90c1f6110250 100644 --- a/www-apps/scgi/scgi-1.2_alpha1.ebuild +++ b/www-apps/scgi/scgi-1.2_alpha1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2_alpha1.ebuild,v 1.1 2004/08/15 15:39:21 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2_alpha1.ebuild,v 1.2 2004/11/17 04:14:21 robbat2 Exp $ + +inherit distutils MY_P=${P/_alpha/a} S=${WORKDIR}/${MY_P} @@ -12,9 +14,8 @@ SLOT="0" KEYWORDS="x86" IUSE="" -inherit distutils - pkg_postinst() { + distutils_pkg_postinst einfo "This package does not install mod_scgi" einfo "Please 'emerge mod_scgi' if you need it" } diff --git a/www-apps/scgi/scgi-1.2_alpha2.ebuild b/www-apps/scgi/scgi-1.2_alpha2.ebuild index c200a3edd0ab..18872c3d9f26 100644 --- a/www-apps/scgi/scgi-1.2_alpha2.ebuild +++ b/www-apps/scgi/scgi-1.2_alpha2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2_alpha2.ebuild,v 1.2 2004/08/30 23:31:18 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2_alpha2.ebuild,v 1.3 2004/11/17 04:14:21 robbat2 Exp $ + +inherit distutils MY_P=${P/_alpha/a} S=${WORKDIR}/${MY_P} @@ -9,12 +11,11 @@ HOMEPAGE="http://www.mems-exchange.org/software/scgi/" SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz" LICENSE="CNRI" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" -inherit distutils - pkg_postinst() { + distutils_pkg_postinst einfo "This package does not install mod_scgi" einfo "Please 'emerge mod_scgi' if you need it" } |