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: libnatpmp-20140401.ebuild ChangeLog libnatpmp-20110808.ebuild libnatpmp-20120821-r1.ebuild
Date: Wed, 02 Apr 2014 14:17:58
Message-Id: 20140402141752.0CE9820060@flycatcher.gentoo.org
1 blueness 14/04/02 14:17:51
2
3 Modified: ChangeLog
4 Added: libnatpmp-20140401.ebuild
5 Removed: libnatpmp-20110808.ebuild
6 libnatpmp-20120821-r1.ebuild
7 Log:
8 Version bump, remove older unstable
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
11
12 Revision Changes Path
13 1.10 dev-python/libnatpmp/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/ChangeLog?rev=1.10&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/ChangeLog?rev=1.10&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/ChangeLog?r1=1.9&r2=1.10
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/libnatpmp/ChangeLog,v
22 retrieving revision 1.9
23 retrieving revision 1.10
24 diff -u -r1.9 -r1.10
25 --- ChangeLog 31 Mar 2014 20:42:03 -0000 1.9
26 +++ ChangeLog 2 Apr 2014 14:17:51 -0000 1.10
27 @@ -1,4 +1,11 @@
28
29 +*libnatpmp-20140401 (02 Apr 2014)
30 +
31 + 02 Apr 2014; Anthony G. Basile <blueness@g.o>
32 + +libnatpmp-20140401.ebuild, -libnatpmp-20110808.ebuild,
33 + -libnatpmp-20120821-r1.ebuild:
34 + Version bump, remove older unstable
35 +
36 31 Mar 2014; Michał Górny <mgorny@g.o> libnatpmp-20120821-r1.ebuild,
37 libnatpmp-20130911.ebuild:
38 Add support for the new PyPy slotting.
39
40
41
42 1.1 dev-python/libnatpmp/libnatpmp-20140401.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/libnatpmp-20140401.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libnatpmp/libnatpmp-20140401.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libnatpmp-20140401.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/libnatpmp/libnatpmp-20140401.ebuild,v 1.1 2014/04/02 14:17:51 blueness Exp $
52
53 EAPI="5"
54 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="Python module for libnatpmp, an alternative protocol to UPnP IGD."
59 HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html"
60 SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar.gz"
61
62 LICENSE="BSD"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND="=net-libs/${P}"
68 RDEPEND="${DEPEND}"
69
70 python_prepare_all() {
71 epatch "${FILESDIR}"/link-against-system-lib.patch
72
73 #These are installed by net-libs/libnatpmp
74 rm -f Changelog.txt README || die
75 distutils-r1_python_prepare_all
76 }