commit: 471d2fa0870254bcc6557cef8f429d85cc512e71 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Feb 7 18:46:36 2018 +0000 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org> CommitDate: Wed Feb 7 21:32:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471d2fa0
media-gfx/metapixel: remove old 1.0.2 Closes: https://github.com/gentoo/gentoo/pull/7114 media-gfx/metapixel/metapixel-1.0.2.ebuild | 37 ------------------------------ 1 file changed, 37 deletions(-) diff --git a/media-gfx/metapixel/metapixel-1.0.2.ebuild b/media-gfx/metapixel/metapixel-1.0.2.ebuild deleted file mode 100644 index 3f70113b862..00000000000 --- a/media-gfx/metapixel/metapixel-1.0.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils toolchain-funcs - -DESCRIPTION="a program for generating photomosaics" -HOMEPAGE="http://www.complang.tuwien.ac.at/schani/metapixel" -SRC_URI="http://www.complang.tuwien.ac.at/schani/${PN}/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-lang/perl - media-libs/giflib - >=media-libs/libpng-1.4 - virtual/jpeg" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-libpng15.patch - - sed -i -e 's:/usr/X11R6:/usr:g' Makefile || die - sed -i -e 's:ar:$(AR):' rwimg/Makefile || die -} - -src_compile() { - emake AR="$(tc-getAR)" CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" LDOPTS="${LDFLAGS}" -} - -src_install() { - dobin ${PN}{,-prepare,-imagesize,-sizesort} - doman ${PN}.1 - dodoc NEWS README -}
