diff options
author | 2005-02-12 10:40:21 +0000 | |
---|---|---|
committer | 2005-02-12 10:40:21 +0000 | |
commit | 1691238ca1b191bb496dd33aed84d7d967dfa51f (patch) | |
tree | bf96290307daab647cad4fb4748a728af58c7796 /dev-python/adns-python | |
parent | Remove 0.6 as it fails and mark 0.7 stable instead. (diff) | |
download | gentoo-2-1691238ca1b191bb496dd33aed84d7d967dfa51f.tar.gz gentoo-2-1691238ca1b191bb496dd33aed84d7d967dfa51f.tar.bz2 gentoo-2-1691238ca1b191bb496dd33aed84d7d967dfa51f.zip |
Version bump.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-python/adns-python')
-rw-r--r-- | dev-python/adns-python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/adns-python/Manifest | 4 | ||||
-rw-r--r-- | dev-python/adns-python/adns-python-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/adns-python/adns-python-1.1.0.ebuild | 16 | ||||
-rw-r--r-- | dev-python/adns-python/files/digest-adns-python-1.1.0 | 1 |
5 files changed, 30 insertions, 5 deletions
diff --git a/dev-python/adns-python/ChangeLog b/dev-python/adns-python/ChangeLog index d3f8c40649f2..6df805e0dcd2 100644 --- a/dev-python/adns-python/ChangeLog +++ b/dev-python/adns-python/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/adns-python -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.7 2004/06/25 01:25:56 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.8 2005/02/12 10:40:21 kloeri Exp $ + +*adns-python-1.1.0 (12 Feb 2005) + + 12 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> + +adns-python-1.1.0.ebuild: + Version bump. 30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> adns-python-1.0.0.ebuild: Adding amd64 keyword. Closing #43595. diff --git a/dev-python/adns-python/Manifest b/dev-python/adns-python/Manifest index f14645ad5bb6..f8f2734890ad 100644 --- a/dev-python/adns-python/Manifest +++ b/dev-python/adns-python/Manifest @@ -1,4 +1,6 @@ +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 57abb926dbece1db33a43f45cd5a2865 adns-python-1.0.0.ebuild 522 MD5 14a166480f13212d0c4f098968009eb7 ChangeLog 898 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 018345938ff67f3e7bf16dbae62c9d26 adns-python-1.1.0.ebuild 523 +MD5 2126e791ad8c9ea825c4b8db97675060 files/digest-adns-python-1.1.0 68 MD5 3baab9ec9dc37ebd421ed4e779b22bf0 files/digest-adns-python-1.0.0 68 diff --git a/dev-python/adns-python/adns-python-1.0.0.ebuild b/dev-python/adns-python/adns-python-1.0.0.ebuild index 07e375886fc3..9f887faadf5b 100644 --- a/dev-python/adns-python/adns-python-1.0.0.ebuild +++ b/dev-python/adns-python/adns-python-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/adns-python-1.0.0.ebuild,v 1.9 2004/06/25 01:25:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/adns-python-1.0.0.ebuild,v 1.10 2005/02/12 10:40:21 kloeri Exp $ inherit distutils diff --git a/dev-python/adns-python/adns-python-1.1.0.ebuild b/dev-python/adns-python/adns-python-1.1.0.ebuild new file mode 100644 index 000000000000..defc85027c90 --- /dev/null +++ b/dev-python/adns-python/adns-python-1.1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/adns-python-1.1.0.ebuild,v 1.1 2005/02/12 10:40:21 kloeri Exp $ + +inherit distutils + +DESCRIPTION="Python bindings for ADNS" +HOMEPAGE="http://dustman.net/andy/python/adns-python" +SRC_URI="http://dustman.net/andy/python/${PN}/${PV}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" +IUSE="" + +DEPEND="virtual/python + >=net-libs/adns-1.0" diff --git a/dev-python/adns-python/files/digest-adns-python-1.1.0 b/dev-python/adns-python/files/digest-adns-python-1.1.0 new file mode 100644 index 000000000000..c66fae49c3fa --- /dev/null +++ b/dev-python/adns-python/files/digest-adns-python-1.1.0 @@ -0,0 +1 @@ +MD5 9ccff9655e8eb20563306d56676b0aee adns-python-1.1.0.tar.gz 16576 |