From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf: ChangeLog gdk-pixbuf-2.22.1.ebuild
Date: Fri, 15 Apr 2011 13:13:29 +0000 (UTC) [thread overview]
Message-ID: <20110415131329.8C83120054@flycatcher.gentoo.org> (raw)
ssuominen 11/04/15 13:13:29
Modified: ChangeLog gdk-pixbuf-2.22.1.ebuild
Log:
Remove unrequired libtool files.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Revision Changes Path
1.12 x11-libs/gdk-pixbuf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 4 Apr 2011 17:42:49 -0000 1.11
+++ ChangeLog 15 Apr 2011 13:13:29 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gdk-pixbuf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.11 2011/04/04 17:42:49 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.12 2011/04/15 13:13:29 ssuominen Exp $
+
+ 15 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> gdk-pixbuf-2.22.1.ebuild:
+ Remove unrequired libtool files.
04 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
gdk-pixbuf-2.22.1.ebuild, +files/gdk-pixbuf-2.22.1-fix-libpng15.patch:
1.9 x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild?r1=1.8&r2=1.9
Index: gdk-pixbuf-2.22.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gdk-pixbuf-2.22.1.ebuild 4 Apr 2011 17:42:49 -0000 1.8
+++ gdk-pixbuf-2.22.1.ebuild 15 Apr 2011 13:13: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/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild,v 1.8 2011/04/04 17:42:49 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild,v 1.9 2011/04/15 13:13:29 ssuominen Exp $
EAPI="3"
@@ -17,7 +17,7 @@
# librsvg blocker is for the new pixbuf loader API, you lose icons otherwise
RDEPEND="
>=dev-libs/glib-2.25.15
- >=media-libs/libpng-1.2.43-r2:0
+ >=media-libs/libpng-1.2.44:0
introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
jpeg? ( virtual/jpeg )
jpeg2k? ( media-libs/jasper )
@@ -64,12 +64,11 @@
}
src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
+ emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS* README* || die "dodoc failed"
+ dodoc AUTHORS NEWS* README* || die
- # New library, remove .la files
- rm -vf "${D}"/usr/lib*/gdk-pixbuf-2.0/*/loaders/*.la
+ find "${ED}" -name '*.la' -exec rm -f {} +
}
pkg_postinst() {
next reply other threads:[~2011-04-15 13:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-15 13:13 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-04-04 17:42 [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf: ChangeLog gdk-pixbuf-2.22.1.ebuild Nirbheek Chauhan (nirbheek)
2011-03-22 19:47 Brent Baude (ranger)
2011-03-21 20:03 Kacper Kowalik (xarthisius)
2011-03-12 15:31 Raul Porcel (armin76)
2011-03-07 20:22 Jeroen Roovers (jer)
2011-02-24 20:43 Thomas Kahle (tomka)
2011-02-23 23:13 Markos Chandras (hwoarang)
2010-11-08 23:23 Gilles Dartiguelongue (eva)
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=20110415131329.8C83120054@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