public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: ChangeLog libnatpmp-20110715-r1.ebuild
@ 2011-07-23 10:33 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-07-23 10:33 UTC (permalink / raw
  To: gentoo-commits

blueness    11/07/23 10:33:26

  Modified:             ChangeLog
  Added:                libnatpmp-20110715-r1.ebuild
  Log:
  Added Use='static-libs'
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-libs/libnatpmp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	22 Jul 2011 18:45:31 -0000	1.1
+++ ChangeLog	23 Jul 2011 10:33:26 -0000	1.2
@@ -1,5 +1,11 @@
 
 
+*libnatpmp-20110715-r1 (23 Jul 2011)
+
+  23 Jul 2011; Anthony G. Basile <blueness@gentoo.org>
+  +libnatpmp-20110715-r1.ebuild, +files/remove-static-lib.patch:
+  Added USE="static-libs"
+
 *libnatpmp-20110715 (22 Jul 2011)
 
   22 Jul 2011; Anthony G. Basile <blueness@gentoo.org>



1.1                  net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild

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

Index: libnatpmp-20110715-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild,v 1.1 2011/07/23 10:33:26 blueness Exp $

EAPI=4

inherit eutils

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

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

DEPEND=""
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/respect-FLAGS.patch
	use !static-libs && epatch "${FILESDIR}"/remove-static-lib.patch
}

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






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: ChangeLog libnatpmp-20110715-r1.ebuild
@ 2011-08-03  8:55 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-08-03  8:55 UTC (permalink / raw
  To: gentoo-commits

blueness    11/08/03 08:55:15

  Modified:             ChangeLog libnatpmp-20110715-r1.ebuild
  Log:
  Fix HOMEPAGE
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-libs/libnatpmp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	23 Jul 2011 15:17:49 -0000	1.3
+++ ChangeLog	3 Aug 2011 08:55:15 -0000	1.4
@@ -1,5 +1,9 @@
 
 
+  03 Aug 2011; Anthony G. Basile <blueness@gentoo.org>
+  libnatpmp-20110715-r1.ebuild:
+  Fix HOMEPAGE
+
   23 Jul 2011; Anthony G. Basile <blueness@gentoo.org>
   -libnatpmp-20110715.ebuild, libnatpmp-20110715-r1.ebuild:
   Removed old version and added docs



1.3                  net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild

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

Index: libnatpmp-20110715-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libnatpmp-20110715-r1.ebuild	23 Jul 2011 15:17:49 -0000	1.2
+++ libnatpmp-20110715-r1.ebuild	3 Aug 2011 08:55:15 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild,v 1.2 2011/07/23 15:17:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild,v 1.3 2011/08/03 08:55:15 blueness Exp $
 
 EAPI=4
 
 inherit eutils
 
 DESCRIPTION="An alternative protocol to UPnP IGD specification."
-HOMEPAGE="http://miniupnp.free.fr/nat-pmp.html"
+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"






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: ChangeLog libnatpmp-20110715-r1.ebuild
@ 2011-12-17 13:49 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-12-17 13:49 UTC (permalink / raw
  To: gentoo-commits

blueness    11/12/17 13:49:35

  Modified:             ChangeLog
  Removed:              libnatpmp-20110715-r1.ebuild
  Log:
  Removed older version
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-libs/libnatpmp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	9 Aug 2011 11:52:18 -0000	1.5
+++ ChangeLog	17 Dec 2011 13:49:35 -0000	1.6
@@ -1,5 +1,9 @@
 
 
+  17 Dec 2011; Anthony G. Basile <blueness@gentoo.org>
+  -libnatpmp-20110715-r1.ebuild:
+  Removed older version
+
 *libnatpmp-20110808 (09 Aug 2011)
 
   09 Aug 2011; Anthony G. Basile <blueness@gentoo.org>






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

end of thread, other threads:[~2011-12-17 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03  8:55 [gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: ChangeLog libnatpmp-20110715-r1.ebuild Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-17 13:49 Anthony G. Basile (blueness)
2011-07-23 10:33 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