From: "Michael Weber (xmw)" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libexif: ChangeLog libexif-0.6.20.ebuild
Date: Sun, 13 Nov 2011 18:07:16 +0000 (UTC) [thread overview]
Message-ID: <20111113180716.E5E082004B@flycatcher.gentoo.org> (raw)
xmw 11/11/13 18:07:16
Modified: ChangeLog libexif-0.6.20.ebuild
Log:
remove -g from FLAGS, as pointed out by Agostino Sarubbo (bug 390249)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.117 media-libs/libexif/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libexif/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libexif/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libexif/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 4 Apr 2011 23:20:46 -0000 1.116
+++ ChangeLog 13 Nov 2011 18:07:16 -0000 1.117
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libexif
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.116 2011/04/04 23:20:46 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.117 2011/11/13 18:07:16 xmw Exp $
+
+ 13 Nov 2011; Michael Weber <xmw@gentoo.org> libexif-0.6.20.ebuild:
+ remove -g from FLAGS, as pointed out by Agostino Sarubbo (bug 390249)
*libexif-0.6.20 (04 Apr 2011)
1.2 media-libs/libexif/libexif-0.6.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libexif/libexif-0.6.20.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libexif/libexif-0.6.20.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libexif/libexif-0.6.20.ebuild?r1=1.1&r2=1.2
Index: libexif-0.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.6.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libexif-0.6.20.ebuild 4 Apr 2011 23:20:46 -0000 1.1
+++ libexif-0.6.20.ebuild 13 Nov 2011 18:07:16 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.6.20.ebuild,v 1.1 2011/04/04 23:20:46 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.6.20.ebuild,v 1.2 2011/11/13 18:07:16 xmw Exp $
EAPI=2
-inherit eutils libtool
+inherit autotools eutils libtool
DESCRIPTION="Library for parsing, editing, and saving EXIF data"
HOMEPAGE="http://libexif.sourceforge.net/"
@@ -22,7 +22,11 @@
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.6.13-pkgconfig.patch
- elibtoolize # FreeBSD .so version
+ #elibtoolize # FreeBSD .so version
+ sed -e '/FLAGS=/s:-g::g' \
+ -e '/FLAGS=/s:-Wall::g' \
+ -i configure.ac
+ eautoreconf
}
src_configure() {
@@ -38,5 +42,4 @@
emake DESTDIR="${D}" install || die
find "${D}" -name '*.la' -exec rm -f {} +
rm -f "${D}"usr/share/doc/${PF}/{ABOUT-NLS,COPYING}
- prepalldocs
}
next reply other threads:[~2011-11-13 18:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-13 18:07 Michael Weber (xmw) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-20 15:02 [gentoo-commits] gentoo-x86 commit in media-libs/libexif: ChangeLog libexif-0.6.20.ebuild Samuli Suominen (ssuominen)
2012-05-09 0:24 Alexis Ballier (aballier)
2012-05-05 8:02 Jeff Horelick (jdhore)
2012-03-02 20:51 Samuli Suominen (ssuominen)
2012-01-06 20:05 Brent Baude (ranger)
2011-12-17 18:39 Raul Porcel (armin76)
2011-12-11 21:55 Markus Meier (maekke)
2011-11-23 6:00 Markus Meier (maekke)
2011-11-16 15:40 Jeroen Roovers (jer)
2011-11-13 18:42 Michael Weber (xmw)
2011-04-04 23:20 Nirbheek Chauhan (nirbheek)
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=20111113180716.E5E082004B@flycatcher.gentoo.org \
--to=xmw@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