summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-06 22:12:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-06 22:12:31 +0000
commita702d87991a4f54d7a5a8652087f994ddab83e22 (patch)
tree31a18cda3ff0cfb2ca4c1955ca1425e273d3cbf0 /games-util
parentEAPI 5 (diff)
downloadgentoo-2-a702d87991a4f54d7a5a8652087f994ddab83e22.tar.gz
gentoo-2-a702d87991a4f54d7a5a8652087f994ddab83e22.tar.bz2
gentoo-2-a702d87991a4f54d7a5a8652087f994ddab83e22.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/xgame-gtk2/ChangeLog8
-rw-r--r--games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/games-util/xgame-gtk2/ChangeLog b/games-util/xgame-gtk2/ChangeLog
index c69ef86148ad..38c3846c7028 100644
--- a/games-util/xgame-gtk2/ChangeLog
+++ b/games-util/xgame-gtk2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-util/xgame-gtk2
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/xgame-gtk2/ChangeLog,v 1.4 2006/01/03 23:14:23 metalgod Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/xgame-gtk2/ChangeLog,v 1.5 2015/02/06 22:12:31 mr_bones_ Exp $
+
+ 06 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> xgame-gtk2-2.0.2.ebuild:
+ EAPI=5
03 Jan 2006; Luis Medinas <metalgod@gentoo.org> xgame-gtk2-2.0.2.ebuild:
Added ~amd64 keyword.
@@ -17,4 +20,3 @@
04 Jan 2005; Michael Kohl <citizen428@gentoo.org> +metadata.xml,
+xgame-gtk2-2.0.2.ebuild:
Initial import. Ebuild submitted by Nexu <nexu@pingzero.com> in bug #66715
-
diff --git a/games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild b/games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild
index 3ae8c73f7754..c56adddc7243 100644
--- a/games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild
+++ b/games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2006 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/xgame-gtk2/xgame-gtk2-2.0.2.ebuild,v 1.5 2007/01/26 18:37:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild,v 1.6 2015/02/06 22:12:31 mr_bones_ Exp $
+EAPI=5
inherit games
DESCRIPTION="Run games in a separate X session"
@@ -17,7 +18,7 @@ RDEPEND="dev-lang/perl
>=dev-perl/gtk2-perl-1.040"
src_install() {
- dogamesbin xgame-gtk2 || die "dogamesbin failed"
+ dogamesbin xgame-gtk2
dodoc README
prepgamesdirs
}