From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/
Date: Fri, 18 Sep 2015 07:49:10 +0000 (UTC) [thread overview]
Message-ID: <1442562548.26d05a9a18c660f582eb7520fa1382a16c7a0e0d.jlec@gentoo> (raw)
commit: 26d05a9a18c660f582eb7520fa1382a16c7a0e0d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 07:48:30 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 07:49:08 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d05a9a
media-gfx/gimmage: Bump to EAPI=5
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
media-gfx/gimmage/gimmage-0.2.3-r1.ebuild | 41 +++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
new file mode 100644
index 0000000..7878b32
--- /dev/null
+++ b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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}
+}
next reply other threads:[~2015-09-18 7:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-18 7:49 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-18 7:49 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/ Justin Lecher
2015-09-19 12:32 Agostino Sarubbo
2015-09-20 10:24 Justin Lecher
2015-12-23 20:38 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442562548.26d05a9a18c660f582eb7520fa1382a16c7a0e0d.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox