summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-19 10:06:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-19 10:06:50 +0000
commit98a4d852fc61b01489fb004f507d6e5d0d0e27f9 (patch)
treee0bab87bb6ba81e5ae7e5296ccb4af61c7a0520a /games-util
parenttidy (diff)
downloadgentoo-2-98a4d852fc61b01489fb004f507d6e5d0d0e27f9.tar.gz
gentoo-2-98a4d852fc61b01489fb004f507d6e5d0d0e27f9.tar.bz2
gentoo-2-98a4d852fc61b01489fb004f507d6e5d0d0e27f9.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/gslist/ChangeLog8
-rw-r--r--games-util/gslist/gslist-0.8.8a.ebuild10
2 files changed, 10 insertions, 8 deletions
diff --git a/games-util/gslist/ChangeLog b/games-util/gslist/ChangeLog
index 19b3c7e6ae55..393b4d9a7cc9 100644
--- a/games-util/gslist/ChangeLog
+++ b/games-util/gslist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-util/gslist
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.8 2010/05/22 15:22:27 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.9 2015/02/19 10:06:50 mr_bones_ Exp $
+
+ 19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> gslist-0.8.8a.ebuild:
+ EAPI=5
22 May 2010; Pacho Ramos <pacho@gentoo.org> gslist-0.8.8a.ebuild:
stable amd64, bug 303833
@@ -35,4 +38,3 @@
04 Jan 2007; Tristan Heaven <nyhm@gentoo.org>
+files/gslist-0.8.2-build.patch, +metadata.xml, +gslist-0.8.2.ebuild:
Initial commit, bug #111319
-
diff --git a/games-util/gslist/gslist-0.8.8a.ebuild b/games-util/gslist/gslist-0.8.8a.ebuild
index 63312690fed6..69bb41b90019 100644
--- a/games-util/gslist/gslist-0.8.8a.ebuild
+++ b/games-util/gslist/gslist-0.8.8a.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v 1.3 2010/05/22 15:22:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v 1.4 2015/02/19 10:06:50 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DESCRIPTION="A GameSpy server browser"
@@ -26,11 +26,11 @@ src_prepare() {
}
src_compile() {
- emake SQL=0 $(use web || echo GSWEB=0) || die "emake failed"
+ emake SQL=0 $(use web || echo GSWEB=0)
}
src_install() {
- dogamesbin ${PN} || die "dogamesbin failed"
+ dogamesbin ${PN}
dodoc ${PN}.txt
prepgamesdirs
}