summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2021-07-12 20:46:05 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2021-07-12 20:51:04 +0300
commitd21f207672de55971ed3ece56efdbe79b416b0b3 (patch)
tree0fa2aa926a6868e75fdf87ec6e6a9dc3296522d0
parentgames-simulation/kerbal-space-program: version bump (diff)
downloadgamerlay-d21f2076.tar.gz
gamerlay-d21f2076.tar.bz2
gamerlay-d21f2076.zip
games-rpg/arx-libertatis: cleanup ebuild
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
-rw-r--r--games-rpg/arx-libertatis/arx-libertatis-1.1.2_p2-r1.ebuild (renamed from games-rpg/arx-libertatis/arx-libertatis-1.1.2_p2.ebuild)11
1 files 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
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
-#}