Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/trophy/
Date: Sat, 30 Oct 2021 13:10:21
Message-Id: 1635592312.dafe904bf966aa9c17bb8cda2d9065755e19489f.ionen@gentoo
1 commit: dafe904bf966aa9c17bb8cda2d9065755e19489f
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 11:04:57 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 11:11:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafe904b
7
8 games-sports/trophy: drop 2.0.3-r1
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-sports/trophy/Manifest | 1 -
13 games-sports/trophy/trophy-2.0.3-r1.ebuild | 30 ------------------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/games-sports/trophy/Manifest b/games-sports/trophy/Manifest
17 index 77ad1a5116e..998674335ce 100644
18 --- a/games-sports/trophy/Manifest
19 +++ b/games-sports/trophy/Manifest
20 @@ -1,2 +1 @@
21 -DIST trophy-2.0.3.tar.gz 14780127 BLAKE2B cb61ea3c5e264f8d0435e64a9076c403543dfec4c8e914d6192bbeef91d7db12e430e151df7ab10c367ddbac8f924da931376b1f06f70f55e222580301b28aa6 SHA512 40376c2a27f205421189d5fea3dc154492fae8977b62d1150c986be6fe823d0f718b61a51a2febad851fc96cf4e1b408ab9318ab32e32d685966228f51327b06
22 DIST trophy-2.0.4.tar.gz 14797140 BLAKE2B da2bc4d2e03b88b64ca1f01298ac17c40e15f2aff15535a14c80083e5f5e1bbb74a08394d367cdda27ef01bd11047a8fb2ca912879ee59fdf8c180303404d378 SHA512 128128c8c133817eda4cf0e8a995d4c22d75cef1cec237873ba01f636cce69e966d0af803a2927f9cb77274807be6ecfd665910e8b605e940dd8ce913e65dfaa
23
24 diff --git a/games-sports/trophy/trophy-2.0.3-r1.ebuild b/games-sports/trophy/trophy-2.0.3-r1.ebuild
25 deleted file mode 100644
26 index 6bed3d78c48..00000000000
27 --- a/games-sports/trophy/trophy-2.0.3-r1.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit gnome2-utils
36 -
37 -DESCRIPTION="2D Racing Game"
38 -HOMEPAGE="http://trophy.sourceforge.net/"
39 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -RDEPEND="dev-games/clanlib:0.8[opengl]"
46 -DEPEND="${RDEPEND}
47 - virtual/pkgconfig"
48 -
49 -pkg_preinst() {
50 - gnome2_icon_savelist
51 -}
52 -
53 -pkg_postinst() {
54 - gnome2_icon_cache_update
55 -}
56 -
57 -pkg_postrm() {
58 - gnome2_icon_cache_update
59 -}