public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/lcms: lcms-2.0a.ebuild ChangeLog lcms-1.19.ebuild
Date: Tue, 28 Sep 2010 16:19:43 +0000 (UTC)	[thread overview]
Message-ID: <20100928161943.0AE4E20051@flycatcher.gentoo.org> (raw)

ssuominen    10/09/28 16:19:43

  Modified:             lcms-2.0a.ebuild ChangeLog lcms-1.19.ebuild
  Log:
  USE="static-libs" and punt .la files.
  
  (Portage version: 2.2_rc87/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 media-libs/lcms/lcms-2.0a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/lcms-2.0a.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/lcms-2.0a.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/lcms-2.0a.ebuild?r1=1.11&r2=1.12

Index: lcms-2.0a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.0a.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lcms-2.0a.ebuild	26 Sep 2010 23:10:02 -0000	1.11
+++ lcms-2.0a.ebuild	28 Sep 2010 16:19:42 -0000	1.12
@@ -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/lcms/lcms-2.0a.ebuild,v 1.11 2010/09/26 23:10:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.0a.ebuild,v 1.12 2010/09/28 16:19:42 ssuominen Exp $
 
 EAPI=2
 inherit libtool
@@ -14,9 +14,10 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="jpeg static-libs tiff zlib"
 
-DEPEND="jpeg? ( virtual/jpeg )
+RDEPEND="jpeg? ( virtual/jpeg )
 	tiff? ( media-libs/tiff )
 	zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}"
 
 RESTRICT="test" # Segment maxima GBD test fails randomly
 
@@ -46,5 +47,5 @@
 	insinto /usr/share/doc/${PF}/pdf
 	doins doc/*.pdf || die
 
-	find "${D}" -name '*.la' -delete
+	find "${D}" -name '*.la' -exec rm -f '{}' +
 }



1.122                media-libs/lcms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	4 Sep 2010 14:51:17 -0000	1.121
+++ ChangeLog	28 Sep 2010 16:19:42 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lcms
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.121 2010/09/04 14:51:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.122 2010/09/28 16:19:42 ssuominen Exp $
+
+  28 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> lcms-1.19.ebuild:
+  USE="static-libs" and punt .la files.
 
   04 Sep 2010; Raúl Porcel <armin76@gentoo.org> lcms-2.0a.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #328795



1.9                  media-libs/lcms/lcms-1.19.ebuild

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

Index: lcms-1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.19.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lcms-1.19.ebuild	23 Jul 2010 20:40:22 -0000	1.8
+++ lcms-1.19.ebuild	28 Sep 2010 16:19:42 -0000	1.9
@@ -1,10 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.19.ebuild,v 1.8 2010/07/23 20:40:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.19.ebuild,v 1.9 2010/09/28 16:19:42 ssuominen Exp $
 
-EAPI="2"
-
-inherit libtool eutils multilib
+EAPI=2
+inherit libtool multilib
 
 DESCRIPTION="A lightweight, speed optimized color management engine"
 HOMEPAGE="http://www.littlecms.com/"
@@ -13,7 +12,7 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="tiff jpeg zlib python"
+IUSE="jpeg python static-libs tiff zlib"
 
 RDEPEND="tiff? ( media-libs/tiff )
 	jpeg? ( virtual/jpeg )
@@ -24,14 +23,15 @@
 src_prepare() {
 	# run swig to regenerate lcms_wrap.cxx and lcms.py (bug #148728)
 	if use python; then
-		cd "${S}"/python
-		./swig_lcms || die "swig_lcms failed"
+		cd python
+		./swig_lcms || die
 	fi
 }
 
 src_configure() {
 	econf \
 		--disable-dependency-tracking \
+		$(use_enable static-libs static) \
 		$(use_with jpeg) \
 		$(use_with python) \
 		$(use_with tiff) \
@@ -43,10 +43,12 @@
 		DESTDIR="${D}" \
 		BINDIR="${D}"/usr/bin \
 		libdir=/usr/$(get_libdir) \
-		install || die "make install failed"
+		install || die
 
 	insinto /usr/share/lcms/profiles
 	doins testbed/*.icm
 
 	dodoc AUTHORS README* INSTALL NEWS doc/*
+
+	find "${D}" -name '*.la' -exec rm -f '{}' +
 }






             reply	other threads:[~2010-09-28 16:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-28 16:19 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-07-23 20:40 [gentoo-commits] gentoo-x86 commit in media-libs/lcms: lcms-2.0a.ebuild ChangeLog lcms-1.19.ebuild 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=20100928161943.0AE4E20051@flycatcher.gentoo.org \
    --to=ssuominen@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