Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/libasyncns-python: metadata.xml ChangeLog libasyncns-python-0.7.1.ebuild
Date: Fri, 27 Mar 2009 17:00:16
Message-Id: E1LnFPh-0003lW-4Y@stork.gentoo.org
1 hanno 09/03/27 17:00:13
2
3 Added: metadata.xml ChangeLog
4 libasyncns-python-0.7.1.ebuild
5 Log:
6 initial commit of libasyncns-python
7 (Portage version: 2.2_rc27/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/libasyncns-python/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libasyncns-python/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libasyncns-python/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>no-herd</herd>
21 <maintainer><email>hanno@g.o</email></maintainer>
22 </pkgmetadata>
23
24
25
26 1.1 dev-python/libasyncns-python/ChangeLog
27
28 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libasyncns-python/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libasyncns-python/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for dev-python/libasyncns-python
34 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/ChangeLog,v 1.1 2009/03/27 17:00:13 hanno Exp $
36
37 *libasyncns-python-0.7.1 (27 Mar 2009)
38
39 27 Mar 2009; Hanno Boeck <hanno@g.o>
40 +libasyncns-python-0.7.1.ebuild:
41 Add python bindings for libasyncns.
42
43
44
45
46 1.1 dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: libasyncns-python-0.7.1.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $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 $
56
57 inherit distutils
58
59 DESCRIPTION="Python bindings for libasyncns."
60 HOMEPAGE="https://launchpad.net/libasyncns-python/"
61 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~amd64"
65 IUSE=""
66 DEPEND="net-libs/libasyncns"
67 RDEPEND="${DEPEND}"