From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gd: ChangeLog gd-2.0.35-r3.ebuild
Date: Mon, 5 Mar 2012 06:54:29 +0000 (UTC) [thread overview]
Message-ID: <20120305065429.BE5982004B@flycatcher.gentoo.org> (raw)
vapier 12/03/05 06:54:29
Modified: ChangeLog gd-2.0.35-r3.ebuild
Log:
Restore sed -r flag after refactor in previous commit lost it #406933 by Drake Donahue.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Revision Changes Path
1.82 media-libs/gd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 2 Mar 2012 06:59:29 -0000 1.81
+++ ChangeLog 5 Mar 2012 06:54:29 -0000 1.82
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.81 2012/03/02 06:59:29 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.82 2012/03/05 06:54:29 vapier Exp $
+
+ 05 Mar 2012; Mike Frysinger <vapier@gentoo.org> gd-2.0.35-r3.ebuild:
+ Restore sed -r flag after refactor in previous commit lost it #406933 by
+ Drake Donahue.
02 Mar 2012; Ulrich Müller <ulm@gentoo.org> gd-2.0.35-r3.ebuild:
Fix LICENSE, "||" would mean dual licensing which is not the case here.
1.15 media-libs/gd/gd-2.0.35-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?r1=1.14&r2=1.15
Index: gd-2.0.35-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gd-2.0.35-r3.ebuild 2 Mar 2012 06:59:29 -0000 1.14
+++ gd-2.0.35-r3.ebuild 5 Mar 2012 06:54:29 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.14 2012/03/02 06:59:29 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.15 2012/03/05 06:54:29 vapier Exp $
EAPI="2"
@@ -34,7 +34,7 @@
local make_sed=( -e '/^noinst_PROGRAMS/s:noinst:check:' )
use png || make_sed+=( -e '/_PROGRAMS/s:(gdparttopng|gdtopng|gd2topng|pngtogd|pngtogd2|webpng)::g' )
use zlib || make_sed+=( -e '/_PROGRAMS/s:(gd2topng|gd2copypal|gd2togif|giftogd2|gdparttopng|pngtogd2)::g' )
- sed -i "${make_sed[@]}" Makefile.am || die
+ sed -i -r "${make_sed[@]}" Makefile.am || die
eautoreconf
}
next reply other threads:[~2012-03-05 6:54 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-05 6:54 Mike Frysinger (vapier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-04-25 19:10 [gentoo-commits] gentoo-x86 commit in media-libs/gd: ChangeLog gd-2.0.35-r3.ebuild Tim Harder (radhermit)
2013-01-04 14:45 Ulrich Mueller (ulm)
2012-05-05 8:02 Jeff Horelick (jdhore)
2012-04-26 21:37 Alexis Ballier (aballier)
2012-03-02 6:59 Ulrich Mueller (ulm)
2012-02-27 20:17 Mike Frysinger (vapier)
2011-12-15 17:08 Mike Frysinger (vapier)
2011-12-15 16:52 Mike Frysinger (vapier)
2011-11-05 18:24 Raul Porcel (armin76)
2011-10-30 18:41 Samuli Suominen (ssuominen)
2011-10-29 19:29 Markus Meier (maekke)
2011-10-21 17:31 Samuli Suominen (ssuominen)
2011-10-18 17:22 Kacper Kowalik (xarthisius)
2011-10-18 14:19 Jeroen Roovers (jer)
2011-10-16 13:24 Samuli Suominen (ssuominen)
2011-10-16 13:07 Samuli Suominen (ssuominen)
2011-04-15 8:51 Mike Frysinger (vapier)
2011-04-13 6:32 Mike Frysinger (vapier)
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=20120305065429.BE5982004B@flycatcher.gentoo.org \
--to=vapier@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