summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2018-11-11 00:57:13 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2018-11-11 02:44:20 +0300
commit726f88dd5884a2632ffb4f6fc16edde14fe821e7 (patch)
tree45a0823fd545f15d6c3093e51cae00576d4a67ae /games-util
parentgames-util/rejoystick: minor fixes to package (diff)
downloadgamerlay-726f88dd5884a2632ffb4f6fc16edde14fe821e7.tar.gz
gamerlay-726f88dd5884a2632ffb4f6fc16edde14fe821e7.tar.bz2
gamerlay-726f88dd5884a2632ffb4f6fc16edde14fe821e7.zip
[games-util/grfcodec] remove package
In portage now Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/grfcodec/grfcodec-9999.ebuild57
-rw-r--r--games-util/grfcodec/metadata.xml4
2 files changed, 0 insertions, 61 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-</pkgmetadata>