# ChangeLog for www-apps/scgi
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v 1.5 2005/03/02 07:18:33 hollow Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v 1.6 2006/06/05 17:32:48 hollow Exp $
+
+*scgi-1.10 (05 Jun 2006)
+
+ 05 Jun 2006; Benedikt Böhm <hollow@gentoo.org> -scgi-1.2_alpha1.ebuild,
+ -scgi-1.2_alpha2.ebuild, scgi-1.2.ebuild, +scgi-1.10.ebuild:
+ Version bump
*scgi-1.2 (02 Mar 2005)
--- /dev/null
+MD5 53530a15f4b7eb5dfc7b853b11781ee3 scgi-1.10.tar.gz 21179
+RMD160 513ca63058ee2c7f9d080142a0f04c6f6ac656c3 scgi-1.10.tar.gz 21179
+SHA256 3cad8c19ea988ecdc55fd873df1fe138a3662d9218bd9d2d17399e785dde9821 scgi-1.10.tar.gz 21179
MD5 577f6db7ab95e602378293756d368112 scgi-1.2.tar.gz 19098
+RMD160 857f2fbaa60b829fc752ed56d75228702406a830 scgi-1.2.tar.gz 19098
+SHA256 fb71e839b7f22c79b8808c02591c51cc3c6cce597f074f987626c3651bd21f14 scgi-1.2.tar.gz 19098
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild,v 1.1 2006/06/05 17:32:48 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 ~ppc"
+IUSE=""
+
+pkg_postinst() {
+ distutils_pkg_postinst
+ einfo "This package does not install mod_scgi"
+ einfo "Please 'emerge mod_scgi' if you need it"
+}
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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 $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild,v 1.2 2006/06/05 17:32:48 hollow Exp $
inherit distutils
LICENSE="CNRI"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~ppc"
IUSE=""
pkg_postinst() {