summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/scgi/scgi-1.2.ebuild')
-rw-r--r--www-apps/scgi/scgi-1.2.ebuild13
1 files changed, 7 insertions, 6 deletions
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."
}