diff options
author | David Holm <dholm@gentoo.org> | 2004-07-21 07:33:47 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-07-21 07:33:47 +0000 |
commit | 42e93a74dc2727f1e908a2e17f67d678fedf0363 (patch) | |
tree | de4a3261c025b5d8eaf7920c4e153ca21db9ba7c /dev-python/dnspython | |
parent | Added to ~ppc (diff) | |
download | historical-42e93a74dc2727f1e908a2e17f67d678fedf0363.tar.gz historical-42e93a74dc2727f1e908a2e17f67d678fedf0363.tar.bz2 historical-42e93a74dc2727f1e908a2e17f67d678fedf0363.zip |
Added to ~ppc
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dnspython/Manifest | 5 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.1.ebuild | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/dnspython/ChangeLog b/dev-python/dnspython/ChangeLog index 279f29453b62..0516512e22bd 100644 --- a/dev-python/dnspython/ChangeLog +++ b/dev-python/dnspython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dnspython # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.4 2004/07/19 21:55:59 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.5 2004/07/21 07:33:47 dholm Exp $ + + 21 Jul 2004; David Holm <dholm@gentoo.org> dnspython-1.3.1.ebuild: + Added to ~ppc. *dnspython-1.3.1 (19 Jul 2004) diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest index 1bd773d29994..8f15dbd2120d 100644 --- a/dev-python/dnspython/Manifest +++ b/dev-python/dnspython/Manifest @@ -1,7 +1,6 @@ +MD5 0aede90a0cf6ff9e3ce99c531aa1145f ChangeLog 808 MD5 83f3a2ba7724ad4767581d3b7808c059 dnspython-1.3.0.ebuild 929 -MD5 e2c70c10d4dbd931a27254a4c1bb40db ChangeLog 722 MD5 9212256e2d9ce5aff7f56d269e30ef3b metadata.xml 654 -MD5 d9c230fb4946ec82add019e3cd23537d dnspython-1.3.1.ebuild 925 -MD5 6666ad4c5ad5972d9b35cdd02d31e3e2 .ChangeLog.swp 12288 +MD5 6d5f151a1f4ac5ccc589185b48dbd47d dnspython-1.3.1.ebuild 929 MD5 7646ca2488a54ff9a69d77a0a900ab75 files/digest-dnspython-1.3.0 66 MD5 055895a3213509035928d2180073ba67 files/digest-dnspython-1.3.1 66 diff --git a/dev-python/dnspython/dnspython-1.3.1.ebuild b/dev-python/dnspython/dnspython-1.3.1.ebuild index bbe842f20120..b979fb64d1ff 100644 --- a/dev-python/dnspython/dnspython-1.3.1.ebuild +++ b/dev-python/dnspython/dnspython-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.1.ebuild,v 1.1 2004/07/19 21:55:59 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.1.ebuild,v 1.2 2004/07/21 07:33:47 dholm 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" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=virtual/python-2.2 sys-devel/make" |