blueness    14/04/02 14:06:00

  Modified:             ChangeLog
  Added:                libnatpmp-20140401.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.27                 net-libs/libnatpmp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   24 Dec 2013 12:48:37 -0000      1.26
+++ ChangeLog   2 Apr 2014 14:06:00 -0000       1.27
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libnatpmp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.26 
2013/12/24 12:48:37 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.27 
2014/04/02 14:06:00 blueness Exp $
+
+*libnatpmp-20140401 (02 Apr 2014)
+
+  02 Apr 2014; Anthony G. Basile <[email protected]>
+  +files/respect-FLAGS-20140401.patch, +libnatpmp-20140401.ebuild:
+  Version bump
 
   24 Dec 2013; Agostino Sarubbo <[email protected]> libnatpmp-20130911.ebuild:
   Stable for x86, wrt bug #492708



1.1                  net-libs/libnatpmp/libnatpmp-20140401.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/libnatpmp-20140401.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnatpmp/libnatpmp-20140401.ebuild?rev=1.1&content-type=text/plain

Index: libnatpmp-20140401.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20140401.ebuild,v 1.1 
2014/04/02 14:06:00 blueness Exp $

EAPI="5"
inherit eutils toolchain-funcs multilib

DESCRIPTION="An alternative protocol to UPnP IGD specification"
HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html";
SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> 
${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="static-libs"

src_prepare() {
        epatch "${FILESDIR}"/respect-FLAGS-20140401.patch
        epatch "${FILESDIR}"/respect-libdir-20120821.patch
        use static-libs || epatch "${FILESDIR}"/remove-static-lib-20130911.patch
        tc-export CC
}

src_install() {
        emake PREFIX="${D}" GENTOO_LIBDIR="$(get_libdir)" install

        dodoc Changelog.txt README
        doman natpmpc.1
}




Reply via email to