diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-18 09:42:03 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-18 09:49:08 +0200 |
commit | 91c6c003795bdcb53fa82dafbb80d3bd6c40e29d (patch) | |
tree | 68dc2c3677091cf635194214d7597c3db1f62506 /media-gfx | |
parent | dev-python/ipython: x86 stable wrt bug #560708 (diff) | |
download | gentoo-91c6c003795bdcb53fa82dafbb80d3bd6c40e29d.tar.gz gentoo-91c6c003795bdcb53fa82dafbb80d3bd6c40e29d.tar.bz2 gentoo-91c6c003795bdcb53fa82dafbb80d3bd6c40e29d.zip |
media-gfx/gimmage: Move from berlios to sf.net
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=537748
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimmage/gimmage-0.2.3.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/gimmage/gimmage-0.2.3.ebuild b/media-gfx/gimmage/gimmage-0.2.3.ebuild index 308e52822bb3..715d8baf98c8 100644 --- a/media-gfx/gimmage/gimmage-0.2.3.ebuild +++ b/media-gfx/gimmage/gimmage-0.2.3.ebuild @@ -1,20 +1,22 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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="http://gimmage.berlios.de/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" +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 +RDEPEND=" + dev-cpp/cairomm >=dev-cpp/gtkmm-2.6.2:2.4 net-misc/curl sys-apps/file" @@ -23,7 +25,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { - epatch "${FILESDIR}"/${P}-gcc43.patch \ + epatch \ + "${FILESDIR}"/${P}-gcc43.patch \ "${FILESDIR}"/${P}-as-needed.patch \ "${FILESDIR}"/${P}-desktop-entry.patch \ "${FILESDIR}"/${P}-gcc47.patch |