public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan (nirbheek)" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/glib: ChangeLog glib-2.28.8.ebuild
Date: Sun, 14 Aug 2011 03:08:11 +0000 (UTC)	[thread overview]
Message-ID: <20110814030811.36EAD20035@flycatcher.gentoo.org> (raw)

nirbheek    11/08/14 03:08:11

  Modified:             ChangeLog glib-2.28.8.ebuild
  Log:
  Remove .la files only when USE=-static-libs. Previous commit by ssuominen punted .la files unconditionally, bug 379115
  
  (Portage version: 2.2.0_alpha39_p14/cvs/Linux x86_64)

Revision  Changes    Path
1.481                dev-libs/glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
retrieving revision 1.480
retrieving revision 1.481
diff -u -r1.480 -r1.481
--- ChangeLog	13 Aug 2011 18:44:59 -0000	1.480
+++ ChangeLog	14 Aug 2011 03:08:11 -0000	1.481
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/glib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.480 2011/08/13 18:44:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.481 2011/08/14 03:08:11 nirbheek Exp $
+
+  14 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> glib-2.28.8.ebuild:
+  Remove .la files only when USE=-static-libs. Previous commit by ssuominen
+  punted .la files unconditionally, bug 379115
 
   13 Aug 2011; Raúl Porcel <armin76@gentoo.org> glib-2.28.8.ebuild:
   m68k stable wrt #369909



1.15                 dev-libs/glib/glib-2.28.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild?r1=1.14&r2=1.15

Index: glib-2.28.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- glib-2.28.8.ebuild	13 Aug 2011 18:44:59 -0000	1.14
+++ glib-2.28.8.ebuild	14 Aug 2011 03:08:11 -0000	1.15
@@ -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/dev-libs/glib/glib-2.28.8.ebuild,v 1.14 2011/08/13 18:44:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v 1.15 2011/08/14 03:08:11 nirbheek Exp $
 
 EAPI="3"
 GNOME_TARBALL_SUFFIX="xz"
@@ -159,8 +159,10 @@
 	done
 	rm -rf "${ED}/etc"
 
-	# Redudant with pkg-config files in place
-	find "${ED}" -name '*.la' -exec rm -f {} +
+	if ! use static-libs; then
+		# Redudant with pkg-config files in place
+		find "${ED}" -name '*.la' -exec rm -f {} + || die
+	fi
 }
 
 src_test() {






             reply	other threads:[~2011-08-14  3:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-14  3:08 Nirbheek Chauhan (nirbheek) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-18 14:28 [gentoo-commits] gentoo-x86 commit in dev-libs/glib: ChangeLog glib-2.28.8.ebuild Jeroen Roovers (jer)
2011-10-05 16:51 Kacper Kowalik (xarthisius)
2011-08-14  9:44 Samuli Suominen (ssuominen)
2011-08-13 18:45 Raul Porcel (armin76)
2011-08-13 16:44 Raul Porcel (armin76)
2011-08-10 20:07 Samuli Suominen (ssuominen)
2011-07-17 20:43 Markus Meier (maekke)
2011-07-14 10:06 Thomas Kahle (tomka)
2011-07-04 19:42 Alexis Ballier (aballier)
2011-07-04 10:51 Pacho Ramos (pacho)
2011-07-01 21:07 Markos Chandras (hwoarang)
2011-07-01 16:09 Pacho Ramos (pacho)
2011-06-08 17:47 Pacho Ramos (pacho)
2011-06-06 16:00 Pacho Ramos (pacho)

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=20110814030811.36EAD20035@flycatcher.gentoo.org \
    --to=nirbheek@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