From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97A6B138335 for ; Sat, 25 Aug 2018 13:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BFFBE086A; Sat, 25 Aug 2018 13:05:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 134BCE086A for ; Sat, 25 Aug 2018 13:05:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49461335CA0 for ; Sat, 25 Aug 2018 13:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A52537C for ; Sat, 25 Aug 2018 13:05:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1535202327.6a42eecb449892ff237728b66ef0ef68ee160b85.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/figurine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/figurine/figurine-1.0.5.ebuild X-VCS-Directories: media-gfx/figurine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6a42eecb449892ff237728b66ef0ef68ee160b85 X-VCS-Branch: master Date: Sat, 25 Aug 2018 13:05:38 +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: 958ef2ca-5b31-4955-8140-9154450f599d X-Archives-Hash: 071427c5dfbbd5ae69c795f264267dcc commit: 6a42eecb449892ff237728b66ef0ef68ee160b85 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 25 12:43:18 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 25 13:05:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a42eecb media-gfx/figurine: Drop old Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-gfx/figurine/figurine-1.0.5.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/media-gfx/figurine/figurine-1.0.5.ebuild b/media-gfx/figurine/figurine-1.0.5.ebuild deleted file mode 100644 index fc075a7027c..00000000000 --- a/media-gfx/figurine/figurine-1.0.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="A vector based graphics editor similar to xfig, but simpler" -HOMEPAGE="http://figurine.sourceforge.net/" -SRC_URI="mirror://sourceforge/figurine/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND=">=media-gfx/transfig-3.2" - -src_compile() { - econf || die "econf failed" - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README -}