diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-08-09 16:37:10 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-08-09 16:37:10 +0000 |
commit | d4a85ca60120598b33465b54c802c90505d5bea9 (patch) | |
tree | 85bd12ef1f8c12b481a526599d928e070f4ead3d /dev-python/dnspython | |
parent | version bump (diff) | |
download | historical-d4a85ca60120598b33465b54c802c90505d5bea9.tar.gz historical-d4a85ca60120598b33465b54c802c90505d5bea9.tar.bz2 historical-d4a85ca60120598b33465b54c802c90505d5bea9.zip |
Added ~hppa
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/dnspython/Manifest | 14 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.4.ebuild | 4 |
3 files changed, 9 insertions, 15 deletions
diff --git a/dev-python/dnspython/ChangeLog b/dev-python/dnspython/ChangeLog index 85db5af1b1c3..709c1ab07112 100644 --- a/dev-python/dnspython/ChangeLog +++ b/dev-python/dnspython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/dnspython # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.14 2005/08/01 21:07:16 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.15 2005/08/09 16:37:10 killerfox Exp $ + + 09 Aug 2005; Rene Nussbaumer <killerfox@gentoo.org> + dnspython-1.3.4.ebuild: + Added to ~hppa. *dnspython-1.3.4 (01 Aug 2005) diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest index 1c5380d0f9c1..f3fc07446722 100644 --- a/dev-python/dnspython/Manifest +++ b/dev-python/dnspython/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 63a29470b1e977fd6adf74604fe35b4c ChangeLog 1989 +MD5 eae78c28bdfccc0b3193d0d6ca0d7895 ChangeLog 2091 MD5 5c6716def3b559f745ada456bf396a1d dnspython-1.3.2.ebuild 925 MD5 b21a455698ecb8942b10392a4a589078 dnspython-1.3.3.ebuild 945 -MD5 d93d8939c41d7a99fd31b87f4f867b16 dnspython-1.3.4.ebuild 948 MD5 9212256e2d9ce5aff7f56d269e30ef3b metadata.xml 654 +MD5 949135877664b148a59a42a029a36958 dnspython-1.3.4.ebuild 957 MD5 ec5b0f4a9cb24f7812f360d7aeae2f81 files/digest-dnspython-1.3.2 66 MD5 3b52da045415784241fc9ae4d169de85 files/digest-dnspython-1.3.3 66 MD5 e89e30abad80039c3811d50c3789bb73 files/digest-dnspython-1.3.4 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC7o8/2jLqHNfbg2URAsgxAJ9EOMFClT/TUhfv0HmsSRO81lEP+QCZAQb6 -mkJlx6e3zXdm7RwzY39GPS8= -=jv8Z ------END PGP SIGNATURE----- diff --git a/dev-python/dnspython/dnspython-1.3.4.ebuild b/dev-python/dnspython/dnspython-1.3.4.ebuild index 090965e81656..b35626fa1c33 100644 --- a/dev-python/dnspython/dnspython-1.3.4.ebuild +++ b/dev-python/dnspython/dnspython-1.3.4.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/dev-python/dnspython/dnspython-1.3.4.ebuild,v 1.1 2005/08/01 21:07:16 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.4.ebuild,v 1.2 2005/08/09 16:37:10 killerfox Exp $ inherit distutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.dnspython.org/" SRC_URI="http://www.dnspython.org/kits/stable/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~alpha" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" DEPEND="virtual/python sys-devel/make" |