diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2009-09-17 09:02:45 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2009-09-17 09:02:45 +0000 |
commit | 1e63e27f1d03f1f643148a14f19c66a71b994010 (patch) | |
tree | b353584c2beabb8c9d6ff03ad34f5f84a3f586e1 /www-apps/scgi | |
parent | Missing alsa-lib in RDEPEND, bug #285264 (diff) | |
download | gentoo-2-1e63e27f1d03f1f643148a14f19c66a71b994010.tar.gz gentoo-2-1e63e27f1d03f1f643148a14f19c66a71b994010.tar.bz2 gentoo-2-1e63e27f1d03f1f643148a14f19c66a71b994010.zip |
version bump
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'www-apps/scgi')
-rw-r--r-- | www-apps/scgi/ChangeLog | 9 | ||||
-rw-r--r-- | www-apps/scgi/scgi-1.13.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/www-apps/scgi/ChangeLog b/www-apps/scgi/ChangeLog index c894026a0889..1610d2c15505 100644 --- a/www-apps/scgi/ChangeLog +++ b/www-apps/scgi/ChangeLog @@ -1,6 +1,11 @@ # 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.9 2008/04/28 12:03:57 chtekk Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v 1.10 2009/09/17 09:02:45 hollow Exp $ + +*scgi-1.13 (17 Sep 2009) + + 17 Sep 2009; Benedikt Böhm <hollow@gentoo.org> +scgi-1.13.ebuild: + version bump *scgi-1.12 (28 Apr 2008) diff --git a/www-apps/scgi/scgi-1.13.ebuild b/www-apps/scgi/scgi-1.13.ebuild new file mode 100644 index 000000000000..7099ea245fc6 --- /dev/null +++ b/www-apps/scgi/scgi-1.13.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.13.ebuild,v 1.1 2009/09/17 09:02:45 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://python.ca/scgi/releases/${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." +} |