From 726f88dd5884a2632ffb4f6fc16edde14fe821e7 Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Sun, 11 Nov 2018 00:57:13 +0300 Subject: [games-util/grfcodec] remove package In portage now Signed-off-by: Azamat H. Hackimov --- games-util/grfcodec/grfcodec-9999.ebuild | 57 -------------------------------- games-util/grfcodec/metadata.xml | 4 --- 2 files changed, 61 deletions(-) delete mode 100644 games-util/grfcodec/grfcodec-9999.ebuild delete mode 100644 games-util/grfcodec/metadata.xml (limited to 'games-util') diff --git a/games-util/grfcodec/grfcodec-9999.ebuild b/games-util/grfcodec/grfcodec-9999.ebuild deleted file mode 100644 index d49fc07..0000000 --- a/games-util/grfcodec/grfcodec-9999.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -SCM="" -if [ "${PV%9999}" != "${PV}" ] ; then - SCM=mercurial - EHG_REPO_URI="http://hg.openttdcoop.org/${PN}" -fi - -inherit toolchain-funcs ${SCM} - -MY_PV=${PV/_rc/-RC} -DESCRIPTION="A suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files" -HOMEPAGE="http://dev.openttdcoop.org/projects/grfcodec" - -if [ "${PV%9999}" != "${PV}" ] ; then - SRC_URI="" -else - SRC_URI="http://binaries.openttd.org/extra/${PN}/${MY_PV}/${PN}-${MY_PV}-source.tar.gz" -fi - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -if [ "${PV%9999}" != "${PV}" ] ; then - S=${WORKDIR}/${PN} -else - S=${WORKDIR}/${PN}-${MY_PV}-source -fi - -DEPEND="!games-util/nforenum - dev-lang/perl - dev-libs/boost - media-libs/libpng" -RDEPEND="" - -src_prepare() { -# Set up Makefile.local so that we respect CXXFLAGS/LDFLAGS -cat > Makefile.local <<-__EOF__ - CXX = $(tc-getCXX) - CXXFLAGS = ${CXXFLAGS} - LDOPT = ${LDFLAGS} - UPX = - V = 1 - __EOF__ -} - -src_install() { - dobin ${PN} grf{diff,id,merge} nforenum || die - doman docs/*.1 || die - dodoc changelog.txt docs/*.txt || die -} diff --git a/games-util/grfcodec/metadata.xml b/games-util/grfcodec/metadata.xml deleted file mode 100644 index 097975e..0000000 --- a/games-util/grfcodec/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - -- cgit v1.2.3-65-gdbad