diff options
author | 2005-11-12 16:25:09 +0000 | |
---|---|---|
committer | 2005-11-12 16:25:09 +0000 | |
commit | 5b253183ca631ada32533cf1cc37c9e5c1dcccdf (patch) | |
tree | 0e877aaa84f8ab1f25bf09879c96ac8c46ad95f9 /www-apache | |
parent | Cleaned out old versions, also related to bug #103192 (diff) | |
download | gentoo-2-5b253183ca631ada32533cf1cc37c9e5c1dcccdf.tar.gz gentoo-2-5b253183ca631ada32533cf1cc37c9e5c1dcccdf.tar.bz2 gentoo-2-5b253183ca631ada32533cf1cc37c9e5c1dcccdf.zip |
Fixed config syntax, bug 109482
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_perl/ChangeLog | 7 | ||||
-rw-r--r-- | www-apache/mod_perl/mod_perl-1.27-r1.ebuild | 4 | ||||
-rw-r--r-- | www-apache/mod_perl/mod_perl-1.27-r2.ebuild | 4 | ||||
-rw-r--r-- | www-apache/mod_perl/mod_perl-1.27-r4.ebuild | 4 | ||||
-rw-r--r-- | www-apache/mod_perl/mod_perl-1.29.ebuild | 4 |
5 files changed, 14 insertions, 9 deletions
diff --git a/www-apache/mod_perl/ChangeLog b/www-apache/mod_perl/ChangeLog index 64972c5b252b..b796abb5d5bc 100644 --- a/www-apache/mod_perl/ChangeLog +++ b/www-apache/mod_perl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apache/mod_perl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.11 2005/08/25 09:12:25 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.12 2005/11/12 16:25:09 mcummings Exp $ + + 12 Nov 2005; Michael Cummings <mcummings@gentoo.org> + mod_perl-1.27-r1.ebuild, mod_perl-1.27-r2.ebuild, mod_perl-1.27-r4.ebuild, + mod_perl-1.29.ebuild: + Fixed config syntax, bug 109482 25 Aug 2005; Michael Cummings <mcummings@gentoo.org> mod_perl-1.99.11.ebuild, mod_perl-1.99.16.ebuild, mod_perl-2.0.1-r1.ebuild, diff --git a/www-apache/mod_perl/mod_perl-1.27-r1.ebuild b/www-apache/mod_perl/mod_perl-1.27-r1.ebuild index e0398d085862..295901c7f480 100644 --- a/www-apache/mod_perl/mod_perl-1.27-r1.ebuild +++ b/www-apache/mod_perl/mod_perl-1.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-1.27-r1.ebuild,v 1.1 2005/05/09 10:20:52 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-1.27-r1.ebuild,v 1.2 2005/11/12 16:25:09 mcummings Exp $ DESCRIPTION="A Perl Module for Apache" SRC_URI="http://perl.apache.org/dist/${P}.tar.gz" @@ -42,7 +42,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute emerge --config =${PF}" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo diff --git a/www-apache/mod_perl/mod_perl-1.27-r2.ebuild b/www-apache/mod_perl/mod_perl-1.27-r2.ebuild index 253a2c687437..31ca4d2d8d4a 100644 --- a/www-apache/mod_perl/mod_perl-1.27-r2.ebuild +++ b/www-apache/mod_perl/mod_perl-1.27-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-1.27-r2.ebuild,v 1.1 2005/05/09 10:20:52 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-1.27-r2.ebuild,v 1.2 2005/11/12 16:25:09 mcummings Exp $ inherit eutils @@ -44,7 +44,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute emerge --config =${PF}" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo diff --git a/www-apache/mod_perl/mod_perl-1.27-r4.ebuild b/www-apache/mod_perl/mod_perl-1.27-r4.ebuild index e28dde299445..2d63c81c51f4 100644 --- a/www-apache/mod_perl/mod_perl-1.27-r4.ebuild +++ b/www-apache/mod_perl/mod_perl-1.27-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-1.27-r4.ebuild,v 1.1 2005/05/09 10:20:52 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-1.27-r4.ebuild,v 1.2 2005/11/12 16:25:09 mcummings Exp $ inherit eutils @@ -59,7 +59,7 @@ src_install () { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute emerge --config =${PF}" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo diff --git a/www-apache/mod_perl/mod_perl-1.29.ebuild b/www-apache/mod_perl/mod_perl-1.29.ebuild index 882a0b45d08c..5e51a9d4fcb7 100644 --- a/www-apache/mod_perl/mod_perl-1.29.ebuild +++ b/www-apache/mod_perl/mod_perl-1.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-1.29.ebuild,v 1.2 2005/05/29 16:06:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-1.29.ebuild,v 1.3 2005/11/12 16:25:09 mcummings Exp $ inherit eutils @@ -66,7 +66,7 @@ src_install () { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute emerge --config =${PF}" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo |