* [gentoo-commits] gentoo-x86 commit in www-apache/mod_fcgid: ChangeLog mod_fcgid-2.3.4.ebuild
@ 2009-11-30 13:50 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-11-30 13:50 UTC (permalink / raw
To: gentoo-commits
scarabeus 09/11/30 13:50:50
Modified: ChangeLog
Added: mod_fcgid-2.3.4.ebuild
Log:
Version bump. Per bug #294153. This is non-maintainer commit.
(Portage version: 2.2_rc53/cvs/Linux x86_64)
Revision Changes Path
1.39 www-apache/mod_fcgid/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 24 Jul 2009 12:14:33 -0000 1.38
+++ ChangeLog 30 Nov 2009 13:50:50 -0000 1.39
@@ -1,6 +1,12 @@
# ChangeLog for www-apache/mod_fcgid
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.38 2009/07/24 12:14:33 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.39 2009/11/30 13:50:50 scarabeus Exp $
+
+*mod_fcgid-2.3.4 (30 Nov 2009)
+
+ 30 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ +mod_fcgid-2.3.4.ebuild:
+ Version bump. Per bug #294153. This is non-maintainer commit.
*mod_fcgid-2.2-r1 (24 Jul 2009)
1.1 www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild?rev=1.1&content-type=text/plain
Index: mod_fcgid-2.3.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild,v 1.1 2009/11/30 13:50:50 scarabeus Exp $
inherit apache-module eutils multilib
DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management."
HOMEPAGE="http://fastcgi.coremail.cn/"
SRC_URI="http://websiterra.com/friends/apache/httpd/mod_fcgid/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
APACHE2_MOD_CONF="${PV}/20_${PN}"
APACHE2_MOD_DEFINE="FCGID"
DOCFILES="AUTHOR ChangeLog"
need_apache2_2
src_compile () {
./configure.apxs || die "apxs configure failed!"
make || die "make failed"
ln -sf modules/fcgid/.libs .libs || die "symlink creation failed"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_fcgid: ChangeLog mod_fcgid-2.3.4.ebuild
@ 2009-11-30 15:49 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-11-30 15:49 UTC (permalink / raw
To: gentoo-commits
scarabeus 09/11/30 15:49:16
Modified: ChangeLog mod_fcgid-2.3.4.ebuild
Log:
Whops forgot redefinition of path for the conf file.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Revision Changes Path
1.40 www-apache/mod_fcgid/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 30 Nov 2009 13:50:50 -0000 1.39
+++ ChangeLog 30 Nov 2009 15:49:16 -0000 1.40
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_fcgid
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.39 2009/11/30 13:50:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.40 2009/11/30 15:49:16 scarabeus Exp $
+
+ 30 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ mod_fcgid-2.3.4.ebuild:
+ Whops forgot redefinition of path for the conf file.
*mod_fcgid-2.3.4 (30 Nov 2009)
1.2 www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild?r1=1.1&r2=1.2
Index: mod_fcgid-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_fcgid-2.3.4.ebuild 30 Nov 2009 13:50:50 -0000 1.1
+++ mod_fcgid-2.3.4.ebuild 30 Nov 2009 15:49:16 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild,v 1.1 2009/11/30 13:50:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild,v 1.2 2009/11/30 15:49:16 scarabeus Exp $
inherit apache-module eutils multilib
@@ -13,7 +13,7 @@
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
-APACHE2_MOD_CONF="${PV}/20_${PN}"
+APACHE2_MOD_CONF="2.2/20_${PN}"
APACHE2_MOD_DEFINE="FCGID"
DOCFILES="AUTHOR ChangeLog"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-30 15:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30 13:50 [gentoo-commits] gentoo-x86 commit in www-apache/mod_fcgid: ChangeLog mod_fcgid-2.3.4.ebuild Tomas Chvatal (scarabeus)
-- strict thread matches above, loose matches on Subject: below --
2009-11-30 15:49 Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox