commit:     726f88dd5884a2632ffb4f6fc16edde14fe821e7
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 21:57:13 2018 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Nov 10 23:44:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=726f88dd

[games-util/grfcodec] remove package

In portage now
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-util/grfcodec/grfcodec-9999.ebuild | 57 --------------------------------
 games-util/grfcodec/metadata.xml         |  4 ---
 2 files changed, 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>

Reply via email to