diff options
Diffstat (limited to 'dev-python/adns-python')
-rw-r--r-- | dev-python/adns-python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/adns-python/adns-python-1.2.1.ebuild | 14 | ||||
-rw-r--r-- | dev-python/adns-python/files/digest-adns-python-1.2.1 | 3 |
3 files changed, 25 insertions, 2 deletions
diff --git a/dev-python/adns-python/ChangeLog b/dev-python/adns-python/ChangeLog index 7a801aef3fa1..1b126aca9ca0 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.14 2006/12/29 23:18:50 dev-zero Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.15 2007/01/27 22:05:12 lucass Exp $ + +*adns-python-1.2.1 (27 Jan 2007) + + 27 Jan 2007; Lukasz Strzygowski <lucass@gentoo.org> + +adns-python-1.2.1.ebuild: + Version bump, updated SRC_URI and HOMEPAGE (bug #164100). *adns-python-1.1.1 (29 Dec 2006) diff --git a/dev-python/adns-python/adns-python-1.2.1.ebuild b/dev-python/adns-python/adns-python-1.2.1.ebuild new file mode 100644 index 000000000000..5f7621f5cb68 --- /dev/null +++ b/dev-python/adns-python/adns-python-1.2.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2007 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.2.1.ebuild,v 1.1 2007/01/27 22:05:12 lucass Exp $ + +inherit distutils + +DESCRIPTION="Python bindings for ADNS" +HOMEPAGE="http://code.google.com/p/adns-python/" +SRC_URI="http://adns-python.googlecode.com/files/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND=">=net-libs/adns-1.3" diff --git a/dev-python/adns-python/files/digest-adns-python-1.2.1 b/dev-python/adns-python/files/digest-adns-python-1.2.1 new file mode 100644 index 000000000000..cd972ebb5305 --- /dev/null +++ b/dev-python/adns-python/files/digest-adns-python-1.2.1 @@ -0,0 +1,3 @@ +MD5 12cc7ad1b0ee8d818005e9ca4def758b adns-python-1.2.1.tar.gz 18252 +RMD160 772d0b71b81ecc8af204c0c9a7b3af02a228c3a8 adns-python-1.2.1.tar.gz 18252 +SHA256 30f4ae0c40f6b09b0fad60c1aa4b4b9ff250e62f6e5e6cc112949f880359a23e adns-python-1.2.1.tar.gz 18252 |