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 CE05D1384AE for ; Sun, 20 Sep 2015 10:24:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8944E08EA; Sun, 20 Sep 2015 10:24:10 +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 D6C4CE08F1 for ; Sun, 20 Sep 2015 10:24:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A81B5340860 for ; Sun, 20 Sep 2015 10:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7271205 for ; Sun, 20 Sep 2015 10:24:05 +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: <1442744642.d4bba14871febfcdee5ccea24d5bdf778881a82a.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: d4bba14871febfcdee5ccea24d5bdf778881a82a X-VCS-Branch: master Date: Sun, 20 Sep 2015 10:24:05 +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: c65d5c71-3f1a-4dbb-868e-38e54807bbc2 X-Archives-Hash: 8d68ff77024115605fca2a7c90bb1a00 commit: d4bba14871febfcdee5ccea24d5bdf778881a82a Author: Justin Lecher gentoo org> AuthorDate: Sun Sep 20 10:20:56 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Sep 20 10:24:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bba148 media-gfx/gimmage: Clean old Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> media-gfx/gimmage/gimmage-0.2.3.ebuild | 46 ---------------------------------- 1 file changed, 46 deletions(-) diff --git a/media-gfx/gimmage/gimmage-0.2.3.ebuild b/media-gfx/gimmage/gimmage-0.2.3.ebuild deleted file mode 100644 index 715d8ba..0000000 --- a/media-gfx/gimmage/gimmage-0.2.3.ebuild +++ /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 -}