public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/devil: ChangeLog devil-1.7.8.ebuild
Date: Tue, 29 Jun 2010 21:38:46 +0000 (UTC)	[thread overview]
Message-ID: <20100629213846.52CF72C621@corvid.gentoo.org> (raw)

mr_bones_    10/06/29 21:38:46

  Modified:             ChangeLog devil-1.7.8.ebuild
  Log:
  add static-libs support
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.44                 media-libs/devil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	25 Jun 2010 17:14:35 -0000	1.43
+++ ChangeLog	29 Jun 2010 21:38:46 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/devil
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v 1.43 2010/06/25 17:14:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v 1.44 2010/06/29 21:38:46 mr_bones_ Exp $
+
+  29 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org> devil-1.7.8.ebuild:
+  add static-libs support
 
   25 Jun 2010; Raúl Porcel <armin76@gentoo.org> devil-1.7.7.ebuild,
   devil-1.7.8.ebuild:



1.5                  media-libs/devil/devil-1.7.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild?r1=1.4&r2=1.5

Index: devil-1.7.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- devil-1.7.8.ebuild	25 Jun 2010 17:14:35 -0000	1.4
+++ devil-1.7.8.ebuild	29 Jun 2010 21:38:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild,v 1.4 2010/06/25 17:14:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild,v 1.5 2010/06/29 21:38:46 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils
@@ -14,7 +14,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-IUSE="openexr gif jpeg lcms mng png tiff xpm allegro opengl sdl X"
+IUSE="openexr gif jpeg lcms mng png tiff xpm allegro opengl sdl static-libs X"
 
 RDEPEND="gif? ( media-libs/giflib )
 	openexr? ( media-libs/openexr )
@@ -57,6 +57,7 @@
 		$(use_enable X x11) \
 		$(use_enable X shm) \
 		$(use_enable X render) \
+		$(use_enable static-libs static) \
 		--disable-directx8 \
 		--disable-directx9
 }
@@ -64,4 +65,8 @@
 src_install() {
 	emake DESTDIR="${D}" install || die
 	dodoc AUTHORS CREDITS ChangeLog NEWS README* TODO || die
+	if ! use static-libs ; then
+		find "${D}" -type f -name '*.la' -exec rm {} + \
+			|| die "la removal failed"
+	fi
 }






             reply	other threads:[~2010-06-29 21:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-29 21:38 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-22 18:09 [gentoo-commits] gentoo-x86 commit in media-libs/devil: ChangeLog devil-1.7.8.ebuild Michael Sterrett (mr_bones_)
2012-05-04  4:04 Julian Ospald (hasufell)
2012-04-22  1:04 Michael Sterrett (mr_bones_)
2011-03-26 17:23 Samuli Suominen (ssuominen)
2010-11-08 15:20 Samuli Suominen (ssuominen)
2010-09-16 18:11 Tomas Chvatal (scarabeus)
2010-07-19  0:54 Joseph Jezak (josejx)
2010-06-21  9:07 Samuli Suominen (ssuominen)
2010-06-19  9:39 Samuli Suominen (ssuominen)
2010-05-10 20:50 Samuli Suominen (ssuominen)

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=20100629213846.52CF72C621@corvid.gentoo.org \
    --to=mr_bones_@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