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/scgi-1.12.ebuild | |
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/scgi-1.12.ebuild')
-rw-r--r-- | www-apps/scgi/scgi-1.12.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
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." +} |