summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2009-03-27 17:00:13 +0000
committerHanno Boeck <hanno@gentoo.org>2009-03-27 17:00:13 +0000
commit045358f4c367fa33d46801e43cf68a4c34b926f7 (patch)
tree49aaa5648bfad1603b7bdbf2301aaedc91f7c766 /dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild
parentAdded patch to fix chroot location. (diff)
downloadhistorical-045358f4c367fa33d46801e43cf68a4c34b926f7.tar.gz
historical-045358f4c367fa33d46801e43cf68a4c34b926f7.tar.bz2
historical-045358f4c367fa33d46801e43cf68a4c34b926f7.zip
initial commit of libasyncns-python
Package-Manager: portage-2.2_rc27/cvs/Linux x86_64
Diffstat (limited to 'dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild')
-rw-r--r--dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild b/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild
new file mode 100644
index 000000000000..681c5f85b810
--- /dev/null
+++ b/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild,v 1.1 2009/03/27 17:00:13 hanno Exp $
+
+inherit distutils
+
+DESCRIPTION="Python bindings for libasyncns."
+HOMEPAGE="https://launchpad.net/libasyncns-python/"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND="net-libs/libasyncns"
+RDEPEND="${DEPEND}"