diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2021-07-12 20:46:05 +0300 |
---|---|---|
committer | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2021-07-12 20:51:04 +0300 |
commit | d21f207672de55971ed3ece56efdbe79b416b0b3 (patch) | |
tree | 0fa2aa926a6868e75fdf87ec6e6a9dc3296522d0 /games-rpg | |
parent | games-simulation/kerbal-space-program: version bump (diff) | |
download | gamerlay-d21f207672de55971ed3ece56efdbe79b416b0b3.tar.gz gamerlay-d21f207672de55971ed3ece56efdbe79b416b0b3.tar.bz2 gamerlay-d21f207672de55971ed3ece56efdbe79b416b0b3.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>
Diffstat (limited to 'games-rpg')
-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 -#} |