public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-action/0verkill/
@ 2017-11-19 13:34 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-11-19 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2d455be6ff15a46617eeaa2dec52d1f1b6e05f75
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 13:00:46 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 13:34:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d455be6

games-action/0verkill: Minor touchups

Closes: https://bugs.gentoo.org/626284
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 games-action/0verkill/0verkill-0.16-r4.ebuild | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/games-action/0verkill/0verkill-0.16-r4.ebuild b/games-action/0verkill/0verkill-0.16-r4.ebuild
index b512d03cdb8..478fcc1bbda 100644
--- a/games-action/0verkill/0verkill-0.16-r4.ebuild
+++ b/games-action/0verkill/0verkill-0.16-r4.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils
 
-DESCRIPTION="a bloody 2D action deathmatch-like game in ASCII-ART"
-HOMEPAGE="http://artax.karlin.mff.cuni.cz/~brain/0verkill/"
+inherit autotools
+
+DESCRIPTION="A bloody 2D action deathmatch-like game in ASCII-ART"
+HOMEPAGE="http://freecode.com/projects/0verkill"
 SRC_URI="http://artax.karlin.mff.cuni.cz/~brain/0verkill/release/${P}.tgz"
 
 LICENSE="GPL-2"
@@ -34,6 +35,8 @@ src_prepare() {
 		-e "s:@CFLAGS@ -O3 :@CFLAGS@ :" Makefile.in || die
 	sed -i \
 		-e "/gettimeofday/s/getopt/getopt calloc/" configure.in || die
+
+	mv configure.{in,ac} || die
 	eautoreconf
 }
 
@@ -42,8 +45,8 @@ src_configure() {
 }
 
 src_install() {
-	local x
 	dobin 0verkill
+	local x
 	for x in avi bot editor server test_server ; do
 		newbin ${x} 0verkill-${x}
 	done
@@ -54,9 +57,9 @@ src_install() {
 		done
 	fi
 
-	insinto "/usr/share/${PN}"
+	insinto /usr/share/${PN}
 	doins -r data grx
 
-	rm doc/README.OS2 doc/Readme\ Win32.txt doc/COPYING
-	dodoc -r doc/
+	rm doc/{README.OS2,"Readme Win32.txt",COPYING} || die
+	dodoc -r doc/.
 }


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/0verkill/
@ 2017-11-19 13:34 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-11-19 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a43e49d962f273437ffe444f7a03582c061476aa
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 13:01:35 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 13:34:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43e49d9

games-action/0verkill: Remove old

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 games-action/0verkill/0verkill-0.16-r3.ebuild | 62 ---------------------------
 1 file changed, 62 deletions(-)

diff --git a/games-action/0verkill/0verkill-0.16-r3.ebuild b/games-action/0verkill/0verkill-0.16-r3.ebuild
deleted file mode 100644
index 3c347dd0a14..00000000000
--- a/games-action/0verkill/0verkill-0.16-r3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="a bloody 2D action deathmatch-like game in ASCII-ART"
-HOMEPAGE="http://artax.karlin.mff.cuni.cz/~brain/0verkill/"
-SRC_URI="http://artax.karlin.mff.cuni.cz/~brain/0verkill/release/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-DEPEND="X? ( x11-libs/libXpm )"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-docs.patch \
-		"${FILESDIR}"/${P}-home-overflow.patch \
-		"${FILESDIR}"/${P}-segv.patch \
-		"${FILESDIR}"/${P}-gentoo-paths.patch \
-		"${FILESDIR}"/${P}-ovflfix.patch \
-		"${FILESDIR}"/${P}-CC.patch \
-		"${FILESDIR}"/${P}-underflow-check.patch #136222 \
-	sed -i \
-		-e "s:data/:${GAMES_DATADIR}/${PN}/data/:" cfg.h || die
-	sed -i \
-		-e "s:@CFLAGS@ -O3 :@CFLAGS@ :" Makefile.in || die
-	sed -i \
-		-e "/gettimeofday/s/getopt/getopt calloc/" configure.in || die
-	eautoreconf
-}
-
-src_configure() {
-	egamesconf $(use_with X x)
-}
-
-src_install() {
-	local x
-	dogamesbin 0verkill
-	for x in avi bot editor server test_server ; do
-		newgamesbin ${x} 0verkill-${x}
-	done
-	if use X ; then
-		dogamesbin x0verkill
-		for x in avi editor ; do
-			newgamesbin ${x} 0verkill-${x}
-		done
-	fi
-
-	insinto "${GAMES_DATADIR}/${PN}"
-	doins -r data grx
-
-	dohtml doc/*.html
-	rm doc/*.html doc/README.OS2 doc/Readme\ Win32.txt doc/COPYING
-	dodoc doc/*
-
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/0verkill/
@ 2020-06-22 20:28 James Le Cuirot
  0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2020-06-22 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5af37c9f62cca34a5e0afccd79b673c9046d21c5
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Jun 21 21:54:09 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 22 20:27:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af37c9f

games-action/0verkill: update HOMEPAGE

Replace freecode.com with freshmeat.sourceforge.net.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-action/0verkill/0verkill-0.16-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/0verkill/0verkill-0.16-r4.ebuild b/games-action/0verkill/0verkill-0.16-r4.ebuild
index 478fcc1bbda..e1b5419bf8c 100644
--- a/games-action/0verkill/0verkill-0.16-r4.ebuild
+++ b/games-action/0verkill/0verkill-0.16-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools
 
 DESCRIPTION="A bloody 2D action deathmatch-like game in ASCII-ART"
-HOMEPAGE="http://freecode.com/projects/0verkill"
+HOMEPAGE="http://freshmeat.sourceforge.net/projects/0verkill"
 SRC_URI="http://artax.karlin.mff.cuni.cz/~brain/0verkill/release/${P}.tgz"
 
 LICENSE="GPL-2"


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

end of thread, other threads:[~2020-06-22 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-19 13:34 [gentoo-commits] repo/gentoo:master commit in: games-action/0verkill/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2017-11-19 13:34 David Seifert
2020-06-22 20:28 James Le Cuirot

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