[gentoo-commits] repo/gentoo:master commit in: games-fps/quake4-bin/

2019-09-24 Thread Michał Górny
commit: 16009ca6d8456d8bd35da807fd6a041cf65cca67
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 24 20:34:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 24 20:34:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16009ca6

games-fps/quake4-bin: Add RESTRICT="bindist mirror"

Signed-off-by: Michał Górny  gentoo.org>

 games-fps/quake4-bin/quake4-bin-1.4.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/quake4-bin/quake4-bin-1.4.2-r2.ebuild 
b/games-fps/quake4-bin/quake4-bin-1.4.2-r2.ebuild
index 9fcbebba8bf..0c328b45a2a 100644
--- a/games-fps/quake4-bin/quake4-bin-1.4.2-r2.ebuild
+++ b/games-fps/quake4-bin/quake4-bin-1.4.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ LICENSE="QUAKE4"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="cdinstall dedicated l10n_cs l10n_fr l10n_it l10n_pl l10n_ru"
-RESTRICT="strip"
+RESTRICT="bindist mirror strip"
 
 RDEPEND="sys-libs/glibc
amd64? ( sys-libs/glibc[multilib] )



[gentoo-commits] repo/gentoo:master commit in: games-fps/quake4-bin/

2018-05-06 Thread Matt Turner
commit: b190c7fe5464a5dde1bcd076e3e21b9dfba7397b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May  6 18:56:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May  6 19:02:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b190c7fe

games-fps/quake4-bin: Drop dependency on media-libs/libtxc_dxtn

Bug: https://bugs.gentoo.org/654468

 ...uake4-bin-1.4.2-r1.ebuild => quake4-bin-1.4.2-r2.ebuild} | 13 +
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild 
b/games-fps/quake4-bin/quake4-bin-1.4.2-r2.ebuild
similarity index 84%
rename from games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild
rename to games-fps/quake4-bin/quake4-bin-1.4.2-r2.ebuild
index dc0663f1a30..9fcbebba8bf 100644
--- a/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild
+++ b/games-fps/quake4-bin/quake4-bin-1.4.2-r2.ebuild
@@ -14,20 +14,14 @@ KEYWORDS="-* ~amd64 ~x86"
 IUSE="cdinstall dedicated l10n_cs l10n_fr l10n_it l10n_pl l10n_ru"
 RESTRICT="strip"
 
-# QUAKE4 NEEDS s3tc support, which can be obtained for OSS drivers via
-# media-libs/libtxc_dxtn and is built into the proprietary drivers.
-# depend optionally on them but elog too, in case a user has both
-# proprietary and OSS drivers installed and sees the segfault.
-
 RDEPEND="sys-libs/glibc
amd64? ( sys-libs/glibc[multilib] )
sys-libs/zlib[abi_x86_32(-)]
dedicated? ( app-misc/screen )
!dedicated? (
|| (
-   >=media-libs/libtxc_dxtn-1.0.1-r1[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
x11-drivers/nvidia-drivers
-   >=x11-drivers/ati-drivers-8.8.25-r1
)
>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
>=x11-libs/libXext-1.3.2[abi_x86_32(-)]
@@ -133,11 +127,6 @@ pkg_postinst() {
elog " sed -i 's:spanish:english:' 
~/.quake4/q4base/Quake4Config.cfg"
elog
elog "Saved games from previous Quake 4 versions might not be 
compatible."
-   elog
-   elog "If you get a segmentation fault or an error regarding"
-   elog "'GL_EXT_texture_compression_s3tc', you can obtain the"
-   elog "necessary support for your mesa drivers by installing"
-   elog "media-libs/libtxc_dxtn (for abi_x86_32 if multilib)."
echo
fi
elog "To start the dedicated server, run:  quake4-ded"



[gentoo-commits] repo/gentoo:master commit in: games-fps/quake4-bin/

2016-06-28 Thread Ulrich Müller
commit: fb8ca8d8d926aafd51a739a8e0c8bcf5c659ab85
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jun 28 06:03:41 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jun 28 06:09:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8ca8d8

games-fps/quake4-bin: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild 
b/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild
index 6c11f74..1163c75 100644
--- a/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild
+++ b/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://idsoftware/quake4/linux/quake4-linux-${PV}.x86.run"
 LICENSE="QUAKE4"
 SLOT="0"
 KEYWORDS="-* amd64 x86"
-IUSE="cdinstall dedicated linguas_cs linguas_fr linguas_it linguas_pl 
linguas_ru"
+IUSE="cdinstall dedicated l10n_cs l10n_fr l10n_it l10n_pl l10n_ru"
 RESTRICT="strip"
 
 # QUAKE4 NEEDS s3tc support, which can be obtained for OSS drivers via
@@ -52,7 +52,7 @@ QA_EXECSTACK="${dir:1}/quake4.x86
${dir:1}/libSDL-1.2.id.so.0"
 
 zpaklang() {
-   if ! use linguas_${1} ; then
+   if ! use l10n_${1} ; then
einfo "Removing ${2} zpak files"
rm -f q4base/zpak_${2}*
fi