Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quakeforge/
Date: Wed, 30 Dec 2015 22:09:04
Message-Id: 1451513329.d8c18118cbce6cba778e4ad4c00b6dd3dd19421e.mr_bones_@gentoo
1 commit: d8c18118cbce6cba778e4ad4c00b6dd3dd19421e
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 22:08:49 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 22:08:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c18118
7
8 games-fps/quakeforge: shorter DESCRIPTION and remove unnecessary(?) addpredict
9
10 Package-Manager: portage-2.2.24
11
12 games-fps/quakeforge/quakeforge-0.7.2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/games-fps/quakeforge/quakeforge-0.7.2.ebuild b/games-fps/quakeforge/quakeforge-0.7.2.ebuild
16 index 2ca59c7..ae11e38 100644
17 --- a/games-fps/quakeforge/quakeforge-0.7.2.ebuild
18 +++ b/games-fps/quakeforge/quakeforge-0.7.2.ebuild
19 @@ -5,7 +5,7 @@
20 EAPI=5
21 inherit eutils autotools games
22
23 -DESCRIPTION="A new 3d engine based off of id Softwares's legendary Quake and QuakeWorld game engine"
24 +DESCRIPTION="new 3d engine based off of id Softwares's Quake and QuakeWorld game engine"
25 HOMEPAGE="http://www.quakeforge.net/"
26 SRC_URI="mirror://sourceforge/quake/${P}.tar.bz2"
27
28 @@ -65,7 +65,6 @@ src_configure() {
29
30 local tools=${QF_TOOLS:-all}
31
32 - addpredict "$(games_get_libdir)"
33 egamesconf \
34 --enable-dependency-tracking \
35 $(use_enable ncurses curses) \