public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: libpcre-7.8-r2.ebuild ChangeLog libpcre-7.9-r1.ebuild metadata.xml
@ 2009-05-18 21:51 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2009-05-18 21:51 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/05/18 21:51:16

  Modified:             libpcre-7.8-r2.ebuild ChangeLog
                        libpcre-7.9-r1.ebuild metadata.xml
  Log:
  Add IUSE=static-libs now that council has approved.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/libpcre/libpcre-7.8-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.8-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.8-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.8-r2.ebuild?r1=1.1&r2=1.2

Index: libpcre-7.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.8-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpcre-7.8-r2.ebuild	18 Apr 2009 21:18:50 -0000	1.1
+++ libpcre-7.8-r2.ebuild	18 May 2009 21:51:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.8-r2.ebuild,v 1.1 2009/04/18 21:18:50 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.8-r2.ebuild,v 1.2 2009/05/18 21:51:16 loki_val Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 LICENSE="BSD"
 SLOT="3"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="bzip2 +cxx doc unicode zlib"
+IUSE="bzip2 +cxx doc unicode zlib static-libs"
 
 DEPEND="dev-util/pkgconfig"
 RDEPEND=""
@@ -41,7 +41,7 @@
 		$(use_enable cxx cpp) \
 		$(use_enable zlib pcregrep-libz) \
 		$(use_enable bzip2 pcregrep-libbz2) \
-		--enable-static \
+		$(use_enable static-libs static) \
 		--enable-shared \
 		--htmldir=/usr/share/doc/${PF}/html \
 		--docdir=/usr/share/doc/${PF} \



1.151                dev-libs/libpcre/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	18 Apr 2009 21:18:50 -0000	1.150
+++ ChangeLog	18 May 2009 21:51:16 -0000	1.151
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libpcre
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.150 2009/04/18 21:18:50 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.151 2009/05/18 21:51:16 loki_val Exp $
+
+  18 May 2009; Peter Alfredsen <loki_val@gentoo.org> libpcre-7.8-r2.ebuild,
+  libpcre-7.9-r1.ebuild, metadata.xml:
+  Add IUSE=static-libs now that council has approved.
 
 *libpcre-7.9-r1 (18 Apr 2009)
 *libpcre-7.8-r2 (18 Apr 2009)



1.2                  dev-libs/libpcre/libpcre-7.9-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild?r1=1.1&r2=1.2

Index: libpcre-7.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpcre-7.9-r1.ebuild	18 Apr 2009 21:18:50 -0000	1.1
+++ libpcre-7.9-r1.ebuild	18 May 2009 21:51:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v 1.1 2009/04/18 21:18:50 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v 1.2 2009/05/18 21:51:16 loki_val Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 LICENSE="BSD"
 SLOT="3"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="bzip2 +cxx doc unicode zlib"
+IUSE="bzip2 +cxx doc unicode zlib static-libs"
 
 DEPEND="dev-util/pkgconfig"
 RDEPEND=""
@@ -41,7 +41,7 @@
 		$(use_enable cxx cpp) \
 		$(use_enable zlib pcregrep-libz) \
 		$(use_enable bzip2 pcregrep-libbz2) \
-		--enable-static \
+		$(use_enable static-libs static) \
 		--enable-shared \
 		--htmldir=/usr/share/doc/${PF}/html \
 		--docdir=/usr/share/doc/${PF} \



1.6                  dev-libs/libpcre/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/metadata.xml?r1=1.5&r2=1.6

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml	26 May 2008 14:16:24 -0000	1.5
+++ metadata.xml	18 May 2009 21:51:16 -0000	1.6
@@ -5,6 +5,8 @@
 	<maintainer>
 		<email>loki_val@gentoo.org</email>
 		<name>Peter Alfredsen</name>
-		<description>Please fix my bugs</description>
 	</maintainer>
+	<use>
+		<flag name='static-libs'>Build static libs</flag>
+	</use>
 </pkgmetadata>






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-18 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 21:51 [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: libpcre-7.8-r2.ebuild ChangeLog libpcre-7.9-r1.ebuild metadata.xml Peter Alfredsen (loki_val)

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