summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-04 14:42:53 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-04 14:42:53 +0100
commit5923eab624ff34ec5be96e480d6d80ea5ad4c30c (patch)
treedf1b773fe8fdb4a429a105dee4509742fc7e4fe9 /media-gfx/gimmage
parentapp-accessibility/pocketsphinx: Remove last-rited pkg (diff)
downloadgentoo-5923eab624ff34ec5be96e480d6d80ea5ad4c30c.tar.gz
gentoo-5923eab624ff34ec5be96e480d6d80ea5ad4c30c.tar.bz2
gentoo-5923eab624ff34ec5be96e480d6d80ea5ad4c30c.zip
media-gfx/gimmage: Remove last-rited pkg
Closes: https://bugs.gentoo.org/601886 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/gimmage')
-rw-r--r--media-gfx/gimmage/Manifest1
-rw-r--r--media-gfx/gimmage/files/gimmage-0.2.3-as-needed.patch11
-rw-r--r--media-gfx/gimmage/files/gimmage-0.2.3-desktop-entry.patch16
-rw-r--r--media-gfx/gimmage/files/gimmage-0.2.3-gcc43.patch11
-rw-r--r--media-gfx/gimmage/files/gimmage-0.2.3-gcc47.patch19
-rw-r--r--media-gfx/gimmage/gimmage-0.2.3-r1.ebuild40
-rw-r--r--media-gfx/gimmage/metadata.xml14
7 files changed, 0 insertions, 112 deletions
diff --git a/media-gfx/gimmage/Manifest b/media-gfx/gimmage/Manifest
deleted file mode 100644
index c7472b2c9473..000000000000
--- a/media-gfx/gimmage/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gimmage-0.2.3.tar.gz 193777 BLAKE2B 3d6cdc709f798daf44e835b9e29cf7f3b1c7b8e78cdf13c24cfc649a24bbedaaffbe0388df5b3bcc073302ea09f884c0cc408fee119b07b876fe591f8e05ba35 SHA512 ff8fdf860d4712502e6e8656a14e5327a5b89af49f312e54de5f0e80cd6e406214a61228c79ad643c2640268d5eacfd760c83acbebdc7fa9b6e7c094728be167
diff --git a/media-gfx/gimmage/files/gimmage-0.2.3-as-needed.patch b/media-gfx/gimmage/files/gimmage-0.2.3-as-needed.patch
deleted file mode 100644
index 2e24078bd85d..000000000000
--- a/media-gfx/gimmage/files/gimmage-0.2.3-as-needed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ru gimmage-0.2.3.orig/src/Makefile.am gimmage-0.2.3/src/Makefile.am
---- gimmage-0.2.3.orig/src/Makefile.am 2008-11-30 18:43:28.000000000 +0100
-+++ gimmage-0.2.3/src/Makefile.am 2008-11-30 18:43:40.000000000 +0100
-@@ -7,5 +7,5 @@
- SaveErrorDialog.cpp SaveErrorDialog.h \
- main.cpp defines.h
-
--AM_CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -lcurl -lmagic
--LDADD = $(DEPS_LIBS)
-+AM_CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS)
-+LDADD = $(DEPS_LIBS) -lcurl -lmagic
diff --git a/media-gfx/gimmage/files/gimmage-0.2.3-desktop-entry.patch b/media-gfx/gimmage/files/gimmage-0.2.3-desktop-entry.patch
deleted file mode 100644
index c80b43d0b293..000000000000
--- a/media-gfx/gimmage/files/gimmage-0.2.3-desktop-entry.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ur gimmage-0.2.3.orig/gimmage.desktop.in gimmage-0.2.3/gimmage.desktop.in
---- gimmage-0.2.3.orig/gimmage.desktop.in 2007-06-27 00:22:57.000000000 +0300
-+++ gimmage-0.2.3/gimmage.desktop.in 2010-08-06 20:42:55.000000000 +0300
-@@ -1,8 +1,8 @@
- [Desktop Entry]
- Name=gimmage
- Exec=@prefix@/bin/gimmage
--Icon=gimmage.png
-+Icon=gimmage
- Type=Application
--Categories=Application;Graphics;
-+Categories=Graphics;
- Comment=A simple image viewer.
--MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-tga;image/x-portable-pixmap;image/x-portable-bitmap;image/x-targa;image/x-portable-greymap;application/pcx;image/svg+xml;image/svg-xml
-\ No newline at end of file
-+MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-tga;image/x-portable-pixmap;image/x-portable-bitmap;image/x-targa;image/x-portable-greymap;application/pcx;image/svg+xml;image/svg-xml;
diff --git a/media-gfx/gimmage/files/gimmage-0.2.3-gcc43.patch b/media-gfx/gimmage/files/gimmage-0.2.3-gcc43.patch
deleted file mode 100644
index 7dd6686c1314..000000000000
--- a/media-gfx/gimmage/files/gimmage-0.2.3-gcc43.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gimmage-0.2.3/src/FileManager.cpp~ 2007-06-26 15:51:15.000000000 +0200
-+++ gimmage-0.2.3/src/FileManager.cpp 2008-02-16 13:58:34.000000000 +0100
-@@ -21,6 +21,8 @@
-
- // we make extensive use of get_current_dir_name() from Glib
-
-+#include <cstring>
-+
- #include "FileManager.h"
- #include "defines.h"
-
diff --git a/media-gfx/gimmage/files/gimmage-0.2.3-gcc47.patch b/media-gfx/gimmage/files/gimmage-0.2.3-gcc47.patch
deleted file mode 100644
index bc39028cf161..000000000000
--- a/media-gfx/gimmage/files/gimmage-0.2.3-gcc47.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://bugs.gentoo.org/422453
-
-error: 'get_current_dir_name' was not declared in this scope
-
-
- src/FileManager.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/src/FileManager.cpp
-+++ b/src/FileManager.cpp
-@@ -30,7 +30,7 @@ Copyright 2006 Bartek Kostrzewa
-
- extern "C" {
- #include <libintl.h>
--// #include <unistd.h>
-+#include <unistd.h>
- #include <sys/stat.h>
- }
-
diff --git a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
deleted file mode 100644
index 9cad305b05b6..000000000000
--- a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="A slim GTK-based image browser"
-HOMEPAGE="https://sourceforge.net/projects/gimmage.berlios/"
-SRC_URI="mirror://sourceforge/project/${PN}.berlios/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="debug"
-
-RDEPEND="
- dev-cpp/cairomm
- >=dev-cpp/gtkmm-2.6.2:2.4
- net-misc/curl
- sys-apps/file"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gcc43.patch \
- "${FILESDIR}"/${P}-as-needed.patch \
- "${FILESDIR}"/${P}-desktop-entry.patch \
- "${FILESDIR}"/${P}-gcc47.patch
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use debug && myconf="--enable-debug"
-
- append-cxxflags -std=c++11
- econf ${myconf}
-}
diff --git a/media-gfx/gimmage/metadata.xml b/media-gfx/gimmage/metadata.xml
deleted file mode 100644
index 64b2e5e3a9e1..000000000000
--- a/media-gfx/gimmage/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>graphics@gentoo.org</email>
- <name>Gentoo Graphics Project</name>
- </maintainer>
- <longdescription lang="en">
- gimmage: the gtkmm image viewer
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">gimmage.berlios</remote-id>
- </upstream>
-</pkgmetadata>