Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-rpg/arx-libertatis/
Date: Mon, 12 Jul 2021 20:47:15
Message-Id: 1626112264.d21f207672de55971ed3ece56efdbe79b416b0b3.winterheart@gentoo
1 commit: d21f207672de55971ed3ece56efdbe79b416b0b3
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 12 17:46:05 2021 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Mon Jul 12 17:51:04 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=d21f2076
7
8 games-rpg/arx-libertatis: cleanup ebuild
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 ...atis-1.1.2_p2.ebuild => arx-libertatis-1.1.2_p2-r1.ebuild} | 11 ++---------
14 1 file changed, 2 insertions(+), 9 deletions(-)
15
16 diff --git a/games-rpg/arx-libertatis/arx-libertatis-1.1.2_p2.ebuild b/games-rpg/arx-libertatis/arx-libertatis-1.1.2_p2-r1.ebuild
17 similarity index 88%
18 rename from games-rpg/arx-libertatis/arx-libertatis-1.1.2_p2.ebuild
19 rename to games-rpg/arx-libertatis/arx-libertatis-1.1.2_p2-r1.ebuild
20 index 68ac100..d828706 100644
21 --- a/games-rpg/arx-libertatis/arx-libertatis-1.1.2_p2.ebuild
22 +++ b/games-rpg/arx-libertatis/arx-libertatis-1.1.2_p2-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -34,8 +34,8 @@ RDEPEND="${COMMON_DEPEND}
30 crash-reporter? ( sys-devel/gdb )"
31 DEPEND="${COMMON_DEPEND}
32 dev-libs/boost
33 - virtual/pkgconfig
34 static? ( media-libs/glew[static-libs] )"
35 +BDEPEND="virtual/pkgconfig"
36
37 DOCS=( README.md AUTHORS CHANGELOG )
38
39 @@ -68,9 +68,6 @@ src_configure() {
40 }
41
42 pkg_postinst() {
43 - elog "optional dependencies:"
44 - elog " games-rpg/arx-fatalis-data (from CD or GOG)"
45 - elog " games-rpg/arx-fatalis-demo (free demo)"
46 elog
47 elog "This package only installs the game binary."
48 elog "You need the demo or full game data. Also see:"
49 @@ -79,7 +76,3 @@ pkg_postinst() {
50 elog "If you have already installed the game or use the STEAM version,"
51 elog "run \"/usr/bin/arx-install-data\""
52 }
53 -
54 -#pkg_postrm() {
55 -# gnome2_icon_cache_update
56 -#}