diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-04-26 11:58:15 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-04-26 11:58:15 +0000 |
commit | 44fa64a19cef8f3e05b02e118ebb71c14f61192d (patch) | |
tree | 5672229abdae695d8f459cc6225196b40251cee2 /dev-python/dnspython | |
parent | add esmtp until the new system is ready (diff) | |
download | gentoo-2-44fa64a19cef8f3e05b02e118ebb71c14f61192d.tar.gz gentoo-2-44fa64a19cef8f3e05b02e118ebb71c14f61192d.tar.bz2 gentoo-2-44fa64a19cef8f3e05b02e118ebb71c14f61192d.zip |
stable bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/Manifest | 16 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.3.ebuild | 4 |
2 files changed, 5 insertions, 15 deletions
diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest index dbcb856f3493..f268d1f5df68 100644 --- a/dev-python/dnspython/Manifest +++ b/dev-python/dnspython/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 bcc31339c5c737fb52ef51b77326ce36 ChangeLog 1746 -MD5 9212256e2d9ce5aff7f56d269e30ef3b metadata.xml 654 -MD5 4a447e4d680e5b32ee6efb225542f82f dnspython-1.3.3.ebuild 948 MD5 5c6716def3b559f745ada456bf396a1d dnspython-1.3.2.ebuild 925 -MD5 3b52da045415784241fc9ae4d169de85 files/digest-dnspython-1.3.3 66 +MD5 9212256e2d9ce5aff7f56d269e30ef3b metadata.xml 654 +MD5 45e6bf5f088951c87ba9792863a6d1a6 dnspython-1.3.3.ebuild 947 MD5 ec5b0f4a9cb24f7812f360d7aeae2f81 files/digest-dnspython-1.3.2 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCQxMRugEuf3OQ0akRAnO2AJsH2QwHPJHOCqKGXSYaVU11jxaoegCgnZ15 -WBHH2h27QfGiEqMdMTrcwts= -=zncP ------END PGP SIGNATURE----- +MD5 3b52da045415784241fc9ae4d169de85 files/digest-dnspython-1.3.3 66 diff --git a/dev-python/dnspython/dnspython-1.3.3.ebuild b/dev-python/dnspython/dnspython-1.3.3.ebuild index c7b72326dcaa..f131f6fc7f5b 100644 --- a/dev-python/dnspython/dnspython-1.3.3.ebuild +++ b/dev-python/dnspython/dnspython-1.3.3.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.3.ebuild,v 1.4 2005/03/24 19:19:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.3.ebuild,v 1.5 2005/04/26 11:58:15 liquidx 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="x86 ~ppc ~amd64 ~sparc ~alpha" IUSE="" DEPEND="virtual/python sys-devel/make" |