public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/
@ 2017-05-02 10:35 Paweł Hajdan
  0 siblings, 0 replies; 3+ messages in thread
From: Paweł Hajdan @ 2017-05-02 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     59a4618b9c0995a88ea2ee421ecacb505060cb82
Author:     Pawel Hajdan, Jr <phajdan.jr <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 10:35:09 2017 +0000
Commit:     Paweł Hajdan <phajdan.jr <AT> gentoo <DOT> org>
CommitDate: Tue May  2 10:35:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a4618b

media-plugins/gimp-lqr: remove phajdan.jr from maintainers -> maintainer-needed

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-plugins/gimp-lqr/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-plugins/gimp-lqr/metadata.xml b/media-plugins/gimp-lqr/metadata.xml
index 12f01941a1a..7a38bb90096 100644
--- a/media-plugins/gimp-lqr/metadata.xml
+++ b/media-plugins/gimp-lqr/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>phajdan.jr@gentoo.org</email>
-    <name>Pawel Hajdan jr</name>
-  </maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/
@ 2020-10-07 18:46 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2020-10-07 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c4c86bdf34ba7165639c4dd08efe73853d4ff2e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 18:26:11 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 18:46:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c86bdf

media-plugins/gimp-lqr: port to EAPI 7

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
index cd048f5af6a..83a4ea2f875 100644
--- a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
+++ b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
@@ -1,22 +1,20 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 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/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="
 	>=media-gfx/gimp-2.8
 	media-libs/liblqr"
 DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/
@ 2020-11-08 12:02 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2020-11-08 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e1e5be0deb6188f9e9fd4b841de1f61fb051511d
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Nov  4 22:22:57 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 11:53:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e5be0d

media-plugins/gimp-lqr: switch media-gfx/gimp-2.10 to SLOT="0/2"

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../gimp-lqr/{gimp-lqr-0.7.2.ebuild => gimp-lqr-0.7.2-r1.ebuild}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild b/media-plugins/gimp-lqr/gimp-lqr-0.7.2-r1.ebuild
similarity index 95%
rename from media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
rename to media-plugins/gimp-lqr/gimp-lqr-0.7.2-r1.ebuild
index d040db2f7e3..d1a681c7ced 100644
--- a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
+++ b/media-plugins/gimp-lqr/gimp-lqr-0.7.2-r1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 
 RDEPEND="
-	>=media-gfx/gimp-2.8
+	>=media-gfx/gimp-2.8:0/2
 	media-libs/liblqr"
 DEPEND="${RDEPEND}"
 


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

end of thread, other threads:[~2020-11-08 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-02 10:35 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/ Paweł Hajdan
  -- strict thread matches above, loose matches on Subject: below --
2020-10-07 18:46 Sam James
2020-11-08 12:02 Sam James

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