summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-08-29 18:43:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-08-29 18:43:49 +0000
commit8b4d9bd98ae8a9420a87f8d21b46c30d491aa6f0 (patch)
tree14398c854884bc9f7ef947390830f0146ae33231 /games-util
parentalpha stable wrt bug #521174 (diff)
downloadgentoo-2-8b4d9bd98ae8a9420a87f8d21b46c30d491aa6f0.tar.gz
gentoo-2-8b4d9bd98ae8a9420a87f8d21b46c30d491aa6f0.tar.bz2
gentoo-2-8b4d9bd98ae8a9420a87f8d21b46c30d491aa6f0.zip
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/grfcodec/ChangeLog5
-rw-r--r--games-util/grfcodec/grfcodec-6.0.2.ebuild47
2 files changed, 4 insertions, 48 deletions
diff --git a/games-util/grfcodec/ChangeLog b/games-util/grfcodec/ChangeLog
index 9835819a1df7..c571d559c444 100644
--- a/games-util/grfcodec/ChangeLog
+++ b/games-util/grfcodec/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-util/grfcodec
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.18 2014/06/13 07:43:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.19 2014/08/29 18:43:49 mr_bones_ Exp $
+
+ 29 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -grfcodec-6.0.2.ebuild:
+ old
*grfcodec-6.0.4 (13 Jun 2014)
diff --git a/games-util/grfcodec/grfcodec-6.0.2.ebuild b/games-util/grfcodec/grfcodec-6.0.2.ebuild
deleted file mode 100644
index bee0d225be5c..000000000000
--- a/games-util/grfcodec/grfcodec-6.0.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-6.0.2.ebuild,v 1.1 2013/01/29 21:05:12 mr_bones_ Exp $
-
-EAPI=5
-
-if [ "${PV%9999}" != "${PV}" ] ; then
- SCM=mercurial
- EHG_REPO_URI="http://hg.openttdcoop.org/${PN}"
-fi
-
-inherit toolchain-funcs ${SCM}
-
-DESCRIPTION="A suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files"
-HOMEPAGE="http://dev.openttdcoop.org/projects/grfcodec"
-[[ -z ${SCM} ]] && SRC_URI="http://binaries.openttd.org/extra/${PN}/${PV}/${P}-source.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-[[ -n ${SCM} ]] && S=${WORKDIR}/${PN}
-
-DEPEND="!games-util/nforenum
- dev-lang/perl
- dev-libs/boost
- media-libs/libpng:0"
-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
- FLAGS=
- __EOF__
-}
-
-src_install() {
- dobin ${PN} grf{diff,id,merge} nforenum
- doman docs/*.1
- dodoc changelog.txt docs/*.txt
-}