media-gfx/gimmage: Clean old
authorJustin Lecher <jlec@gentoo.org>
Sun, 20 Sep 2015 10:20:56 +0000 (12:20 +0200)
committerJustin Lecher <jlec@gentoo.org>
Sun, 20 Sep 2015 10:24:02 +0000 (12:24 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
media-gfx/gimmage/gimmage-0.2.3.ebuild [deleted file]

diff --git a/media-gfx/gimmage/gimmage-0.2.3.ebuild b/media-gfx/gimmage/gimmage-0.2.3.ebuild
deleted file mode 100644 (file)
index 715d8ba..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit autotools eutils
-
-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"
-
-       econf ${myconf}
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}