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 net-libs/libnatpmp: ChangeLog libnatpmp-20120821.ebuild
Date: Mon, 27 Aug 2012 00:41:36
Message-Id: 20120827004125.3501E2086A@flycatcher.gentoo.org
1 blueness 12/08/27 00:41:25
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.14 net-libs/libnatpmp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 25 Mar 2012 22:59:25 -0000 1.13
24 +++ ChangeLog 27 Aug 2012 00:41:25 -0000 1.14
25 @@ -1,4 +1,12 @@
26
27 +
28 +*libnatpmp-20120821 (27 Aug 2012)
29 +
30 + 27 Aug 2012; Anthony G. Basile <blueness@g.o>
31 + +libnatpmp-20120821.ebuild, +files/remove-static-lib-20120821.patch,
32 + +files/respect-FLAGS-20120821.patch, +files/respect-libdir-20120821.patch:
33 + Version bump
34 +
35 25 Mar 2012; Naohiro Aota <naota@g.o> libnatpmp-20110808-r1.ebuild:
36 Add ~x86-fbsd. #400929
37
38
39
40
41 1.1 net-libs/libnatpmp/libnatpmp-20120821.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/libnatpmp-20120821.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/libnatpmp-20120821.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libnatpmp-20120821.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20120821.ebuild,v 1.1 2012/08/27 00:41:25 blueness Exp $
51
52 EAPI="4"
53 inherit eutils toolchain-funcs multilib
54
55 DESCRIPTION="An alternative protocol to UPnP IGD specification"
56 HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html"
57 SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar.gz"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
62 IUSE="static-libs"
63
64 src_prepare() {
65 epatch "${FILESDIR}"/respect-FLAGS-${PV}.patch
66 epatch "${FILESDIR}"/respect-libdir-${PV}.patch
67 use static-libs || epatch "${FILESDIR}"/remove-static-lib-${PV}.patch
68 tc-export CC
69 }
70
71 src_install() {
72 emake PREFIX="${D}" GENTOO_LIBDIR="$(get_libdir)" install
73
74 dodoc Changelog.txt README
75 doman natpmpc.1
76 }