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: libnatpmp-20140401.ebuild ChangeLog
Date: Wed, 02 Apr 2014 14:06:03
Message-Id: 20140402140601.044C720060@flycatcher.gentoo.org
1 blueness 14/04/02 14:06:00
2
3 Modified: ChangeLog
4 Added: libnatpmp-20140401.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.27 net-libs/libnatpmp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 24 Dec 2013 12:48:37 -0000 1.26
24 +++ ChangeLog 2 Apr 2014 14:06:00 -0000 1.27
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/libnatpmp
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.26 2013/12/24 12:48:37 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.27 2014/04/02 14:06:00 blueness Exp $
31 +
32 +*libnatpmp-20140401 (02 Apr 2014)
33 +
34 + 02 Apr 2014; Anthony G. Basile <blueness@g.o>
35 + +files/respect-FLAGS-20140401.patch, +libnatpmp-20140401.ebuild:
36 + Version bump
37
38 24 Dec 2013; Agostino Sarubbo <ago@g.o> libnatpmp-20130911.ebuild:
39 Stable for x86, wrt bug #492708
40
41
42
43 1.1 net-libs/libnatpmp/libnatpmp-20140401.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/libnatpmp-20140401.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/libnatpmp-20140401.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libnatpmp-20140401.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20140401.ebuild,v 1.1 2014/04/02 14:06:00 blueness Exp $
53
54 EAPI="5"
55 inherit eutils toolchain-funcs multilib
56
57 DESCRIPTION="An alternative protocol to UPnP IGD specification"
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 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 IUSE="static-libs"
65
66 src_prepare() {
67 epatch "${FILESDIR}"/respect-FLAGS-20140401.patch
68 epatch "${FILESDIR}"/respect-libdir-20120821.patch
69 use static-libs || epatch "${FILESDIR}"/remove-static-lib-20130911.patch
70 tc-export CC
71 }
72
73 src_install() {
74 emake PREFIX="${D}" GENTOO_LIBDIR="$(get_libdir)" install
75
76 dodoc Changelog.txt README
77 doman natpmpc.1
78 }