public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/abuse: ChangeLog abuse-0.8.ebuild
@ 2011-05-17  4:36 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-05-17  4:36 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/05/17 04:36:45

  Modified:             ChangeLog
  Added:                abuse-0.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.12                 games-action/abuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	14 Mar 2011 11:10:27 -0000	1.11
+++ ChangeLog	17 May 2011 04:36:45 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for games-action/abuse
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.11 2011/03/14 11:10:27 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.12 2011/05/17 04:36:45 mr_bones_ Exp $
+
+*abuse-0.8 (17 May 2011)
+
+  17 May 2011; Michael Sterrett <mr_bones_@gentoo.org> +abuse-0.8.ebuild,
+  +files/abuse-0.8-gentoo.patch:
+  version bump
 
   14 Mar 2011; Alfredo Tupone <tupone@gentoo.org> abuse-0.7.1.ebuild,
   metadata.xml:



1.1                  games-action/abuse/abuse-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.1&content-type=text/plain

Index: abuse-0.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.1 2011/05/17 04:36:45 mr_bones_ Exp $

EAPI=2
inherit autotools eutils games

DESCRIPTION="port of Abuse by Crack Dot Com"
HOMEPAGE="http://abuse.zoy.org/"
SRC_URI="http://abuse.zoy.org/raw-attachment/wiki/download/${P}.tar.gz"

LICENSE="GPL-2 WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND=">=media-libs/libsdl-1.1.6[audio,opengl,video]
	media-libs/sdl-mixer
	virtual/opengl"

src_prepare() {
	epatch "${FILESDIR}"/${P}-gentoo.patch
	eautoreconf
}

src_configure() {
	egamesconf \
		--disable-dependency-tracking \
		--with-assetdir="${GAMES_DATADIR}/${PN}"
}

src_install() {
	# Source-based install
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog NEWS README TODO

	doicon doc/${PN}.png
	make_desktop_entry abuse Abuse

	prepgamesdirs
}

pkg_postinst() {
	games_pkg_postinst
	elog "NOTE: If you had previous version of abuse installed"
	elog "you may need to remove ~/.abuse for the game to work correctly."
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/abuse: ChangeLog abuse-0.8.ebuild
@ 2011-07-16 17:30 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-07-16 17:30 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/07/16 17:30:49

  Modified:             ChangeLog abuse-0.8.ebuild
  Log:
  Stable on amd64 wrt bug #375327
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 games-action/abuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	17 May 2011 04:36:45 -0000	1.12
+++ ChangeLog	16 Jul 2011 17:30:49 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/abuse
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.12 2011/05/17 04:36:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.13 2011/07/16 17:30:49 hwoarang Exp $
+
+  16 Jul 2011; Markos Chandras <hwoarang@gentoo.org> abuse-0.8.ebuild:
+  Stable on amd64 wrt bug #375327
 
 *abuse-0.8 (17 May 2011)
 



1.2                  games-action/abuse/abuse-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?r1=1.1&r2=1.2

Index: abuse-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abuse-0.8.ebuild	17 May 2011 04:36:45 -0000	1.1
+++ abuse-0.8.ebuild	16 Jul 2011 17:30:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.1 2011/05/17 04:36:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.2 2011/07/16 17:30:49 hwoarang Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=media-libs/libsdl-1.1.6[audio,opengl,video]






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/abuse: ChangeLog abuse-0.8.ebuild
@ 2011-07-19 19:59 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-07-19 19:59 UTC (permalink / raw
  To: gentoo-commits

maekke      11/07/19 19:59:03

  Modified:             ChangeLog abuse-0.8.ebuild
  Log:
  x86 stable, bug #375327
  
  (Portage version: 2.1.10.6/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 games-action/abuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	16 Jul 2011 17:30:49 -0000	1.13
+++ ChangeLog	19 Jul 2011 19:59:03 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/abuse
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.13 2011/07/16 17:30:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.14 2011/07/19 19:59:03 maekke Exp $
+
+  19 Jul 2011; Markus Meier <maekke@gentoo.org> abuse-0.8.ebuild:
+  x86 stable, bug #375327
 
   16 Jul 2011; Markos Chandras <hwoarang@gentoo.org> abuse-0.8.ebuild:
   Stable on amd64 wrt bug #375327



1.3                  games-action/abuse/abuse-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?r1=1.2&r2=1.3

Index: abuse-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abuse-0.8.ebuild	16 Jul 2011 17:30:49 -0000	1.2
+++ abuse-0.8.ebuild	19 Jul 2011 19:59:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.2 2011/07/16 17:30:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.3 2011/07/19 19:59:03 maekke Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 WTFPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND=">=media-libs/libsdl-1.1.6[audio,opengl,video]






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/abuse: ChangeLog abuse-0.8.ebuild
@ 2011-10-04 22:27 Joseph Jezak (josejx)
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Jezak (josejx) @ 2011-10-04 22:27 UTC (permalink / raw
  To: gentoo-commits

josejx      11/10/04 22:27:47

  Modified:             ChangeLog abuse-0.8.ebuild
  Log:
  Marked ppc stable for bug #375327.
  
  (Portage version: 2.1.10.20/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 games-action/abuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	7 Aug 2011 14:27:37 -0000	1.15
+++ ChangeLog	4 Oct 2011 22:27:47 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/abuse
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.15 2011/08/07 14:27:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.16 2011/10/04 22:27:47 josejx Exp $
+
+  04 Oct 2011; Joseph Jezak <josejx@gentoo.org> abuse-0.8.ebuild:
+  Marked ppc stable for bug #375327.
 
   07 Aug 2011; Raúl Porcel <armin76@gentoo.org> abuse-0.7.1.ebuild,
   abuse-0.8.ebuild:



1.5                  games-action/abuse/abuse-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?r1=1.4&r2=1.5

Index: abuse-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- abuse-0.8.ebuild	7 Aug 2011 14:27:37 -0000	1.4
+++ abuse-0.8.ebuild	4 Oct 2011 22:27:47 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.4 2011/08/07 14:27:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.5 2011/10/04 22:27:47 josejx Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 WTFPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND=">=media-libs/libsdl-1.1.6[audio,opengl,video]






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/abuse: ChangeLog abuse-0.8.ebuild
@ 2014-05-15 16:19 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:19 UTC (permalink / raw
  To: gentoo-commits

ulm         14/05/15 16:19:22

  Modified:             ChangeLog abuse-0.8.ebuild
  Log:
  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.19                 games-action/abuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	1 Feb 2013 00:17:12 -0000	1.18
+++ ChangeLog	15 May 2014 16:19:21 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/abuse
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.18 2013/02/01 00:17:12 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.19 2014/05/15 16:19:21 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org> abuse-0.8.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   01 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> metadata.xml:
   metadata cleanup



1.6                  games-action/abuse/abuse-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?r1=1.5&r2=1.6

Index: abuse-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- abuse-0.8.ebuild	4 Oct 2011 22:27:47 -0000	1.5
+++ abuse-0.8.ebuild	15 May 2014 16:19:21 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.5 2011/10/04 22:27:47 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.6 2014/05/15 16:19:21 ulm Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -14,7 +14,7 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND=">=media-libs/libsdl-1.1.6[audio,opengl,video]
+DEPEND=">=media-libs/libsdl-1.1.6[sound,opengl,video]
 	media-libs/sdl-mixer
 	virtual/opengl"
 





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/abuse: ChangeLog abuse-0.8.ebuild
@ 2014-12-30 19:00 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone (tupone) @ 2014-12-30 19:00 UTC (permalink / raw
  To: gentoo-commits

tupone      14/12/30 19:00:57

  Modified:             ChangeLog abuse-0.8.ebuild
  Log:
  Migration to EAPI 4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.20                 games-action/abuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	15 May 2014 16:19:21 -0000	1.19
+++ ChangeLog	30 Dec 2014 19:00:57 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/abuse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.19 2014/05/15 16:19:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.20 2014/12/30 19:00:57 tupone Exp $
+
+  30 Dec 2014; Tupone Alfredo <tupone@gentoo.org> abuse-0.8.ebuild:
+  Migration to EAPI 4
 
   15 May 2014; Ulrich Müller <ulm@gentoo.org> abuse-0.8.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to



1.7                  games-action/abuse/abuse-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/abuse/abuse-0.8.ebuild?r1=1.6&r2=1.7

Index: abuse-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- abuse-0.8.ebuild	15 May 2014 16:19:21 -0000	1.6
+++ abuse-0.8.ebuild	30 Dec 2014 19:00:57 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.6 2014/05/15 16:19:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.7 2014/12/30 19:00:57 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit autotools eutils games
 
 DESCRIPTION="port of Abuse by Crack Dot Com"
@@ -17,6 +17,7 @@
 DEPEND=">=media-libs/libsdl-1.1.6[sound,opengl,video]
 	media-libs/sdl-mixer
 	virtual/opengl"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-gentoo.patch
@@ -25,14 +26,12 @@
 
 src_configure() {
 	egamesconf \
-		--disable-dependency-tracking \
 		--with-assetdir="${GAMES_DATADIR}/${PN}"
 }
 
 src_install() {
 	# Source-based install
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog NEWS README TODO
+	default
 
 	doicon doc/${PN}.png
 	make_desktop_entry abuse Abuse





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-12-30 19:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 16:19 [gentoo-commits] gentoo-x86 commit in games-action/abuse: ChangeLog abuse-0.8.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-30 19:00 Alfredo Tupone (tupone)
2011-10-04 22:27 Joseph Jezak (josejx)
2011-07-19 19:59 Markus Meier (maekke)
2011-07-16 17:30 Markos Chandras (hwoarang)
2011-05-17  4:36 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox