Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/figurine/
Date: Sat, 25 Aug 2018 13:05:44
Message-Id: 1535202327.6a42eecb449892ff237728b66ef0ef68ee160b85.asturm@gentoo
1 commit: 6a42eecb449892ff237728b66ef0ef68ee160b85
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 12:43:18 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 13:05:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a42eecb
7
8 media-gfx/figurine: Drop old
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 media-gfx/figurine/figurine-1.0.5.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/media-gfx/figurine/figurine-1.0.5.ebuild b/media-gfx/figurine/figurine-1.0.5.ebuild
16 deleted file mode 100644
17 index fc075a7027c..00000000000
18 --- a/media-gfx/figurine/figurine-1.0.5.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -DESCRIPTION="A vector based graphics editor similar to xfig, but simpler"
27 -HOMEPAGE="http://figurine.sourceforge.net/"
28 -SRC_URI="mirror://sourceforge/figurine/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
33 -IUSE=""
34 -
35 -DEPEND=">=media-gfx/transfig-3.2"
36 -
37 -src_compile() {
38 - econf || die "econf failed"
39 - emake || die "make failed"
40 -}
41 -
42 -src_install() {
43 - emake DESTDIR="${D}" install || die
44 - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README
45 -}