summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-14 09:56:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-14 10:25:16 +0200
commit22e4e485c4bdfdd74ca332ec4068de5fc6baa308 (patch)
treef68b7e5561157465330e1602128965cd525b9f05 /media-gfx
parentmedia-libs/libexif-gtk: Remove last-rited package (diff)
downloadgentoo-22e4e485c4bdfdd74ca332ec4068de5fc6baa308.tar.gz
gentoo-22e4e485c4bdfdd74ca332ec4068de5fc6baa308.tar.bz2
gentoo-22e4e485c4bdfdd74ca332ec4068de5fc6baa308.zip
media-gfx/gtkam: Remove last-rited package
Bug: https://bugs.gentoo.org/560032 Bug: https://bugs.gentoo.org/740020 Bug: https://bugs.gentoo.org/769095 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gtkam/Manifest1
-rw-r--r--media-gfx/gtkam/files/gtkam-0.1.18-desktop-validation.patch15
-rw-r--r--media-gfx/gtkam/gtkam-1.0-r1.ebuild46
-rw-r--r--media-gfx/gtkam/metadata.xml11
4 files changed, 0 insertions, 73 deletions
diff --git a/media-gfx/gtkam/Manifest b/media-gfx/gtkam/Manifest
deleted file mode 100644
index df55d6cb5243..000000000000
--- a/media-gfx/gtkam/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtkam-1.0.tar.bz2 908986 BLAKE2B 941207d7865144611caba41c4c2e87719cf3b7ba50c1b48e9e5876ae403504443801cce2c14d3eaabcca749ef0e3ba9d95184081333361058d9fbde10ad4e935 SHA512 3b2b8aa5114237dc6fd5d6727e9ae76e88afa3257d0f18d790cc706b737c0a1002b86559621b3357629f9a7fb4d8f321c46f9eec83c7aa27998acb0f48904f7c
diff --git a/media-gfx/gtkam/files/gtkam-0.1.18-desktop-validation.patch b/media-gfx/gtkam/files/gtkam-0.1.18-desktop-validation.patch
deleted file mode 100644
index c9d6ae6989cf..000000000000
--- a/media-gfx/gtkam/files/gtkam-0.1.18-desktop-validation.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/gtkam.desktop.in~ 2011-05-26 09:57:43.000000000 +0200
-+++ b/gtkam.desktop.in 2012-01-31 10:00:56.687216188 +0100
-@@ -1,11 +1,10 @@
- [Desktop Entry]
--Encoding=UTF-8
- _Name=Gtkam Digital Camera Browser
- _Comment=Browse and download images from an attached digital camera
- Exec=gtkam
- Icon=gtkam-camera
- Terminal=false
- Type=Application
--Categories=GNOME;GTK;Photography;Graphics;RasterGraphics;Viewer;
-+Categories=GNOME;GTK;Photography;Graphics;2DGraphics;RasterGraphics;Viewer;
- StartupNotify=true
- X-GNOME-DocPath=gtkam/gtkam.xml
diff --git a/media-gfx/gtkam/gtkam-1.0-r1.ebuild b/media-gfx/gtkam/gtkam-1.0-r1.ebuild
deleted file mode 100644
index 4f2f08b09baf..000000000000
--- a/media-gfx/gtkam/gtkam-1.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit 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 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:0/2 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- nls? ( >=sys-devel/gettext-0.14.1 )
-"
-
-PATCHES=(
- # Fix .desktop validity, bug #271569
- "${FILESDIR}/${PN}-0.1.18-desktop-validation.patch"
-)
-
-src_configure() {
- gnome2_src_configure \
- --without-bonobo \
- --without-gnome \
- $(use_with gimp) \
- $(use_enable nls) \
- --with-rpmbuild=/bin/false
-}
-
-src_install() {
- gnome2_src_install
- rm -rf "${ED}"/usr/share/doc/gtkam || die "rm failed"
-}
diff --git a/media-gfx/gtkam/metadata.xml b/media-gfx/gtkam/metadata.xml
deleted file mode 100644
index d2ef3b521ffc..000000000000
--- a/media-gfx/gtkam/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">gphoto</remote-id>
- </upstream>
-</pkgmetadata>