From 86c977c4313de46e7cb13f9eefef09699d330c6a Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 20 Dec 2017 22:30:23 +0100 Subject: games-misc/opengfx: Remove old Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- games-misc/opengfx/Manifest | 1 - games-misc/opengfx/opengfx-0.5.3.ebuild | 37 --------------------------------- games-misc/opengfx/opengfx-0.5.4.ebuild | 37 --------------------------------- 3 files changed, 75 deletions(-) delete mode 100644 games-misc/opengfx/opengfx-0.5.3.ebuild delete mode 100644 games-misc/opengfx/opengfx-0.5.4.ebuild (limited to 'games-misc') diff --git a/games-misc/opengfx/Manifest b/games-misc/opengfx/Manifest index a04fd41e74a2..829d62e6fc88 100644 --- a/games-misc/opengfx/Manifest +++ b/games-misc/opengfx/Manifest @@ -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 index 7b19973c7ae5..000000000000 --- a/games-misc/opengfx/opengfx-0.5.3.ebuild +++ /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 index 7544640c1a49..000000000000 --- a/games-misc/opengfx/opengfx-0.5.4.ebuild +++ /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 -} -- cgit v1.2.3-65-gdbad