Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quake3-data/
Date: Thu, 27 Apr 2017 21:42:12
Message-Id: 1493329288.01a721b130116937c91afa1a0c2c7a15de7b9b68.chewi@gentoo
1 commit: 01a721b130116937c91afa1a0c2c7a15de7b9b68
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 21:39:13 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 21:41:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a721b1
7
8 games-fps/quake3-data: Use new CDROM_ABSMATCH var to avoid case issues
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 games-fps/quake3-data/quake3-data-1.32b.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-fps/quake3-data/quake3-data-1.32b.ebuild b/games-fps/quake3-data/quake3-data-1.32b.ebuild
16 index 80ee1d98348..253f79b68e5 100644
17 --- a/games-fps/quake3-data/quake3-data-1.32b.ebuild
18 +++ b/games-fps/quake3-data/quake3-data-1.32b.ebuild
19 @@ -1,5 +1,6 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 +
24 EAPI=5
25 CDROM_OPTIONAL="yes"
26 inherit eutils unpacker cdrom games
27 @@ -29,7 +30,7 @@ src_install() {
28
29 if use cdinstall ; then
30 einfo "Copying files from CD ..."
31 - doins "${CDROM_ROOT}/${CDROM_MATCH}"
32 + newins "${CDROM_ABSMATCH}" pak0.pk3
33 eend 0
34 fi