diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 15:46:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 15:46:17 +0000 |
commit | 9d990af4d6d6a23448f57c1cef8498dfd5c4f18d (patch) | |
tree | 78dbddfd9c5209cb1766235d9fbbceb60e9060d1 /dev-python/mod_python | |
parent | Mark 0.5.4 stable on ia64 (diff) | |
download | gentoo-2-9d990af4d6d6a23448f57c1cef8498dfd5c4f18d.tar.gz gentoo-2-9d990af4d6d6a23448f57c1cef8498dfd5c4f18d.tar.bz2 gentoo-2-9d990af4d6d6a23448f57c1cef8498dfd5c4f18d.zip |
Mark 3.1.4-r1 stable on ia64
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/mod_python')
-rw-r--r-- | dev-python/mod_python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/mod_python/files/digest-mod_python-3.1.4 | 2 | ||||
-rw-r--r-- | dev-python/mod_python/files/digest-mod_python-3.1.4-r1 | 2 | ||||
-rw-r--r-- | dev-python/mod_python/mod_python-3.1.4-r1.ebuild | 4 |
4 files changed, 11 insertions, 3 deletions
diff --git a/dev-python/mod_python/ChangeLog b/dev-python/mod_python/ChangeLog index 801bf680a28d..874a22003a26 100644 --- a/dev-python/mod_python/ChangeLog +++ b/dev-python/mod_python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/mod_python # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/ChangeLog,v 1.44 2006/06/28 10:59:12 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/ChangeLog,v 1.45 2006/07/12 15:46:17 agriffis Exp $ + + 12 Jul 2006; Aron Griffis <agriffis@gentoo.org> + mod_python-3.1.4-r1.ebuild: + Mark 3.1.4-r1 stable on ia64 28 Jun 2006; Simon Stelling <blubb@gentoo.org> mod_python-2.7.11.ebuild: keywording ~amd64 and applying the -fPIC patch from bug 106916; thanks to diff --git a/dev-python/mod_python/files/digest-mod_python-3.1.4 b/dev-python/mod_python/files/digest-mod_python-3.1.4 index 6bcbaf03bc26..e72694d0806b 100644 --- a/dev-python/mod_python/files/digest-mod_python-3.1.4 +++ b/dev-python/mod_python/files/digest-mod_python-3.1.4 @@ -1 +1,3 @@ MD5 607175958137b06bcda91110414c82a1 mod_python-3.1.4.tgz 308510 +RMD160 395fdf56a349717dadba418ce91cd5699cf0970f mod_python-3.1.4.tgz 308510 +SHA256 f8e1925a0ade1adf4b5528e892eb347b013100d6c30b0e43209143b427c976a5 mod_python-3.1.4.tgz 308510 diff --git a/dev-python/mod_python/files/digest-mod_python-3.1.4-r1 b/dev-python/mod_python/files/digest-mod_python-3.1.4-r1 index 6bcbaf03bc26..e72694d0806b 100644 --- a/dev-python/mod_python/files/digest-mod_python-3.1.4-r1 +++ b/dev-python/mod_python/files/digest-mod_python-3.1.4-r1 @@ -1 +1,3 @@ MD5 607175958137b06bcda91110414c82a1 mod_python-3.1.4.tgz 308510 +RMD160 395fdf56a349717dadba418ce91cd5699cf0970f mod_python-3.1.4.tgz 308510 +SHA256 f8e1925a0ade1adf4b5528e892eb347b013100d6c30b0e43209143b427c976a5 mod_python-3.1.4.tgz 308510 diff --git a/dev-python/mod_python/mod_python-3.1.4-r1.ebuild b/dev-python/mod_python/mod_python-3.1.4-r1.ebuild index 74971b01c9b0..93e915a49a5c 100644 --- a/dev-python/mod_python/mod_python-3.1.4-r1.ebuild +++ b/dev-python/mod_python/mod_python-3.1.4-r1.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/dev-python/mod_python/mod_python-3.1.4-r1.ebuild,v 1.9 2006/06/04 18:20:40 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-3.1.4-r1.ebuild,v 1.10 2006/07/12 15:46:17 agriffis Exp $ inherit python eutils apache-module autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/modpython/${P}.tgz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="alpha amd64 ~ia64 ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="" DEPEND="dev-lang/python" RDEPEND="${DEPEND}" |