public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lqr: gimp-lqr-0.7.1.ebuild ChangeLog
@ 2010-11-19 16:38 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-11-19 16:38 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/11/19 16:38:54

  Modified:             gimp-lqr-0.7.1.ebuild ChangeLog
  Log:
  Fix build after move, bug #345989 by Willard Dawson <willard.dawson@sungard.com>. Modified patch submitted by Stefan Talpalaru <stefantalpalaru@yahoo.com>.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild?rev=1.2&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.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gimp-lqr-0.7.1.ebuild	18 Nov 2010 12:46:35 -0000	1.1
+++ gimp-lqr-0.7.1.ebuild	19 Nov 2010 16:38:54 -0000	1.2
@@ -1,10 +1,12 @@
 # Copyright 1999-2010 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.1 2010/11/18 12:46:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild,v 1.2 2010/11/19 16:38:54 phajdan.jr Exp $
+
+MY_P="${PN}-plugin-${PV}"
 
 DESCRIPTION="Content-aware resizing for the GIMP"
 HOMEPAGE="http://liquidrescale.wikidot.com/"
-SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${PN}-plugin-${PV}.tar.bz2"
+SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -15,6 +17,8 @@
 	media-libs/liblqr"
 DEPEND="${RDEPEND}"
 
+S="${WORKDIR}/${MY_P}"
+
 src_install() {
 	emake DESTDIR="${D}" install || die
 



1.2                  media-plugins/gimp-lqr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	18 Nov 2010 12:46:35 -0000	1.1
+++ ChangeLog	19 Nov 2010 16:38:54 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gimp-lqr
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v 1.1 2010/11/18 12:46:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v 1.2 2010/11/19 16:38:54 phajdan.jr Exp $
+
+  19 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  gimp-lqr-0.7.1.ebuild:
+  Fix build after move, bug #345989 by Willard Dawson
+  <willard.dawson@sungard.com>. Modified patch submitted by Stefan Talpalaru
+  <stefantalpalaru@yahoo.com>.
 
 *gimp-lqr-0.7.1 (18 Nov 2010)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lqr: gimp-lqr-0.7.1.ebuild ChangeLog
@ 2011-11-15 22:58 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-11-15 22:58 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/11/15 22:58:29

  Modified:             gimp-lqr-0.7.1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #390269
  
  (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild?rev=1.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gimp-lqr-0.7.1.ebuild	19 Nov 2010 16:38:54 -0000	1.2
+++ gimp-lqr-0.7.1.ebuild	15 Nov 2011 22:58:29 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.2 2010/11/19 16:38:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild,v 1.3 2011/11/15 22:58:29 hwoarang Exp $
 
 MY_P="${PN}-plugin-${PV}"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="media-gfx/gimp



1.3                  media-plugins/gimp-lqr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	19 Nov 2010 16:38:54 -0000	1.2
+++ ChangeLog	15 Nov 2011 22:58:29 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/gimp-lqr
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v 1.2 2010/11/19 16:38:54 phajdan.jr Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v 1.3 2011/11/15 22:58:29 hwoarang Exp $
+
+  15 Nov 2011; Markos Chandras <hwoarang@gentoo.org> gimp-lqr-0.7.1.ebuild:
+  Stable on amd64 wrt bug #390269
 
   19 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   gimp-lqr-0.7.1.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lqr: gimp-lqr-0.7.1.ebuild ChangeLog
@ 2011-11-28 11:57 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-11-28 11:57 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/11/28 11:57:37

  Modified:             gimp-lqr-0.7.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #390269
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild?rev=1.4&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.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gimp-lqr-0.7.1.ebuild	15 Nov 2011 22:58:29 -0000	1.3
+++ gimp-lqr-0.7.1.ebuild	28 Nov 2011 11:57:37 -0000	1.4
@@ -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/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild,v 1.3 2011/11/15 22:58:29 hwoarang Exp $
+# $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 $
 
 MY_P="${PN}-plugin-${PV}"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="media-gfx/gimp



1.4                  media-plugins/gimp-lqr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	15 Nov 2011 22:58:29 -0000	1.3
+++ ChangeLog	28 Nov 2011 11:57:37 -0000	1.4
@@ -1,6 +1,9 @@
 # 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.3 2011/11/15 22:58:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v 1.4 2011/11/28 11:57:37 phajdan.jr Exp $
+
+  28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gimp-lqr-0.7.1.ebuild:
+  x86 stable wrt bug #390269
 
   15 Nov 2011; Markos Chandras <hwoarang@gentoo.org> gimp-lqr-0.7.1.ebuild:
   Stable on amd64 wrt bug #390269






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lqr: gimp-lqr-0.7.1.ebuild ChangeLog
@ 2012-02-24 18:39 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-24 18:39 UTC (permalink / raw
  To: gentoo-commits

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






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-24 18:39 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox