diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-12 10:40:21 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-12 10:40:21 +0000 |
commit | d17bb950fe34cb56459c3f3f13c088c879711faf (patch) | |
tree | 4cf037270e76de8024d6cbcee2d2b9f41c019bd5 /dev-python | |
parent | Remove 0.6 as it fails and mark 0.7 stable instead. (diff) | |
download | historical-d17bb950fe34cb56459c3f3f13c088c879711faf.tar.gz historical-d17bb950fe34cb56459c3f3f13c088c879711faf.tar.bz2 historical-d17bb950fe34cb56459c3f3f13c088c879711faf.zip |
Version bump.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/adns-python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/adns-python/Manifest | 16 | ||||
-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, 41 insertions, 6 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..502b47e12dfc 100644 --- a/dev-python/adns-python/Manifest +++ b/dev-python/adns-python/Manifest @@ -1,4 +1,16 @@ -MD5 57abb926dbece1db33a43f45cd5a2865 adns-python-1.0.0.ebuild 522 -MD5 14a166480f13212d0c4f098968009eb7 ChangeLog 898 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 9632263166bf4dc890ee57e569f15675 adns-python-1.0.0.ebuild 521 +MD5 09ed931859456713430c9344fb29c4ac ChangeLog 1029 +MD5 03365bf8f22a259d8ac5f1439adc26e6 adns-python-1.1.0.ebuild 521 +MD5 2126e791ad8c9ea825c4b8db97675060 files/digest-adns-python-1.1.0 68 MD5 3baab9ec9dc37ebd421ed4e779b22bf0 files/digest-adns-python-1.0.0 68 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCDd09ugEuf3OQ0akRAosGAKCGt34x848F/mi/uiMk7LdICak31QCfdu/Y +vMr+sThRyD1h1ZISxPxfhXw= +=fBEo +-----END PGP SIGNATURE----- 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 |