diff options
author | Hanno Boeck <hanno@gentoo.org> | 2009-03-27 17:00:13 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2009-03-27 17:00:13 +0000 |
commit | 045358f4c367fa33d46801e43cf68a4c34b926f7 (patch) | |
tree | 49aaa5648bfad1603b7bdbf2301aaedc91f7c766 /dev-python | |
parent | Added patch to fix chroot location. (diff) | |
download | historical-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')
-rw-r--r-- | dev-python/libasyncns-python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/libasyncns-python/Manifest | 14 | ||||
-rw-r--r-- | dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild | 15 | ||||
-rw-r--r-- | dev-python/libasyncns-python/metadata.xml | 6 |
4 files changed, 45 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/Manifest b/dev-python/libasyncns-python/Manifest new file mode 100644 index 000000000000..45d56cbccebe --- /dev/null +++ b/dev-python/libasyncns-python/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST libasyncns-python-0.7.1.tar.bz2 20276 RMD160 fa0770d7ecd5461fe4be895c476f53cb5656b6a1 SHA1 498fad31e04ba69445bac880b7dbe980a022bda2 SHA256 0ff757f8d9bf1f07054ab7ad2d03434de4cfa6b9d6cb4bba29072728563894e0 +EBUILD libasyncns-python-0.7.1.ebuild 533 RMD160 bf1794e7377441bc99b9a488f65d6edaf7ac8767 SHA1 f78f9aa640b926a28bede699668901d427aaa017 SHA256 c37cce9c4fdddf516a706be9b42a1719a153a5f366679dd60b96033276d921e3 +MISC ChangeLog 388 RMD160 cb3ec01c0ae175d1f2dab678bc7fea855ec5cd1f SHA1 961c1e8cbc0a9711e7758d749a11929cb1f3d0bf SHA256 a538763f6c987a336cbd2c8f8258a182330c810ada34a9c4028a296ee8a7e130 +MISC metadata.xml 217 RMD160 3b01d5dab901ee93217f72b711954d3cccbb1717 SHA1 e304788b60dd2cf214d360a21d267e8635474d98 SHA256 2f5dfc1eb79d2d9ee02663da6e1449f499c3a37b7f4cc2391e18d7789a314669 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iEYEARECAAYFAknNBiEACgkQr2QksT29OyDT7QCgjNqt5tp5i4CXx3B5ZHBduaFl +b+cAoI4On9214nukbqBCU8BfQG4Ru73X +=Sh/m +-----END PGP SIGNATURE----- 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> |