From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E8D02139B2A for ; Fri, 18 Sep 2015 07:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1572AE08B8; Fri, 18 Sep 2015 07:49:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB213E08B8 for ; Fri, 18 Sep 2015 07:49:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77FF1340B29 for ; Fri, 18 Sep 2015 07:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25DC718B for ; Fri, 18 Sep 2015 07:49:10 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442562548.91c6c003795bdcb53fa82dafbb80d3bd6c40e29d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimmage/gimmage-0.2.3.ebuild X-VCS-Directories: media-gfx/gimmage/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 91c6c003795bdcb53fa82dafbb80d3bd6c40e29d X-VCS-Branch: master Date: Fri, 18 Sep 2015 07:49:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 568469cd-70a1-4293-a81b-aefc290be758 X-Archives-Hash: 38504a6a1d0d3985fbb12f0cdae7b38e commit: 91c6c003795bdcb53fa82dafbb80d3bd6c40e29d Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 18 07:42:03 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 18 07:49:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c6c003 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 gentoo.org> media-gfx/gimmage/gimmage-0.2.3.ebuild | 13 ++++++++----- 1 file 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 308e528..715d8ba 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