diff options
author | 2005-03-02 07:18:33 +0000 | |
---|---|---|
committer | 2005-03-02 07:18:33 +0000 | |
commit | 6c5d523dab20fe2c79d0b8d460d3595b2aadf545 (patch) | |
tree | 2bd8e04e97cd81af1eaf8a9cc1e5b7bb62e88711 /www-apps/scgi/scgi-1.2.ebuild | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-2-6c5d523dab20fe2c79d0b8d460d3595b2aadf545.tar.gz gentoo-2-6c5d523dab20fe2c79d0b8d460d3595b2aadf545.tar.bz2 gentoo-2-6c5d523dab20fe2c79d0b8d460d3595b2aadf545.zip |
version bump
(Portage version: 2.0.51.16)
Diffstat (limited to 'www-apps/scgi/scgi-1.2.ebuild')
-rw-r--r-- | www-apps/scgi/scgi-1.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www-apps/scgi/scgi-1.2.ebuild b/www-apps/scgi/scgi-1.2.ebuild new file mode 100644 index 000000000000..fa3ac754b6b9 --- /dev/null +++ b/www-apps/scgi/scgi-1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 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.1 2005/03/02 07:18:33 hollow Exp $ + +inherit distutils + +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" +IUSE="" + +pkg_postinst() { + distutils_pkg_postinst + einfo "This package does not install mod_scgi" + einfo "Please 'emerge mod_scgi' if you need it" +} |