diff options
author | 2009-02-04 13:18:59 +0000 | |
---|---|---|
committer | 2009-02-04 13:18:59 +0000 | |
commit | a4bc677a9966bc57df4ecdaf881b048673b4e1ba (patch) | |
tree | 73efbc043b8e7f8860aef361f344240307933b5b /dev-python/adns-python/adns-python-1.2.1.ebuild | |
parent | Add ~mips keywords to qt-4.4.2 (diff) | |
download | historical-a4bc677a9966bc57df4ecdaf881b048673b4e1ba.tar.gz historical-a4bc677a9966bc57df4ecdaf881b048673b4e1ba.tar.bz2 historical-a4bc677a9966bc57df4ecdaf881b048673b4e1ba.zip |
Bump to 1.2.1, closes #257589
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-python/adns-python/adns-python-1.2.1.ebuild')
-rw-r--r-- | dev-python/adns-python/adns-python-1.2.1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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..b52af9cfc496 --- /dev/null +++ b/dev-python/adns-python/adns-python-1.2.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 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.9 2009/02/04 13:18:59 patrick Exp $ + +inherit distutils eutils + +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="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=net-libs/adns-1.3" +RDEPEND="${DEPEND}" |