summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-02-07 19:46:36 +0100
committerAmy Liffey <amynka@gentoo.org>2018-02-07 22:32:40 +0100
commit471d2fa0870254bcc6557cef8f429d85cc512e71 (patch)
treee4e74b695193ecd5435174c7bebb64d1c13fe626
parentnet-misc/puf: remove old 1.0.0 (diff)
downloadgentoo-471d2fa0.tar.gz
gentoo-471d2fa0.tar.bz2
gentoo-471d2fa0.zip
media-gfx/metapixel: remove old 1.0.2
Closes: https://github.com/gentoo/gentoo/pull/7114
-rw-r--r--media-gfx/metapixel/metapixel-1.0.2.ebuild37
1 files changed, 0 insertions, 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 3f70113b8623..000000000000
--- 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
-}