Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/metapixel/
Date: Wed, 07 Feb 2018 21:33:32
Message-Id: 1518039160.471d2fa0870254bcc6557cef8f429d85cc512e71.amynka@gentoo
1 commit: 471d2fa0870254bcc6557cef8f429d85cc512e71
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 7 18:46:36 2018 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 21:32:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471d2fa0
7
8 media-gfx/metapixel: remove old 1.0.2
9
10 Closes: https://github.com/gentoo/gentoo/pull/7114
11
12 media-gfx/metapixel/metapixel-1.0.2.ebuild | 37 ------------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/media-gfx/metapixel/metapixel-1.0.2.ebuild b/media-gfx/metapixel/metapixel-1.0.2.ebuild
16 deleted file mode 100644
17 index 3f70113b862..00000000000
18 --- a/media-gfx/metapixel/metapixel-1.0.2.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -inherit eutils toolchain-funcs
26 -
27 -DESCRIPTION="a program for generating photomosaics"
28 -HOMEPAGE="http://www.complang.tuwien.ac.at/schani/metapixel"
29 -SRC_URI="http://www.complang.tuwien.ac.at/schani/${PN}/files/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 x86"
34 -IUSE=""
35 -
36 -RDEPEND="dev-lang/perl
37 - media-libs/giflib
38 - >=media-libs/libpng-1.4
39 - virtual/jpeg"
40 -DEPEND="${RDEPEND}"
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}"/${P}-libpng15.patch
44 -
45 - sed -i -e 's:/usr/X11R6:/usr:g' Makefile || die
46 - sed -i -e 's:ar:$(AR):' rwimg/Makefile || die
47 -}
48 -
49 -src_compile() {
50 - emake AR="$(tc-getAR)" CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" LDOPTS="${LDFLAGS}"
51 -}
52 -
53 -src_install() {
54 - dobin ${PN}{,-prepare,-imagesize,-sizesort}
55 - doman ${PN}.1
56 - dodoc NEWS README
57 -}