public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: libnatpmp-20130911.ebuild ChangeLog
@ 2013-09-12 17:23 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-09-12 17:23 UTC (permalink / raw
  To: gentoo-commits

blueness    13/09/12 17:23:56

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

Revision  Changes    Path
1.18                 net-libs/libnatpmp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	16 Dec 2012 18:23:58 -0000	1.17
+++ ChangeLog	12 Sep 2013 17:23:56 -0000	1.18
@@ -1,4 +1,9 @@
 
+*libnatpmp-20130911 (12 Sep 2013)
+
+  12 Sep 2013; Anthony G. Basile <blueness@gentoo.org>
+  +files/respect-FLAGS-20130911.patch, +libnatpmp-20130911.ebuild:
+  Version bump
 
   16 Dec 2012; Raúl Porcel <armin76@gentoo.org> libnatpmp-20110808-r1.ebuild,
   libnatpmp-20120821.ebuild:



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

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

Index: libnatpmp-20130911.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v 1.1 2013/09/12 17:23:56 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-${PV}.patch
	epatch "${FILESDIR}"/respect-libdir-20120821.patch
	use static-libs || epatch "${FILESDIR}"/remove-static-lib-20120821.patch
	tc-export CC
}

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

	dodoc Changelog.txt README
	doman natpmpc.1
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: libnatpmp-20130911.ebuild ChangeLog
@ 2013-09-13 11:06 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-09-13 11:06 UTC (permalink / raw
  To: gentoo-commits

blueness    13/09/13 11:06:31

  Modified:             libnatpmp-20130911.ebuild ChangeLog
  Log:
  Fix USE=-static-libs, bug #484692
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  net-libs/libnatpmp/libnatpmp-20130911.ebuild

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

Index: libnatpmp-20130911.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnatpmp-20130911.ebuild	12 Sep 2013 17:23:56 -0000	1.1
+++ libnatpmp-20130911.ebuild	13 Sep 2013 11:06:31 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v 1.1 2013/09/12 17:23:56 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v 1.2 2013/09/13 11:06:31 blueness Exp $
 
 EAPI="5"
 inherit eutils toolchain-funcs multilib
@@ -17,7 +17,7 @@
 src_prepare() {
 	epatch "${FILESDIR}"/respect-FLAGS-${PV}.patch
 	epatch "${FILESDIR}"/respect-libdir-20120821.patch
-	use static-libs || epatch "${FILESDIR}"/remove-static-lib-20120821.patch
+	use static-libs || epatch "${FILESDIR}"/remove-static-lib-${PV}.patch
 	tc-export CC
 }
 



1.19                 net-libs/libnatpmp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	12 Sep 2013 17:23:56 -0000	1.18
+++ ChangeLog	13 Sep 2013 11:06:31 -0000	1.19
@@ -1,4 +1,8 @@
 
+  13 Sep 2013; Anthony G. Basile <blueness@gentoo.org>
+  +files/remove-static-lib-20130911.patch, libnatpmp-20130911.ebuild:
+  Fix USE=-static-libs, bug #484692
+
 *libnatpmp-20130911 (12 Sep 2013)
 
   12 Sep 2013; Anthony G. Basile <blueness@gentoo.org>





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: libnatpmp-20130911.ebuild ChangeLog
@ 2013-12-21 18:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-21 18:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/21 18:56:13

  Modified:             libnatpmp-20130911.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #492708
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  net-libs/libnatpmp/libnatpmp-20130911.ebuild

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

Index: libnatpmp-20130911.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libnatpmp-20130911.ebuild	6 Dec 2013 17:07:16 -0000	1.3
+++ libnatpmp-20130911.ebuild	21 Dec 2013 18:56:13 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v 1.3 2013/12/06 17:07:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v 1.4 2013/12/21 18:56:13 ago Exp $
 
 EAPI="5"
 inherit eutils toolchain-funcs multilib
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 arm ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
 src_prepare() {



1.23                 net-libs/libnatpmp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	6 Dec 2013 17:07:16 -0000	1.22
+++ ChangeLog	21 Dec 2013 18:56:13 -0000	1.23
@@ -1,6 +1,9 @@
 # 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.22 2013/12/06 17:07:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.23 2013/12/21 18:56:13 ago Exp $
+
+  21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> libnatpmp-20130911.ebuild:
+  Stable for ppc, wrt bug #492708
 
   06 Dec 2013; Markus Meier <maekke@gentoo.org> libnatpmp-20130911.ebuild:
   arm stable, bug #492708





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: libnatpmp-20130911.ebuild ChangeLog
@ 2013-12-24 12:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-24 12:48 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/24 12:48:37

  Modified:             libnatpmp-20130911.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #492708
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  net-libs/libnatpmp/libnatpmp-20130911.ebuild

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

Index: libnatpmp-20130911.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libnatpmp-20130911.ebuild	22 Dec 2013 16:27:30 -0000	1.6
+++ libnatpmp-20130911.ebuild	24 Dec 2013 12:48:37 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v 1.6 2013/12/22 16:27:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v 1.7 2013/12/24 12:48:37 ago Exp $
 
 EAPI="5"
 inherit eutils toolchain-funcs multilib
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="static-libs"
 
 src_prepare() {



1.26                 net-libs/libnatpmp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	22 Dec 2013 16:27:30 -0000	1.25
+++ ChangeLog	24 Dec 2013 12:48:37 -0000	1.26
@@ -1,6 +1,9 @@
 # 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.25 2013/12/22 16:27:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.26 2013/12/24 12:48:37 ago Exp $
+
+  24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> libnatpmp-20130911.ebuild:
+  Stable for x86, wrt bug #492708
 
   22 Dec 2013; Pacho Ramos <pacho@gentoo.org> libnatpmp-20130911.ebuild:
   amd64 stable, bug #492708





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-24 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 11:06 [gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: libnatpmp-20130911.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-24 12:48 Agostino Sarubbo (ago)
2013-12-21 18:56 Agostino Sarubbo (ago)
2013-09-12 17:23 Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox