public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gtkam/
@ 2016-07-09 13:40 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-07-09 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0c1bba9be0e081618d847829d32f876718b38910
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 13:01:39 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 13:40:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1bba9b

media-gfx/gtkam: Drop unneeded inherits

Package-Manager: portage-2.3.0

 media-gfx/gtkam/gtkam-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gtkam/gtkam-1.0.ebuild b/media-gfx/gtkam/gtkam-1.0.ebuild
index 01a8d42..89d7e47 100644
--- a/media-gfx/gtkam/gtkam-1.0.ebuild
+++ b/media-gfx/gtkam/gtkam-1.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-inherit autotools eutils gnome2
+inherit gnome2
 
 DESCRIPTION="A frontend for gPhoto 2"
 HOMEPAGE="http://gphoto.org/proj/gtkam"


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gtkam/
@ 2016-11-04  9:40 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-11-04  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     68e71ff8d6ceaccfa5ed79c77a3b515c4266e63b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 09:34:15 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 09:40:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e71ff8

media-gfx/gtkam: Drop old

Package-Manager: portage-2.3.2

 media-gfx/gtkam/Manifest           |  1 -
 media-gfx/gtkam/gtkam-0.2.0.ebuild | 59 --------------------------------------
 2 files changed, 60 deletions(-)

diff --git a/media-gfx/gtkam/Manifest b/media-gfx/gtkam/Manifest
index 39579a1..63c67a7 100644
--- a/media-gfx/gtkam/Manifest
+++ b/media-gfx/gtkam/Manifest
@@ -1,2 +1 @@
-DIST gtkam-0.2.0.tar.bz2 1137547 SHA256 527b1318ed8f49fbf8c13b80a4d2859e41bb34ab6bb5cc728c8816aa6ecf97c2 SHA512 648a8f4d85ec802ee3bc391d4c20517eefe2da253db964e3fb578bd2b98abe79bc6ae6e7de2b91e03ae73b5ebfd5f963fb453c44f5347d3c700c1881f79c2c4d WHIRLPOOL b7d7c0af01c70e34f62a2b0cd7a6beb0115cba20771f9e6d5dbc1cdf866689bf29a95a97e8de70c95d80a7e3801ab0648d0951b06fe9bded2a40cad4bca333fe
 DIST gtkam-1.0.tar.bz2 908986 SHA256 ab7f50d4654d129cd8b386658249b05ea739a446f08026c7352b829c63382c3d SHA512 3b2b8aa5114237dc6fd5d6727e9ae76e88afa3257d0f18d790cc706b737c0a1002b86559621b3357629f9a7fb4d8f321c46f9eec83c7aa27998acb0f48904f7c WHIRLPOOL 9310abc8308337225945a8cdfc947a610f669470e96b865264d3950cfa774e8c242fb7361abd2c4c5e87b83bb1d3a2bdc27065146472da8accb5799efd22a73d

diff --git a/media-gfx/gtkam/gtkam-0.2.0.ebuild b/media-gfx/gtkam/gtkam-0.2.0.ebuild
deleted file mode 100644
index 739e6aa..00000000
--- a/media-gfx/gtkam/gtkam-0.2.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG="yes"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="A frontend for gPhoto 2"
-HOMEPAGE="http://gphoto.org/proj/gtkam"
-SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE="gimp gnome nls"
-
-RDEPEND="
-	x11-libs/gtk+:2
-	>=media-libs/libgphoto2-2.5.0
-	>=media-libs/libexif-0.3.2
-	media-libs/libexif-gtk
-	gimp? ( >=media-gfx/gimp-2 )
-	gnome? (
-		>=gnome-base/libbonobo-2
-		>=gnome-base/libgnomeui-2 )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.40
-	virtual/pkgconfig
-	app-text/scrollkeeper
-	nls? ( >=sys-devel/gettext-0.14.1 )
-"
-
-src_prepare() {
-	# Fix .desktop validity, bug #271569
-	epatch "${FILESDIR}/${PN}-0.1.18-desktop-validation.patch"
-
-	# Fix underlinking, bug #496136
-	epatch "${FILESDIR}/${PN}-0.2.0-underlinking.patch"
-
-	eautoreconf
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		$(use_with gimp) \
-		$(use_with gnome) \
-		$(use_with gnome bonobo) \
-		$(use_enable nls) \
-		--with-rpmbuild=/bin/false
-}
-
-src_install() {
-	gnome2_src_install
-	rm -rf "${ED}"/usr/share/doc/gtkam || die "rm failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gtkam/
@ 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:     556b1ffebfc5bbcaaa76377a9b7d44b4c35c8d0a
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Nov  4 22:18:32 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 11:53:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556b1ffe

media-gfx/gtkam: 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>

 media-gfx/gtkam/{gtkam-1.0.ebuild => gtkam-1.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/gtkam/gtkam-1.0.ebuild b/media-gfx/gtkam/gtkam-1.0-r1.ebuild
similarity index 92%
rename from media-gfx/gtkam/gtkam-1.0.ebuild
rename to media-gfx/gtkam/gtkam-1.0-r1.ebuild
index c5029ddcfd6..4f2f08b09ba 100644
--- a/media-gfx/gtkam/gtkam-1.0.ebuild
+++ b/media-gfx/gtkam/gtkam-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ RDEPEND="
 	>=media-libs/libgphoto2-2.5.0
 	>=media-libs/libexif-0.3.2
 	media-libs/libexif-gtk
-	gimp? ( >=media-gfx/gimp-2 )
+	gimp? ( media-gfx/gimp:0/2 )
 "
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40


^ 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 --
2016-11-04  9:40 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gtkam/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2020-11-08 12:02 Sam James
2016-07-09 13:40 Pacho Ramos

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