diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2008-04-28 12:03:57 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2008-04-28 12:03:57 +0000 |
commit | 8dab760accffae9030ed937492abc5f7770a9016 (patch) | |
tree | 1e366d42c5ab09e15acd9f424c0b099f2cc833a4 /www-apps/scgi | |
parent | Marked stable on x86. (diff) | |
download | gentoo-2-8dab760accffae9030ed937492abc5f7770a9016.tar.gz gentoo-2-8dab760accffae9030ed937492abc5f7770a9016.tar.bz2 gentoo-2-8dab760accffae9030ed937492abc5f7770a9016.zip |
Version bump, cleanup.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'www-apps/scgi')
-rw-r--r-- | www-apps/scgi/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/scgi/metadata.xml | 3 | ||||
-rw-r--r-- | www-apps/scgi/scgi-1.10.ebuild | 11 | ||||
-rw-r--r-- | www-apps/scgi/scgi-1.12.ebuild | 21 | ||||
-rw-r--r-- | www-apps/scgi/scgi-1.2.ebuild | 13 |
5 files changed, 43 insertions, 13 deletions
diff --git a/www-apps/scgi/ChangeLog b/www-apps/scgi/ChangeLog index 5eb8df968d84..c894026a0889 100644 --- a/www-apps/scgi/ChangeLog +++ b/www-apps/scgi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apps/scgi # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v 1.8 2008/01/10 10:42:48 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v 1.9 2008/04/28 12:03:57 chtekk Exp $ + +*scgi-1.12 (28 Apr 2008) + + 28 Apr 2008; Luca Longinotti <chtekk@gentoo.org> metadata.xml, + scgi-1.2.ebuild, scgi-1.10.ebuild, +scgi-1.12.ebuild: + Version bump, cleanup. 10 Jan 2008; Guy Martin <gmsoft@gentoo.org> scgi-1.10.ebuild: Added hppa to KEYWORDS. diff --git a/www-apps/scgi/metadata.xml b/www-apps/scgi/metadata.xml index ff5b6490402e..80e79cec2e2d 100644 --- a/www-apps/scgi/metadata.xml +++ b/www-apps/scgi/metadata.xml @@ -3,6 +3,7 @@ <pkgmetadata> <herd>apache</herd> <maintainer> - <email>apache-bugs@gentoo.org</email> + <email>chtekk@gentoo.org</email> + <name>Luca Longinotti</name> </maintainer> </pkgmetadata> diff --git a/www-apps/scgi/scgi-1.10.ebuild b/www-apps/scgi/scgi-1.10.ebuild index de43eb9bc446..18d2a0cfaac8 100644 --- a/www-apps/scgi/scgi-1.10.ebuild +++ b/www-apps/scgi/scgi-1.10.ebuild @@ -1,20 +1,21 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild,v 1.3 2008/01/10 10:42:48 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild,v 1.4 2008/04/28 12:03:57 chtekk Exp $ inherit distutils -DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI" +KEYWORDS="~amd64 hppa ~ppc ~x86" + +DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI." HOMEPAGE="http://www.mems-exchange.org/software/scgi/" SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${P}.tar.gz" LICENSE="CNRI" SLOT="0" -KEYWORDS="~amd64 hppa ~ppc ~x86" IUSE="" pkg_postinst() { distutils_pkg_postinst - einfo "This package does not install mod_scgi" - einfo "Please 'emerge mod_scgi' if you need it" + 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.12.ebuild b/www-apps/scgi/scgi-1.12.ebuild new file mode 100644 index 000000000000..4d36f43b904c --- /dev/null +++ b/www-apps/scgi/scgi-1.12.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.12.ebuild,v 1.1 2008/04/28 12:03:57 chtekk Exp $ + +inherit distutils + +KEYWORDS="~amd64 ~hppa ~ppc ~x86" + +DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI." +HOMEPAGE="http://www.mems-exchange.org/software/scgi/" +SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${P}.tar.gz" + +LICENSE="CNRI" +SLOT="0" +IUSE="" + +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.ebuild b/www-apps/scgi/scgi-1.2.ebuild index d8c05a247880..a46b53c42646 100644 --- a/www-apps/scgi/scgi-1.2.ebuild +++ b/www-apps/scgi/scgi-1.2.ebuild @@ -1,20 +1,21 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild,v 1.2 2006/06/05 17:32:48 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild,v 1.3 2008/04/28 12:03:57 chtekk Exp $ inherit distutils -DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI" +KEYWORDS="x86 ~ppc" + +DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI." HOMEPAGE="http://www.mems-exchange.org/software/scgi/" SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${P}.tar.gz" LICENSE="CNRI" SLOT="0" -KEYWORDS="x86 ~ppc" IUSE="" pkg_postinst() { distutils_pkg_postinst - einfo "This package does not install mod_scgi" - einfo "Please 'emerge mod_scgi' if you need it" + einfo "This package does not install mod_scgi!" + einfo "Please 'emerge mod_scgi' if you need it." } |