Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/
Date: Sun, 20 Sep 2015 10:24:11
Message-Id: 1442744642.d4bba14871febfcdee5ccea24d5bdf778881a82a.jlec@gentoo
1 commit: d4bba14871febfcdee5ccea24d5bdf778881a82a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 10:20:56 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 10:24:02 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bba148
7
8 media-gfx/gimmage: Clean old
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 media-gfx/gimmage/gimmage-0.2.3.ebuild | 46 ----------------------------------
14 1 file changed, 46 deletions(-)
15
16 diff --git a/media-gfx/gimmage/gimmage-0.2.3.ebuild b/media-gfx/gimmage/gimmage-0.2.3.ebuild
17 deleted file mode 100644
18 index 715d8ba..0000000
19 --- a/media-gfx/gimmage/gimmage-0.2.3.ebuild
20 +++ /dev/null
21 @@ -1,46 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=2
27 -
28 -inherit autotools eutils
29 -
30 -DESCRIPTION="A slim GTK-based image browser"
31 -HOMEPAGE="https://sourceforge.net/projects/gimmage.berlios/"
32 -SRC_URI="mirror://sourceforge/project/${PN}.berlios/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~ppc x86"
37 -IUSE="debug"
38 -
39 -RDEPEND="
40 - dev-cpp/cairomm
41 - >=dev-cpp/gtkmm-2.6.2:2.4
42 - net-misc/curl
43 - sys-apps/file"
44 -DEPEND="${RDEPEND}
45 - sys-devel/gettext
46 - virtual/pkgconfig"
47 -
48 -src_prepare() {
49 - epatch \
50 - "${FILESDIR}"/${P}-gcc43.patch \
51 - "${FILESDIR}"/${P}-as-needed.patch \
52 - "${FILESDIR}"/${P}-desktop-entry.patch \
53 - "${FILESDIR}"/${P}-gcc47.patch
54 - eautoreconf
55 -}
56 -
57 -src_configure() {
58 - local myconf
59 - use debug && myconf="--enable-debug"
60 -
61 - econf ${myconf}
62 -}
63 -
64 -src_install() {
65 - emake DESTDIR="${D}" install || die
66 - dodoc AUTHORS ChangeLog NEWS README THANKS TODO
67 -}