commit: d21f207672de55971ed3ece56efdbe79b416b0b3
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jul 12 17:46:05 2021 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Jul 12 17:51:04 2021 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=d21f2076
games-rpg/arx-libertatis: cleanup ebuild
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
...atis-1.1.2_p2.ebuild => arx-libertatis-1.1.2_p2-r1.ebuild} | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
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
similarity index 88%
rename from games-rpg/arx-libertatis/arx-libertatis-1.1.2_p2.ebuild
rename to games-rpg/arx-libertatis/arx-libertatis-1.1.2_p2-r1.ebuild
index 68ac100..d828706 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -34,8 +34,8 @@ RDEPEND="${COMMON_DEPEND}
crash-reporter? ( sys-devel/gdb )"
DEPEND="${COMMON_DEPEND}
dev-libs/boost
- virtual/pkgconfig
static? ( media-libs/glew[static-libs] )"
+BDEPEND="virtual/pkgconfig"
DOCS=( README.md AUTHORS CHANGELOG )
@@ -68,9 +68,6 @@ src_configure() {
}
pkg_postinst() {
- elog "optional dependencies:"
- elog " games-rpg/arx-fatalis-data (from CD or GOG)"
- elog " games-rpg/arx-fatalis-demo (free demo)"
elog
elog "This package only installs the game binary."
elog "You need the demo or full game data. Also see:"
@@ -79,7 +76,3 @@ pkg_postinst() {
elog "If you have already installed the game or use the STEAM version,"
elog "run \"/usr/bin/arx-install-data\""
}
-
-#pkg_postrm() {
-# gnome2_icon_cache_update
-#}