Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/trophy/
Date: Fri, 11 Jun 2021 21:23:19
Message-Id: 1623446593.63f01b3c95b2d766c38c7e2e74e4fae3d542ee2e.pacho@gentoo
1 commit: 63f01b3c95b2d766c38c7e2e74e4fae3d542ee2e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 21:23:01 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 21:23:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f01b3c
7
8 games-sports/trophy: Bump to 2.0.4
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 games-sports/trophy/Manifest | 1 +
14 games-sports/trophy/trophy-2.0.4.ebuild | 17 +++++++++++++++++
15 2 files changed, 18 insertions(+)
16
17 diff --git a/games-sports/trophy/Manifest b/games-sports/trophy/Manifest
18 index fc2bf005d05..77ad1a5116e 100644
19 --- a/games-sports/trophy/Manifest
20 +++ b/games-sports/trophy/Manifest
21 @@ -1 +1,2 @@
22 DIST trophy-2.0.3.tar.gz 14780127 BLAKE2B cb61ea3c5e264f8d0435e64a9076c403543dfec4c8e914d6192bbeef91d7db12e430e151df7ab10c367ddbac8f924da931376b1f06f70f55e222580301b28aa6 SHA512 40376c2a27f205421189d5fea3dc154492fae8977b62d1150c986be6fe823d0f718b61a51a2febad851fc96cf4e1b408ab9318ab32e32d685966228f51327b06
23 +DIST trophy-2.0.4.tar.gz 14797140 BLAKE2B da2bc4d2e03b88b64ca1f01298ac17c40e15f2aff15535a14c80083e5f5e1bbb74a08394d367cdda27ef01bd11047a8fb2ca912879ee59fdf8c180303404d378 SHA512 128128c8c133817eda4cf0e8a995d4c22d75cef1cec237873ba01f636cce69e966d0af803a2927f9cb77274807be6ecfd665910e8b605e940dd8ce913e65dfaa
24
25 diff --git a/games-sports/trophy/trophy-2.0.4.ebuild b/games-sports/trophy/trophy-2.0.4.ebuild
26 new file mode 100644
27 index 00000000000..ab90df1a985
28 --- /dev/null
29 +++ b/games-sports/trophy/trophy-2.0.4.ebuild
30 @@ -0,0 +1,17 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +inherit xdg
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 +BDEPEND="virtual/pkgconfig"