Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/libnatpmp: ChangeLog libnatpmp-20120821.ebuild
Date: Mon, 27 Aug 2012 00:50:48
Message-Id: 20120827005036.786F52086B@flycatcher.gentoo.org
1 blueness 12/08/27 00:50:36
2
3 Modified: ChangeLog
4 Added: libnatpmp-20120821.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-python/libnatpmp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/libnatpmp/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 9 Aug 2011 11:55:40 -0000 1.2
24 +++ ChangeLog 27 Aug 2012 00:50:36 -0000 1.3
25 @@ -1,5 +1,11 @@
26
27
28 +*libnatpmp-20120821 (27 Aug 2012)
29 +
30 + 27 Aug 2012; Anthony G. Basile <blueness@g.o>
31 + +libnatpmp-20120821.ebuild:
32 + Version bump
33 +
34 *libnatpmp-20110808 (09 Aug 2011)
35
36 09 Aug 2011; Anthony G. Basile <blueness@g.o>
37
38
39
40 1.1 dev-python/libnatpmp/libnatpmp-20120821.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/libnatpmp-20120821.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/libnatpmp-20120821.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libnatpmp-20120821.ebuild
46 ===================================================================
47 # Copyright 1999-2012 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/libnatpmp/libnatpmp-20120821.ebuild,v 1.1 2012/08/27 00:50:36 blueness Exp $
50
51 EAPI=3
52 PYTHON_DEPEND=2
53 RESTRICT_PYTHON_ABIS="3.*"
54
55 inherit eutils distutils
56
57 DESCRIPTION="Python module for libnatpmp, an alternative protocol to UPnP IGD."
58 HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html"
59 SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar.gz"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND="=net-libs/${PF}"
67 RDEPEND="${DEPEND}"
68
69 src_prepare() {
70 epatch "${FILESDIR}"/link-against-system-lib.patch
71 distutils_src_prepare
72
73 #These are installed by net-libs/libnatpmp
74 rm -f Changelog.txt README || die
75 }