* [gentoo-commits] repo/gentoo:master commit in: games-arcade/afternoonstalker/
@ 2015-12-18 10:13 Michael Sterrett
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2015-12-18 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 4568fa23add983fddf2d05615d79adb90083c468
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 09:27:25 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 09:27:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4568fa23
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
index 4264a02..f65a9c4 100644
--- a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
+++ b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit autotools games
DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics"
@@ -23,8 +23,7 @@ src_prepare() {
-e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
-e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
-e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
- src/Makefile.am \
- || die
+ src/Makefile.am || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/afternoonstalker/
@ 2018-04-15 9:11 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-04-15 9:11 UTC (permalink / raw
To: gentoo-commits
commit: 8bb0f187cefa46abe1b95d3643bdc368ee1fe701
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 08:28:59 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 09:11:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb0f187
games-arcade/afternoonstalker: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../afternoonstalker/afternoonstalker-1.1.5.ebuild | 34 ----------------------
1 file changed, 34 deletions(-)
diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
deleted file mode 100644
index 9f0422562b4..00000000000
--- a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools games
-
-DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics"
-HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/afternoonstalker.html"
-SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-games/flatzebra-0.1.6"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i \
- -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
- -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
- -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
- src/Makefile.am || die
- eautoreconf
-}
-
-src_install() {
- emake -C src DESTDIR="${D}" install
- doman doc/${PN}.6
- dodoc AUTHORS NEWS README THANKS
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/afternoonstalker/
@ 2018-04-15 9:11 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-04-15 9:11 UTC (permalink / raw
To: gentoo-commits
commit: 97e48392c0abdb3facf073a4234d59f8bdc76a15
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 08:28:49 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 09:11:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e48392
games-arcade/afternoonstalker: Stop using games.eclass
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../afternoonstalker-1.1.5-r1.ebuild | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild b/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild
new file mode 100644
index 00000000000..f7f3afc9f23
--- /dev/null
+++ b/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics"
+HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/afternoonstalker.html"
+SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-games/flatzebra-0.1.6"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ sed -i \
+ -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
+ -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
+ -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
+ src/Makefile.am || die
+ eautoreconf
+}
+
+src_install() {
+ emake -C src DESTDIR="${D}" install
+ doman doc/${PN}.6
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/afternoonstalker/
@ 2019-03-17 21:58 James Le Cuirot
0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2019-03-17 21:58 UTC (permalink / raw
To: gentoo-commits
commit: 9cf8b05ecc3b4d289a2580b5bb0fce8d281a345b
Author: Daniel Schmidt <gen2xmach1ne <AT> tutanota <DOT> com>
AuthorDate: Sun Mar 17 20:15:54 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 21:57:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf8b05e
games-arcade/afternoonstalker: fix HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11396
Signed-off-by: Daniel Schmidt <gen2xmach1ne <AT> tutanota.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild b/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild
index f7f3afc9f23..58cc73f1c8a 100644
--- a/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild
+++ b/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics"
-HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/afternoonstalker.html"
-SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz"
+HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html"
+SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/afternoonstalker/
@ 2021-05-07 16:24 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2021-05-07 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 8acd04147c22eb062f5260909c7d3acebf380c01
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 7 16:24:12 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 7 16:24:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acd0414
games-arcade/afternoonstalker: Remove old 1.1.5-r1
Closes: https://bugs.gentoo.org/738222
Closes: https://bugs.gentoo.org/787209
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-arcade/afternoonstalker/Manifest | 1 -
.../afternoonstalker-1.1.5-r1.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/games-arcade/afternoonstalker/Manifest b/games-arcade/afternoonstalker/Manifest
index 64766b7689b..ddb94dca66b 100644
--- a/games-arcade/afternoonstalker/Manifest
+++ b/games-arcade/afternoonstalker/Manifest
@@ -1,2 +1 @@
-DIST afternoonstalker-1.1.5.tar.gz 202663 BLAKE2B 1572e5fa2b7ac0c9e24897cd8e31333c1a1819fc36576a3410cbb2ab6676ee505182dc71dd97e65ccaaff8218c470065bdc942a380aafb506f4c0032d4325df4 SHA512 ff08cc72385deddfaffabf98c3cc67f72f8c6db77de1feb4e19d2d3dcf6ca1018a71d6e052d2e2373dc758e119a4c068a3f4195cb6fbf1b01900bdedf193a7e0
DIST afternoonstalker-1.1.6.tar.gz 186724 BLAKE2B 2915e1ff11f0cdf392a94d515541c25082afbe62547c90a49cdc39ab01bc234ac8098394905a0d1ce3d3a550b5c5096fd64f76db2d8d62b510822a0a59ae8cf6 SHA512 4d823abc5f939bc6322729548abb0adc43b56b5d5e035578f15084f4e8f6ce80bd7b7dc3ffbe71530975b7c02962ea93405e2ad13de8a50303ccfdde543cd6c7
diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild b/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild
deleted file mode 100644
index acc061abc50..00000000000
--- a/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics"
-HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html"
-SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-games/flatzebra-0.1.6"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
- sed -i \
- -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
- -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
- -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
- src/Makefile.am || die
- eautoreconf
-}
-
-src_install() {
- emake -C src DESTDIR="${D}" install
- doman doc/${PN}.6
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-05-07 16:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-07 16:24 [gentoo-commits] repo/gentoo:master commit in: games-arcade/afternoonstalker/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2019-03-17 21:58 James Le Cuirot
2018-04-15 9:11 Pacho Ramos
2018-04-15 9:11 Pacho Ramos
2015-12-18 10:13 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox