public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libcdio: libcdio-0.82.ebuild ChangeLog
Date: Tue,  5 Apr 2011 17:40:01 +0000 (UTC)	[thread overview]
Message-ID: <20110405174001.1BF8320054@flycatcher.gentoo.org> (raw)

scarabeus    11/04/05 17:40:01

  Modified:             libcdio-0.82.ebuild ChangeLog
  Log:
  Use static-libs useflag. Punt .la files.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-libs/libcdio/libcdio-0.82.ebuild

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

Index: libcdio-0.82.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcdio-0.82.ebuild	3 Feb 2010 16:08:05 -0000	1.2
+++ libcdio-0.82.ebuild	5 Apr 2011 17:40:01 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild,v 1.2 2010/02/03 16:08:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild,v 1.3 2011/04/05 17:40:01 scarabeus Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="cddb minimal +cxx"
+IUSE="cddb +cxx minimal static-libs"
 
 RDEPEND="cddb? ( >=media-libs/libcddb-1.0.1 )
 	virtual/libintl"
@@ -35,6 +35,7 @@
 src_configure() {
 	econf \
 		$(use_enable cddb) \
+		$(use_enable static-libs static) \
 		$(use_with !minimal cd-drive) \
 		$(use_with !minimal cd-info) \
 		$(use_with !minimal cd-paranoia) \
@@ -50,6 +51,11 @@
 		--disable-maintainer-mode
 }
 
+src_install() {
+	emake DESTDIR="${D}" install || die
+	find "${D}" -name '*.la' -delete
+}
+
 pkg_postinst() {
 	ewarn "If you've upgraded from a previous version of ${PN}, you may need to re-emerge"
 	ewarn "packages that linked against ${PN} (vlc, vcdimager and more) by running:"



1.113                dev-libs/libcdio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcdio/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcdio/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcdio/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	3 Feb 2010 16:08:05 -0000	1.112
+++ ChangeLog	5 Apr 2011 17:40:01 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libcdio
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.112 2010/02/03 16:08:05 scarabeus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.113 2011/04/05 17:40:01 scarabeus Exp $
+
+  05 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> libcdio-0.82.ebuild:
+  Use static-libs useflag. Punt .la files.
 
   03 Feb 2010; Tomáš Chvátal <scarabeus@gentoo.org> libcdio-0.82.ebuild:
   Fix automagic cddb again. And it looks this time it is in upstream repo.






             reply	other threads:[~2011-04-05 17:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-05 17:40 Tomas Chvatal (scarabeus) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-09  8:53 [gentoo-commits] gentoo-x86 commit in dev-libs/libcdio: libcdio-0.82.ebuild ChangeLog Kacper Kowalik (xarthisius)
2011-06-05 17:33 Jeroen Roovers (jer)
2011-06-05 14:23 Raul Porcel (armin76)
2011-06-02 12:21 Markus Meier (maekke)
2010-02-03 16:08 Tomas Chvatal (scarabeus)
2009-10-27 15:08 Diego Petteno (flameeyes)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110405174001.1BF8320054@flycatcher.gentoo.org \
    --to=scarabeus@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox