public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/0verkill: 0verkill-0.16-r3.ebuild ChangeLog
@ 2007-11-16  6:33 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2007-11-16  6:33 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    07/11/16 06:33:01

  Modified:             0verkill-0.16-r3.ebuild ChangeLog
  Log:
  add bounds patch from Ewgenij Starostin (bug #197556); QA fixes; patch name standardizing
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.4                  games-action/0verkill/0verkill-0.16-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?r1=1.3&r2=1.4

Index: 0verkill-0.16-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 0verkill-0.16-r3.ebuild	8 Aug 2007 22:02:46 -0000	1.3
+++ 0verkill-0.16-r3.ebuild	16 Nov 2007 06:33:01 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.3 2007/08/08 22:02:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.4 2007/11/16 06:33:01 mr_bones_ Exp $
 
-inherit eutils games
+inherit autotools eutils games
 
 DESCRIPTION="a bloody 2D action deathmatch-like game in ASCII-ART"
 HOMEPAGE="http://artax.karlin.mff.cuni.cz/~brain/0verkill/"
@@ -18,16 +18,22 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}"/${PV}-docs.patch
-	epatch "${FILESDIR}"/${PV}-home-overflow.patch
-	epatch "${FILESDIR}"/${PV}-gentoo-paths.patch
-	epatch "${FILESDIR}"/${P}-underflow-check.patch #136222
+	epatch \
+		"${FILESDIR}"/${P}-docs.patch \
+		"${FILESDIR}"/${P}-home-overflow.patch \
+		"${FILESDIR}"/${P}-segv.patch \
+		"${FILESDIR}"/${P}-gentoo-paths.patch \
+		"${FILESDIR}"/${P}-underflow-check.patch #136222
 	sed -i \
 		-e "s:data/:${GAMES_DATADIR}/${PN}/data/:" cfg.h \
 		|| die "sed failed"
 	sed -i \
 		-e "s:@CFLAGS@ -O3 :@CFLAGS@ :" Makefile.in \
 		|| die "sed failed"
+	sed -i \
+		-e "/gettimeofday/s/getopt/getopt calloc/" configure.in \
+		|| die "sed failed"
+	eautoreconf
 }
 
 src_compile() {



1.15                 games-action/0verkill/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	1 Dec 2006 19:49:07 -0000	1.14
+++ ChangeLog	16 Nov 2007 06:33:01 -0000	1.15
@@ -1,6 +1,14 @@
 # ChangeLog for games-action/0verkill
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.14 2006/12/01 19:49:07 wolf31o2 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.15 2007/11/16 06:33:01 mr_bones_ Exp $
+
+  16 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/0verkill-0.16-docs.patch, -files/0.16-docs.patch,
+  +files/0verkill-0.16-gentoo-paths.patch, -files/0.16-gentoo-paths.patch,
+  +files/0verkill-0.16-home-overflow.patch, -files/0.16-home-overflow.patch,
+  +files/0verkill-0.16-segv.patch, 0verkill-0.16-r3.ebuild:
+  add bounds patch from Ewgenij Starostin (bug #197556); QA fixes; patch name
+  standardizing
 
   01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   0verkill-0.16-r3.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-action/0verkill: 0verkill-0.16-r3.ebuild ChangeLog
@ 2008-03-07 23:54 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-03-07 23:54 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/03/07 23:54:07

  Modified:             0verkill-0.16-r3.ebuild ChangeLog
  Log:
  QA cleanup: Fix quoting.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  games-action/0verkill/0verkill-0.16-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?r1=1.4&r2=1.5

Index: 0verkill-0.16-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 0verkill-0.16-r3.ebuild	16 Nov 2007 06:33:01 -0000	1.4
+++ 0verkill-0.16-r3.ebuild	7 Mar 2008 23:54:07 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.4 2007/11/16 06:33:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.5 2008/03/07 23:54:07 wolf31o2 Exp $
 
 inherit autotools eutils games
 
@@ -54,10 +54,8 @@
 		done
 	fi
 
-	insinto ${GAMES_DATADIR}/${PN}/data
-	doins data/* || die
-	insinto ${GAMES_DATADIR}/${PN}/grx
-	doins grx/* || die
+	insinto "${GAMES_DATADIR}/${PN}"
+	doins -r data grx || die
 
 	dohtml doc/*.htm
 	rm doc/*.html doc/README.OS2 doc/Readme\ Win32.txt doc/COPYING



1.16                 games-action/0verkill/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Nov 2007 06:33:01 -0000	1.15
+++ ChangeLog	7 Mar 2008 23:54:07 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/0verkill
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.15 2007/11/16 06:33:01 mr_bones_ Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.16 2008/03/07 23:54:07 wolf31o2 Exp $
+
+  07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  0verkill-0.16-r3.ebuild:
+  QA cleanup: Fix quoting.
 
   16 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org>
   +files/0verkill-0.16-docs.patch, -files/0.16-docs.patch,



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-action/0verkill: 0verkill-0.16-r3.ebuild ChangeLog
@ 2010-11-08 10:57 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-11-08 10:57 UTC (permalink / raw
  To: gentoo-commits

tupone      10/11/08 10:57:53

  Modified:             0verkill-0.16-r3.ebuild ChangeLog
  Log:
  Fix overflow. Bug #337188
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  games-action/0verkill/0verkill-0.16-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?r1=1.7&r2=1.8

Index: 0verkill-0.16-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- 0verkill-0.16-r3.ebuild	2 Jan 2010 23:09:27 -0000	1.7
+++ 0verkill-0.16-r3.ebuild	8 Nov 2010 10:57:53 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.7 2010/01/02 23:09:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.8 2010/11/08 10:57:53 tupone Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -22,6 +22,7 @@
 		"${FILESDIR}"/${P}-home-overflow.patch \
 		"${FILESDIR}"/${P}-segv.patch \
 		"${FILESDIR}"/${P}-gentoo-paths.patch \
+		"${FILESDIR}"/${P}-ovflfix.patch \
 		"${FILESDIR}"/${P}-underflow-check.patch #136222
 	sed -i \
 		-e "s:data/:${GAMES_DATADIR}/${PN}/data/:" cfg.h \



1.17                 games-action/0verkill/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 Mar 2008 23:54:07 -0000	1.16
+++ ChangeLog	8 Nov 2010 10:57:53 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/0verkill
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.16 2008/03/07 23:54:07 wolf31o2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.17 2010/11/08 10:57:53 tupone Exp $
+
+  08 Nov 2010; Alfredo Tupone <tupone@gentoo.org> 0verkill-0.16-r3.ebuild,
+  +files/0verkill-0.16-ovflfix.patch:
+  Fix overflow. Bug #337188 by flameeyes@gentoo.org
 
   07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   0verkill-0.16-r3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in games-action/0verkill: 0verkill-0.16-r3.ebuild ChangeLog
@ 2010-11-08 18:34 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-11-08 18:34 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/11/08 18:34:45

  Modified:             0verkill-0.16-r3.ebuild ChangeLog
  Log:
  honor CC
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.9                  games-action/0verkill/0verkill-0.16-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?r1=1.8&r2=1.9

Index: 0verkill-0.16-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- 0verkill-0.16-r3.ebuild	8 Nov 2010 10:57:53 -0000	1.8
+++ 0verkill-0.16-r3.ebuild	8 Nov 2010 18:34:45 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.8 2010/11/08 10:57:53 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.9 2010/11/08 18:34:45 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -23,7 +23,8 @@
 		"${FILESDIR}"/${P}-segv.patch \
 		"${FILESDIR}"/${P}-gentoo-paths.patch \
 		"${FILESDIR}"/${P}-ovflfix.patch \
-		"${FILESDIR}"/${P}-underflow-check.patch #136222
+		"${FILESDIR}"/${P}-CC.patch \
+		"${FILESDIR}"/${P}-underflow-check.patch #136222 \
 	sed -i \
 		-e "s:data/:${GAMES_DATADIR}/${PN}/data/:" cfg.h \
 		|| die "sed failed"



1.18                 games-action/0verkill/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	8 Nov 2010 10:57:53 -0000	1.17
+++ ChangeLog	8 Nov 2010 18:34:45 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/0verkill
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.17 2010/11/08 10:57:53 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.18 2010/11/08 18:34:45 mr_bones_ Exp $
+
+  08 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  0verkill-0.16-r3.ebuild, +files/0verkill-0.16-CC.patch:
+  honor CC
 
   08 Nov 2010; Alfredo Tupone <tupone@gentoo.org> 0verkill-0.16-r3.ebuild,
   +files/0verkill-0.16-ovflfix.patch:






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

* [gentoo-commits] gentoo-x86 commit in games-action/0verkill: 0verkill-0.16-r3.ebuild ChangeLog
@ 2014-12-30 12:50 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2014-12-30 12:50 UTC (permalink / raw
  To: gentoo-commits

tupone      14/12/30 12:50:37

  Modified:             0verkill-0.16-r3.ebuild ChangeLog
  Log:
  Migrating to EAPI 4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.10                 games-action/0verkill/0verkill-0.16-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?r1=1.9&r2=1.10

Index: 0verkill-0.16-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- 0verkill-0.16-r3.ebuild	8 Nov 2010 18:34:45 -0000	1.9
+++ 0verkill-0.16-r3.ebuild	30 Dec 2014 12:50:37 -0000	1.10
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 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/0verkill/0verkill-0.16-r3.ebuild,v 1.9 2010/11/08 18:34:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.10 2014/12/30 12:50:37 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit autotools eutils games
 
 DESCRIPTION="a bloody 2D action deathmatch-like game in ASCII-ART"
@@ -15,6 +15,7 @@
 IUSE="X"
 
 DEPEND="X? ( x11-libs/libXpm )"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	epatch \
@@ -43,19 +44,19 @@
 
 src_install() {
 	local x
-	dogamesbin 0verkill || die
+	dogamesbin 0verkill
 	for x in avi bot editor server test_server ; do
-		newgamesbin ${x} 0verkill-${x} || die ${x}
+		newgamesbin ${x} 0verkill-${x}
 	done
 	if use X ; then
-		dogamesbin x0verkill || die
+		dogamesbin x0verkill
 		for x in avi editor ; do
-			newgamesbin ${x} 0verkill-${x} || die ${x}
+			newgamesbin ${x} 0verkill-${x}
 		done
 	fi
 
 	insinto "${GAMES_DATADIR}/${PN}"
-	doins -r data grx || die
+	doins -r data grx
 
 	dohtml doc/*.html
 	rm doc/*.html doc/README.OS2 doc/Readme\ Win32.txt doc/COPYING



1.19                 games-action/0verkill/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	8 Nov 2010 18:34:45 -0000	1.18
+++ ChangeLog	30 Dec 2014 12:50:37 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/0verkill
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.18 2010/11/08 18:34:45 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.19 2014/12/30 12:50:37 tupone Exp $
+
+  30 Dec 2014; Tupone Alfredo <tupone@gentoo.org> 0verkill-0.16-r3.ebuild:
+  Migrating to EAPI 4
 
   08 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org>
   0verkill-0.16-r3.ebuild, +files/0verkill-0.16-CC.patch:





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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-07 23:54 [gentoo-commits] gentoo-x86 commit in games-action/0verkill: 0verkill-0.16-r3.ebuild ChangeLog Chris Gianelloni (wolf31o2)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-30 12:50 Alfredo Tupone (tupone)
2010-11-08 18:34 Michael Sterrett (mr_bones_)
2010-11-08 10:57 Alfredo Tupone (tupone)
2007-11-16  6:33 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