summaryrefslogtreecommitdiff
path: root/games-action/gltron
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
commit4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch)
treef7640b8b96a04499f1ce44a2cad122d45a8373bd /games-action/gltron
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'games-action/gltron')
-rw-r--r--games-action/gltron/Manifest1
-rw-r--r--games-action/gltron/gltron-0.70-r1.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/games-action/gltron/Manifest b/games-action/gltron/Manifest
index a04b98262063..a40cd40f4707 100644
--- a/games-action/gltron/Manifest
+++ b/games-action/gltron/Manifest
@@ -4,6 +4,5 @@ AUX gltron-0.70-gcc49.patch 259 BLAKE2B 288d09fb2933a253ec2749ddff5170d4f1181f8f
AUX gltron-0.70-prototypes.patch 629 BLAKE2B 0fbaf68a5bd481be42b7eb389875a017b82421bc0d913beff254a377bb058960d5aad63e53133e867062b5f2280d4449ea0993b82da782b2ebb32586110b080c SHA512 54db68b1d16be029db3314f11da25ee3d3ef1ed4197a702e8d12e753bf1a842268c129784d3d8706347281005a00607572e191fac5215060c1554b69cfee20e5
DIST gltron-0.70-source.tar.gz 2182440 BLAKE2B ad58f6bca17f7eda1c2daadc395d6f1333926ed389d1a2f362fc5b27b37c4ce144cea7dcad4ec2abeee9197d3e944b71b1e903d5b79dfad5a4b26125a5461233 SHA512 297708a145d995bfd186f1745ffa674ab44238e8c2fb627245de3c1602f578afdd9223fae696107769b3b29da476cd9623ee37183618bfb13a9a9cfa59e41bf2
DIST gltron.png 7570 BLAKE2B 30e71b3ebb269228e264bdd6dc45c08d25ffd8cba3f91fb36129820f8b79c40073b22a0d202d4d440d1f27106edfeb3723c2963178a6d9084af274015796ac8e SHA512 d83eb90b4d070d4dc5e93bf90cf81629b6a8bb200ca5e2963b757e282aeae62288560a6ded6159a170c301f0119592ac743a15ab604a6ba98a4ee93d00c02d0a
-EBUILD gltron-0.70-r1.ebuild 1117 BLAKE2B d573c2b95a61589365e16362d5944f06c86e0ec1265d95ed0afc4f94b018e4e457315855491135cc05ada1f9d0e01e766d366727e7eec70e44406527920b1947 SHA512 72a256fc457b0384a714efb1560267551d0a0af16f746aeb0532ff07a47ad12410c04d13135753fc48775d795de4f9d8253d01180f023f9cae3b1ead365514fd
EBUILD gltron-0.70-r2.ebuild 1096 BLAKE2B 24fc37385be111fedb32a1755f775df603a32ba48f7ec7eef2bc49816b2d0cbc5956134226eecc9ecc645b42946e42301b032ca804785168639e22a2325436dd SHA512 82fa2317d66aeb083829978ce5d01f3194ebcb22de0690045c652ede47c315c329c41f528cc0ddc57bb3336c228305245cddfce27d485263756b84baa39cbbee
MISC metadata.xml 329 BLAKE2B 1e70d0e1f5bb709921a826cdef9fb7bd7c600e91d3f9310efb77712eaa2e878a7b39d048e9c4785d9101d60d8be02ef83dc214f9f08e3e1e01f220b8b4531425 SHA512 118d8a5ce83c678a0a0e73b0a3932a24cffd2fef16949dfa986f16e34cad89929f9d0daed1db9945af0f515e9b5da7961cb9a61b19ea1846ed085fa414a24f80
diff --git a/games-action/gltron/gltron-0.70-r1.ebuild b/games-action/gltron/gltron-0.70-r1.ebuild
deleted file mode 100644
index be041b222534..000000000000
--- a/games-action/gltron/gltron-0.70-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="3d tron, just like the movie"
-HOMEPAGE="http://gltron.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-source.tar.gz
- mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- media-libs/libpng:0
- media-libs/libsdl[sound,video]
- media-libs/sdl-mixer[vorbis]
- media-libs/sdl-sound[vorbis,mikmod]
- media-libs/smpeg
- media-libs/libmikmod"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-configure.patch \
- "${FILESDIR}"/${P}-prototypes.patch \
- "${FILESDIR}"/${P}-debian.patch \
- "${FILESDIR}"/${P}-gcc49.patch
- sed -i \
- -e '/^gltron_LINK/s/$/ $(LDFLAGS)/' \
- Makefile.in || die
-}
-
-src_configure() {
- # warn/debug/profile just modify CFLAGS, they aren't
- # real options, so don't utilize USE flags here
- egamesconf \
- --disable-warn \
- --disable-debug \
- --disable-profile
-}
-
-src_install() {
- default
- doicon "${DISTDIR}"/${PN}.png
- make_desktop_entry ${PN} GLtron
- prepgamesdirs
-}