diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-02-01 06:22:04 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-02-01 06:22:04 +0000 |
commit | e600c09f51bc1a0969a6a22ccb8017dbc0c70f9a (patch) | |
tree | 497ed4b71de6ee8c0b978f49ccc84bbcce8dddf2 /net-www | |
parent | Add support for running more tests. (diff) | |
download | gentoo-2-e600c09f51bc1a0969a6a22ccb8017dbc0c70f9a.tar.gz gentoo-2-e600c09f51bc1a0969a6a22ccb8017dbc0c70f9a.tar.bz2 gentoo-2-e600c09f51bc1a0969a6a22ccb8017dbc0c70f9a.zip |
Stable on ppc64: bug #118875
(Portage version: 2.0.54)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.34-r11.ebuild | 4 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.34-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index 120ffbdc31ee..eab6b5586ddc 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/apache # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.457 2006/02/01 01:49:58 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.458 2006/02/01 06:22:03 corsair Exp $ + + 01 Feb 2006; Markus Rothe <corsair@gentoo.org> apache-1.3.34-r2.ebuild, + apache-1.3.34-r11.ebuild: + Stable on ppc64: bug #118875 *apache-1.3.34-r11 (31 Jan 2006) *apache-1.3.34-r2 (31 Jan 2006) diff --git a/net-www/apache/apache-1.3.34-r11.ebuild b/net-www/apache/apache-1.3.34-r11.ebuild index e3480bac6b54..e60c5ae06e0d 100644 --- a/net-www/apache/apache-1.3.34-r11.ebuild +++ b/net-www/apache/apache-1.3.34-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.34-r11.ebuild,v 1.1 2006/02/01 01:49:59 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.34-r11.ebuild,v 1.2 2006/02/01 06:22:04 corsair Exp $ inherit eutils fixheadtails multilib @@ -24,7 +24,7 @@ SRC_URI="mirror://apache/httpd/apache_${PV}.tar.gz LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="doc ssl pam lingerd no-suexec static-modules selinux" DEPEND="dev-lang/perl diff --git a/net-www/apache/apache-1.3.34-r2.ebuild b/net-www/apache/apache-1.3.34-r2.ebuild index 393393fd54e0..bb855a050e9d 100644 --- a/net-www/apache/apache-1.3.34-r2.ebuild +++ b/net-www/apache/apache-1.3.34-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.34-r2.ebuild,v 1.1 2006/02/01 01:49:59 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.34-r2.ebuild,v 1.2 2006/02/01 06:22:04 corsair Exp $ # Gentoo ARCH teams # @@ -21,7 +21,7 @@ tarball_ver=1.3.34-20060131 S=${WORKDIR}/${PN}_${PV} DESCRIPTION="The Apache Web Server" HOMEPAGE="http://www.apache.org http://www.modssl.org" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86" SRC_URI="mirror://apache/httpd/apache_${PV}.tar.gz ftp://ftp.modssl.org/source/mod_ssl-${mod_ssl_ver}.tar.gz http://dev.gentoo.org/~vericgar/dist/apache/old/apache-patches-${tarball_ver}.tar.bz2" |