games-misc/opengfx: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:23 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:46:16 +0000 (02:46 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-misc/opengfx/Manifest
games-misc/opengfx/opengfx-0.5.3.ebuild [deleted file]
games-misc/opengfx/opengfx-0.5.4.ebuild [deleted file]

index a04fd41e74a224f6e561d32134d6c5a8d3bd9b28..829d62e6fc8830fe7e2d9551d2661c9bf367ef8e 100644 (file)
@@ -1,2 +1 @@
-DIST opengfx-0.5.3-source.tar.xz 9638892 BLAKE2B faca07e37f1769baa3ffacec5a104d175b0805b2d6b1ae1ea3d6b40a78dbf9e9487f80cf69ff0eac4f681916c2e39841534b9b43a486d31c24d7d05f7e9e9b58 SHA512 41b41192dcf95e2ac03e7028f55aca486c13a8709a62fe5970918494b0009ee07118e0d04d10426fea35ee82c842d28fc58f8c258df2e8ebe0b17e40c892f829
 DIST opengfx-0.5.4-source.tar.xz 9638204 BLAKE2B bff7e5f7f72b62584c280ce2af2ad53df40027a7075ea5858a53f45a71be07db480cf61a603fc8e5df69b8c7d73284bf92e430a3fe130ae34ad1a921d8603925 SHA512 42f8438c747b42a77cf9d86c5da60ce3ce84ed347d714c345f3871806f9e35f2ed4729b445e0ee319f3e2edd53458dfbaad5ca42e389c3a2e800bce19223cdb1
diff --git a/games-misc/opengfx/opengfx-0.5.3.ebuild b/games-misc/opengfx/opengfx-0.5.3.ebuild
deleted file mode 100644 (file)
index 7b19973..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="OpenGFX data files for OpenTTD"
-HOMEPAGE="http://bundles.openttdcoop.org/opengfx/"
-SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${PV}/${P}-source.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-RESTRICT="test" # nml version affects the checksums that the test uses (bug #451444)
-
-DEPEND=">=games-util/nml-0.4.0
-       games-util/grfcodec"
-RDEPEND=""
-
-S=${WORKDIR}/${P}-source
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-Makefile.patch"
-}
-
-src_compile() {
-       GIMP= emake help  # print out the env to make bug reports better
-       GIMP= _V= emake bundle_tar
-}
-
-src_install() {
-       insinto "${GAMES_DATADIR}/openttd/data/"
-       doins *.grf opengfx.obg
-       dodoc docs/{changelog.txt,readme.txt}
-       prepgamesdirs
-}
diff --git a/games-misc/opengfx/opengfx-0.5.4.ebuild b/games-misc/opengfx/opengfx-0.5.4.ebuild
deleted file mode 100644 (file)
index 7544640..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="OpenGFX data files for OpenTTD"
-HOMEPAGE="http://bundles.openttdcoop.org/opengfx/"
-SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${PV}/${P}-source.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-RESTRICT="test" # nml version affects the checksums that the test uses (bug #451444)
-
-DEPEND=">=games-util/nml-0.4.0
-       games-util/grfcodec"
-RDEPEND=""
-
-S=${WORKDIR}/${P}-source
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-Makefile.patch"
-}
-
-src_compile() {
-       GIMP= emake help  # print out the env to make bug reports better
-       GIMP= _V= emake bundle_tar
-}
-
-src_install() {
-       insinto "${GAMES_DATADIR}/openttd/data/"
-       doins *.grf opengfx.obg
-       dodoc docs/{changelog.txt,readme.txt}
-       prepgamesdirs
-}