summaryrefslogtreecommitdiff
path: root/games-sports/trophy
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-sports/trophy
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'games-sports/trophy')
-rw-r--r--games-sports/trophy/Manifest1
-rw-r--r--games-sports/trophy/trophy-2.0.3.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/games-sports/trophy/Manifest b/games-sports/trophy/Manifest
index 1f95c696cc06..f830b93f5365 100644
--- a/games-sports/trophy/Manifest
+++ b/games-sports/trophy/Manifest
@@ -1,4 +1,3 @@
DIST trophy-2.0.3.tar.gz 14780127 BLAKE2B cb61ea3c5e264f8d0435e64a9076c403543dfec4c8e914d6192bbeef91d7db12e430e151df7ab10c367ddbac8f924da931376b1f06f70f55e222580301b28aa6 SHA512 40376c2a27f205421189d5fea3dc154492fae8977b62d1150c986be6fe823d0f718b61a51a2febad851fc96cf4e1b408ab9318ab32e32d685966228f51327b06
EBUILD trophy-2.0.3-r1.ebuild 532 BLAKE2B aff6ba69fe9fd7d9ab5208d54e5daa137fd8213c59de1b0a8e271e6f0ec81e0a89305dcd1eaa83ac7bb10ca82a580e5de2ba48f7c4635855959ff53b8bc4efd7 SHA512 f088ba3fccbc3c70f4679de5b1705034941d666310d603120852fe15d9ee723a2bfaeb93efed59357948ba52463e1e834cc314001605f3b95faac340fb3a0f29
-EBUILD trophy-2.0.3.ebuild 812 BLAKE2B ef694d67afe40b2838107da59399798024c4f5ce62ab2268ac5e28e0b464728d5900077a54ef269174482c008e3abe03a6a564135f9308362688a1794dccd6ac SHA512 aa7f28fddba5aaf7959ebcfca9c2b1162b93664bb724ab362a71d6f0d6f2f83f6e48169f1f9a36e88253803b07b4c64b420ac007fd2f4b06c468c34db0e6a199
MISC metadata.xml 329 BLAKE2B fe1d6e27dea7312a3449f6bc468a9a4eaa39db2176a4a386e2e2dad7b721c7834decfe30d1b796f4ec51b3431c68eb09dd989b32ceba805f697bb7d8c565021f SHA512 2812231691e421c29bae3f29d934cfac14f611190985b785cbecb628091a6a9d774699685cef482d1be47879a4d9938f9e773188178395ca7d68ce9a0e8ac7fa
diff --git a/games-sports/trophy/trophy-2.0.3.ebuild b/games-sports/trophy/trophy-2.0.3.ebuild
deleted file mode 100644
index 1840e486d7f1..000000000000
--- a/games-sports/trophy/trophy-2.0.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-DESCRIPTION="2D Racing Game"
-HOMEPAGE="http://trophy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-games/clanlib:0.8[opengl]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_install() {
- default
- doicon -s 72 "${D}${GAMES_DATADIR}"/icons/${PN}.png
- rm -rf "${D}${GAMES_DATADIR}"/icons
- domenu "${D}${GAMES_DATADIR}"/applications/${PN}.desktop
- rm -rf "${D}${GAMES_DATADIR}"/applications
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}