public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/libdrizzle: ChangeLog libdrizzle-0.6.ebuild
@ 2009-12-23 18:19 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2009-12-23 18:19 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/12/23 18:19:23

  Modified:             ChangeLog libdrizzle-0.6.ebuild
  Log:
  Disable static libraries by default and remove .la files.
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-db/libdrizzle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdrizzle/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Dec 2009 21:16:21 -0000	1.1
+++ ChangeLog	23 Dec 2009 18:19:22 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/libdrizzle
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdrizzle/ChangeLog,v 1.1 2009/12/20 21:16:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdrizzle/ChangeLog,v 1.2 2009/12/23 18:19:22 flameeyes Exp $
+
+  23 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  libdrizzle-0.6.ebuild:
+  Disable static libraries by default and remove .la files.
 
 *libdrizzle-0.6 (20 Dec 2009)
 



1.2                  dev-db/libdrizzle/libdrizzle-0.6.ebuild

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

Index: libdrizzle-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdrizzle/libdrizzle-0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libdrizzle-0.6.ebuild	20 Dec 2009 21:16:21 -0000	1.1
+++ libdrizzle-0.6.ebuild	23 Dec 2009 18:19:22 -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-db/libdrizzle/libdrizzle-0.6.ebuild,v 1.1 2009/12/20 21:16:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdrizzle/libdrizzle-0.6.ebuild,v 1.2 2009/12/23 18:19:22 flameeyes Exp $
 
 EAPI=2
 
@@ -11,7 +11,7 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="debug tcmalloc +sqlite"
+IUSE="debug tcmalloc +sqlite static-libs"
 
 RDEPEND="tcmalloc? ( dev-util/google-perftools )
 	sqlite? ( dev-db/sqlite:3 )"
@@ -33,6 +33,7 @@
 	fi
 
 	econf \
+		--disable-static \
 		--disable-dependency-tracking \
 		--disable-mtmalloc \
 		$(use_enable tcmalloc) \
@@ -42,4 +43,6 @@
 src_install() {
 	emake DESTDIR="${D}" install || die "install failed"
 	dodoc AUTHORS ChangeLog NEWS PROTOCOL README || die
+
+	find "${D}" -name '*.la' -delete || die
 }






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

only message in thread, other threads:[~2009-12-23 18:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-23 18:19 [gentoo-commits] gentoo-x86 commit in dev-db/libdrizzle: ChangeLog libdrizzle-0.6.ebuild Diego Petteno (flameeyes)

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