* [gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-textures/
@ 2017-11-25 14:19 Patrick Lauer
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:19 UTC (permalink / raw
To: gentoo-commits
commit: 2f908b0f67c1574a8c2412e92bd8878e8cdd3bae
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:18:30 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:19:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f908b0f
games-fps/quake2-textures: Whitespace
Package-Manager: Portage-2.3.16, Repoman-2.3.6
games-fps/quake2-textures/quake2-textures-0_beta8.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild b/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild
index 0bf1bc09af1..7c3cf383251 100644
--- a/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild
+++ b/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
EAPI=5
inherit eutils versionator games
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-textures/
@ 2021-04-07 1:58 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-07 1:58 UTC (permalink / raw
To: gentoo-commits
commit: a0d11d7445ba7bebaeeaf0793d41e6e2ec21bd21
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 7 01:11:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 7 01:57:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d11d74
games-fps/quake2-textures: port to EAPI 7, games.eclass--
Signed-off-by: Sam James <sam <AT> gentoo.org>
...a8.ebuild => quake2-textures-0_beta8-r1.ebuild} | 23 +++++++---------------
1 file changed, 7 insertions(+), 16 deletions(-)
diff --git a/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild b/games-fps/quake2-textures/quake2-textures-0_beta8-r1.ebuild
similarity index 62%
rename from games-fps/quake2-textures/quake2-textures-0_beta8.ebuild
rename to games-fps/quake2-textures/quake2-textures-0_beta8-r1.ebuild
index 7c3cf383251..c26a14c1fc5 100644
--- a/games-fps/quake2-textures/quake2-textures-0_beta8.ebuild
+++ b/games-fps/quake2-textures/quake2-textures-0_beta8-r1.ebuild
@@ -1,40 +1,31 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils versionator games
+EAPI=7
-MY_PV=$(get_version_component_range 2-2)
+MY_PV=$(ver_cut 2-)
MY_PV=${MY_PV/beta/}
DESCRIPTION="High-resolution textures for Quake 2"
HOMEPAGE="http://jdolan.tastyspleen.net/"
SRC_URI="http://jdolan.tastyspleen.net/pak${MY_PV}.zip"
+S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror bindist"
-RDEPEND=""
-DEPEND="app-arch/unzip"
+RESTRICT="bindist mirror"
-S=${WORKDIR}
-dir=${GAMES_DATADIR}/quake2
+BDEPEND="app-arch/unzip"
src_install() {
- insinto "${dir}"/baseq2
+ insinto /usr/share/quake2/baseq2
doins *.pak
-
dodoc README
-
- prepgamesdirs
}
pkg_postinst() {
- games_pkg_postinst
-
elog "Use a recent Quake 2 client to take advantage of"
elog "these textures, e.g. qudos or quake2-icculus."
echo
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-07 1:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-07 1:58 [gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-textures/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2017-11-25 14:19 Patrick Lauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox