mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-gfx/metapixel: remove old 1.0.2
Closes: https://github.com/gentoo/gentoo/pull/7114
This commit is contained in:
committed by
Amy Liffey
parent
2c8fb5d043
commit
471d2fa087
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user