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 media-libs/giflib: ChangeLog giflib-4.1.6-r1.ebuild
Date: Sun, 12 Jun 2011 11:26:29 +0000 (UTC)	[thread overview]
Message-ID: <20110612112629.1F8822004E@flycatcher.gentoo.org> (raw)

scarabeus    11/06/12 11:26:29

  Modified:             ChangeLog giflib-4.1.6-r1.ebuild
  Log:
  Introduce (add back) optional support for static libraries as per bug #371173.
  
  (Portage version: 2.2.0_alpha39/cvs/Linux x86_64)

Revision  Changes    Path
1.62                 media-libs/giflib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/giflib/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/giflib/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/giflib/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/giflib/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	5 May 2011 15:20:19 -0000	1.61
+++ ChangeLog	12 Jun 2011 11:26:29 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/giflib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/ChangeLog,v 1.61 2011/05/05 15:20:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/ChangeLog,v 1.62 2011/06/12 11:26:29 scarabeus Exp $
+
+  12 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> giflib-4.1.6-r1.ebuild:
+  Introduce (add back) optional support for static libraries as per bug
+  #371173.
 
   05 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> giflib-4.1.6-r1.ebuild:
   Punt static library and .la file archive.



1.9                  media-libs/giflib/giflib-4.1.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/giflib/giflib-4.1.6-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/giflib/giflib-4.1.6-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/giflib/giflib-4.1.6-r1.ebuild?r1=1.8&r2=1.9

Index: giflib-4.1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.6-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- giflib-4.1.6-r1.ebuild	5 May 2011 15:20:19 -0000	1.8
+++ giflib-4.1.6-r1.ebuild	12 Jun 2011 11:26:29 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.6-r1.ebuild,v 1.8 2011/05/05 15:20:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.6-r1.ebuild,v 1.9 2011/06/12 11:26:29 scarabeus Exp $
 
 EAPI=4
 
@@ -13,9 +13,9 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="rle X"
+IUSE="rle static-libs X"
 
-DEPEND="!media-libs/libungif
+DEPEND="
 	X? (
 		x11-libs/libXt
 		x11-libs/libX11
@@ -42,15 +42,15 @@
 	fi
 
 	econf \
-		--disable-static \
 		--disable-gl \
+		$(use_enable static-libs static) \
 		$(use_enable X x11) \
 		${myconf}
 }
 
 src_install() {
 	default
-	find "${ED}" -name '*.la' -delete
+	find "${ED}" -name '*.la' -exec rm -f {} +
 	dodoc AUTHORS BUGS ChangeLog NEWS ONEWS README TODO doc/*.txt
 	dohtml -r doc
 }






             reply	other threads:[~2011-06-12 11:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-12 11:26 Tomas Chvatal (scarabeus) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-05 15:20 [gentoo-commits] gentoo-x86 commit in media-libs/giflib: ChangeLog giflib-4.1.6-r1.ebuild Tomas Chvatal (scarabeus)
2008-10-27  4:22 Jeroen Roovers (jer)
2008-10-18 15:26 Raul Porcel (armin76)
2008-10-18 13:40 Brent Baude (ranger)
2008-10-18 13:39 Brent Baude (ranger)
2008-10-16 20:45 Markus Meier (maekke)

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=20110612112629.1F8822004E@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