public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lqr: gimp-lqr-0.7.1.ebuild ChangeLog
Date: Fri, 24 Feb 2012 18:39:40 +0000 (UTC)	[thread overview]
Message-ID: <20120224183940.915252004B@flycatcher.gentoo.org> (raw)

phajdan.jr    12/02/24 18:39:40

  Modified:             gimp-lqr-0.7.1.ebuild ChangeLog
  Log:
  Fix compile error, bug #405591 by Sorath.
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.5                  media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild?r1=1.4&r2=1.5

Index: gimp-lqr-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gimp-lqr-0.7.1.ebuild	28 Nov 2011 11:57:37 -0000	1.4
+++ gimp-lqr-0.7.1.ebuild	24 Feb 2012 18:39:40 -0000	1.5
@@ -1,6 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild,v 1.4 2011/11/28 11:57:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild,v 1.5 2012/02/24 18:39:40 phajdan.jr Exp $
+
+EAPI="4"
+
+inherit autotools eutils
 
 MY_P="${PN}-plugin-${PV}"
 
@@ -19,8 +23,12 @@
 
 S="${WORKDIR}/${MY_P}"
 
-src_install() {
-	emake DESTDIR="${D}" install || die
+src_prepare() {
+	epatch "${FILESDIR}/${PN}-no-deprecated.patch"
+	eautoreconf
+}
 
-	dodoc AUTHORS BUGS ChangeLog NEWS README TODO || die
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc AUTHORS BUGS ChangeLog NEWS README TODO
 }



1.5                  media-plugins/gimp-lqr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lqr/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lqr/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lqr/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 Nov 2011 11:57:37 -0000	1.4
+++ ChangeLog	24 Feb 2012 18:39:40 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gimp-lqr
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v 1.4 2011/11/28 11:57:37 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v 1.5 2012/02/24 18:39:40 phajdan.jr Exp $
+
+  24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> gimp-lqr-0.7.1.ebuild,
+  +files/gimp-lqr-no-deprecated.patch:
+  Fix compile error, bug #405591 by Sorath.
 
   28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gimp-lqr-0.7.1.ebuild:
   x86 stable wrt bug #390269






             reply	other threads:[~2012-02-24 18:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-24 18:39 PaweA Hajdan (phajdan.jr) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-28 11:57 [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lqr: gimp-lqr-0.7.1.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
2011-11-15 22:58 Markos Chandras (hwoarang)
2010-11-19 16:38 PaweA Hajdan (phajdan.jr)

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=20120224183940.915252004B@flycatcher.gentoo.org \
    --to=phajdan.jr@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