diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-03-27 17:00:13 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-03-27 17:00:13 +0000 |
commit | 083f5cdd7085f1ca37a48fc5f7c9ee195f59eb89 (patch) | |
tree | 58a6668477eb76b353e9c6a1b4c93a70a18a0032 /dev-python | |
parent | Added patch to fix chroot location. (diff) | |
download | gentoo-2-083f5cdd7085f1ca37a48fc5f7c9ee195f59eb89.tar.gz gentoo-2-083f5cdd7085f1ca37a48fc5f7c9ee195f59eb89.tar.bz2 gentoo-2-083f5cdd7085f1ca37a48fc5f7c9ee195f59eb89.zip |
initial commit of libasyncns-python
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/libasyncns-python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild | 15 | ||||
-rw-r--r-- | dev-python/libasyncns-python/metadata.xml | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/libasyncns-python/ChangeLog b/dev-python/libasyncns-python/ChangeLog new file mode 100644 index 000000000000..230303b8bf23 --- /dev/null +++ b/dev-python/libasyncns-python/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/libasyncns-python +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/ChangeLog,v 1.1 2009/03/27 17:00:13 hanno Exp $ + +*libasyncns-python-0.7.1 (27 Mar 2009) + + 27 Mar 2009; Hanno Boeck <hanno@gentoo.org> + +libasyncns-python-0.7.1.ebuild: + Add python bindings for libasyncns. + 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}" diff --git a/dev-python/libasyncns-python/metadata.xml b/dev-python/libasyncns-python/metadata.xml new file mode 100644 index 000000000000..efa54454de71 --- /dev/null +++ b/dev-python/libasyncns-python/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer><email>hanno@gentoo.org</email></maintainer> +</pkgmetadata> |