summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/scgi/scgi-1.2_alpha1.ebuild')
-rw-r--r--www-apps/scgi/scgi-1.2_alpha1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/www-apps/scgi/scgi-1.2_alpha1.ebuild b/www-apps/scgi/scgi-1.2_alpha1.ebuild
deleted file mode 100644
index 90c1f6110250..000000000000
--- a/www-apps/scgi/scgi-1.2_alpha1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.2 2004/11/17 04:14:21 robbat2 Exp $
-
-inherit distutils
-
-MY_P=${P/_alpha/a}
-S=${WORKDIR}/${MY_P}
-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}/${MY_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"
-}