public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/scgi: ChangeLog scgi-1.10.ebuild scgi-1.2.ebuild metadata.xml scgi-1.12.ebuild
@ 2008-04-28 12:03 Luca Longinotti (chtekk)
  0 siblings, 0 replies; only message in thread
From: Luca Longinotti (chtekk) @ 2008-04-28 12:03 UTC (permalink / raw
  To: gentoo-commits

chtekk      08/04/28 12:03:58

  Modified:             ChangeLog scgi-1.10.ebuild scgi-1.2.ebuild
                        metadata.xml
  Added:                scgi-1.12.ebuild
  Log:
  Version bump, cleanup.
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.9                  www-apps/scgi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	10 Jan 2008 10:42:48 -0000	1.8
+++ ChangeLog	28 Apr 2008 12:03:57 -0000	1.9
@@ -1,6 +1,12 @@
 # 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.8 2008/01/10 10:42:48 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v 1.9 2008/04/28 12:03:57 chtekk Exp $
+
+*scgi-1.12 (28 Apr 2008)
+
+  28 Apr 2008; Luca Longinotti <chtekk@gentoo.org> metadata.xml,
+  scgi-1.2.ebuild, scgi-1.10.ebuild, +scgi-1.12.ebuild:
+  Version bump, cleanup.
 
   10 Jan 2008; Guy Martin <gmsoft@gentoo.org> scgi-1.10.ebuild:
   Added hppa to KEYWORDS.



1.4                  www-apps/scgi/scgi-1.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild?r1=1.3&r2=1.4

Index: scgi-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- scgi-1.10.ebuild	10 Jan 2008 10:42:48 -0000	1.3
+++ scgi-1.10.ebuild	28 Apr 2008 12:03:57 -0000	1.4
@@ -1,20 +1,21 @@
 # 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.10.ebuild,v 1.3 2008/01/10 10:42:48 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild,v 1.4 2008/04/28 12:03:57 chtekk Exp $
 
 inherit distutils
 
-DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI"
+KEYWORDS="~amd64 hppa ~ppc ~x86"
+
+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="~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"
+	einfo "This package does not install mod_scgi!"
+	einfo "Please 'emerge mod_scgi' if you need it."
 }



1.3                  www-apps/scgi/scgi-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild?r1=1.2&r2=1.3

Index: scgi-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scgi-1.2.ebuild	5 Jun 2006 17:32:48 -0000	1.2
+++ scgi-1.2.ebuild	28 Apr 2008 12:03:57 -0000	1.3
@@ -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."
 }



1.5                  www-apps/scgi/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/scgi/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	9 Oct 2005 19:59:53 -0000	1.4
+++ metadata.xml	28 Apr 2008 12:03:57 -0000	1.5
@@ -3,6 +3,7 @@
 <pkgmetadata>
 <herd>apache</herd>
 <maintainer>
-  <email>apache-bugs@gentoo.org</email>
+	<email>chtekk@gentoo.org</email>
+	<name>Luca Longinotti</name>
 </maintainer>
 </pkgmetadata>



1.1                  www-apps/scgi/scgi-1.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.12.ebuild?rev=1.1&content-type=text/plain

Index: scgi-1.12.ebuild
===================================================================
# 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.12.ebuild,v 1.1 2008/04/28 12:03:57 chtekk Exp $

inherit distutils

KEYWORDS="~amd64 ~hppa ~ppc ~x86"

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"
IUSE=""

pkg_postinst() {
	distutils_pkg_postinst
	einfo "This package does not install mod_scgi!"
	einfo "Please 'emerge mod_scgi' if you need it."
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-28 12:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-28 12:03 [gentoo-commits] gentoo-x86 commit in www-apps/scgi: ChangeLog scgi-1.10.ebuild scgi-1.2.ebuild metadata.xml scgi-1.12.ebuild Luca Longinotti (chtekk)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox