* [gentoo-commits] repo/gentoo:master commit in: games-arcade/amphetamine/
@ 2015-11-22 5:58 Michael Sterrett
0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett @ 2015-11-22 5:58 UTC (permalink / raw
To: gentoo-commits
commit: c945c1942af443e1959a6f1e144010ad4595d489
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 05:57:52 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 05:57:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c945c194
use epatch to apply patch
Package-Manager: portage-2.2.20.1
games-arcade/amphetamine/amphetamine-0.8.10.ebuild | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/games-arcade/amphetamine/amphetamine-0.8.10.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10.ebuild
index 73d9b27..a93e702 100644
--- a/games-arcade/amphetamine/amphetamine-0.8.10.ebuild
+++ b/games-arcade/amphetamine/amphetamine-0.8.10.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit eutils games
DESCRIPTION="a cool Jump'n Run game offering some unique visual effects"
@@ -17,12 +17,14 @@ IUSE=""
DEPEND="media-libs/libsdl[sound,video]
x11-libs/libXpm"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
-PATCHES=(
- "${FILESDIR}"/${P}-build.patch
- "${FILESDIR}"/${P}-64bit.patch
-)
+src_prepare() {
+ epatch \
+ "${FILESDIR}"/${P}-build.patch \
+ "${FILESDIR}"/${P}-64bit.patch
+ sed -i -e '55d' src/ObjInfo.cpp || die
+}
src_compile() {
emake INSTALL_DIR="${GAMES_DATADIR}"/${PN}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/amphetamine/
@ 2018-04-15 9:11 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-04-15 9:11 UTC (permalink / raw
To: gentoo-commits
commit: f7885d26e1f64cd1acf4c376c8850e8d1f33b7b5
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 08:47:53 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 09:11:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7885d26
games-arcade/amphetamine: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
games-arcade/amphetamine/amphetamine-0.8.10.ebuild | 40 ----------------------
1 file changed, 40 deletions(-)
diff --git a/games-arcade/amphetamine/amphetamine-0.8.10.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10.ebuild
deleted file mode 100644
index 4955b35b0d9..00000000000
--- a/games-arcade/amphetamine/amphetamine-0.8.10.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="a cool Jump'n Run game offering some unique visual effects"
-HOMEPAGE="http://homepage.hispeed.ch/loehrer/amph/amph.html"
-SRC_URI="http://homepage.hispeed.ch/loehrer/amph/files/${P}.tar.bz2
- http://homepage.hispeed.ch/loehrer/amph/files/${PN}-data-0.8.6.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
- x11-libs/libXpm"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${P}-64bit.patch
- sed -i -e '55d' src/ObjInfo.cpp || die
-}
-
-src_compile() {
- emake INSTALL_DIR="${GAMES_DATADIR}"/${PN}
-}
-
-src_install() {
- newgamesbin amph ${PN}
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r ../amph/*
- newicon amph.xpm ${PN}.xpm
- make_desktop_entry ${PN} Amphetamine ${PN}
- dodoc BUGS ChangeLog NEWS README
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/amphetamine/
@ 2020-03-01 15:59 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2020-03-01 15:59 UTC (permalink / raw
To: gentoo-commits
commit: f17621c673922f662012109504c1b91f651e004d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 1 15:59:18 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Mar 1 15:59:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17621c6
games-arcade/amphetamine: Upstream page disappeared
Closes: https://bugs.gentoo.org/680574
Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../amphetamine/amphetamine-0.8.10-r1.ebuild | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild
index 8e9dd07e370..608047e72a0 100644
--- a/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild
+++ b/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild
@@ -1,22 +1,26 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit desktop
-DESCRIPTION="a cool Jump'n Run game offering some unique visual effects"
-HOMEPAGE="http://homepage.hispeed.ch/loehrer/amph/amph.html"
-SRC_URI="http://homepage.hispeed.ch/loehrer/amph/files/${P}.tar.bz2
- http://homepage.hispeed.ch/loehrer/amph/files/${PN}-data-0.8.6.tar.bz2"
+DESCRIPTION="A cool Jump'n Run game offering some unique visual effects"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="
+ mirror://gentoo/${P}.tar.bz2
+ mirror://gentoo/${PN}-data-0.8.6.tar.bz2
+"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="media-libs/libsdl[sound,video]
- x11-libs/libXpm"
-RDEPEND=${DEPEND}
+RDEPEND="
+ media-libs/libsdl[sound,video]
+ x11-libs/libXpm
+"
+DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-build.patch
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/amphetamine/
@ 2022-12-19 7:23 Ionen Wolkens
0 siblings, 0 replies; 6+ messages in thread
From: Ionen Wolkens @ 2022-12-19 7:23 UTC (permalink / raw
To: gentoo-commits
commit: fc62441ce78d25442533d11a26899f5623d6c5bf
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 06:39:53 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 07:11:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc62441c
games-arcade/amphetamine: drop 0.8.10-r1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-arcade/amphetamine/Manifest | 1 -
.../amphetamine/amphetamine-0.8.10-r1.ebuild | 52 ----------------------
2 files changed, 53 deletions(-)
diff --git a/games-arcade/amphetamine/Manifest b/games-arcade/amphetamine/Manifest
index f4aaae2abe2b..d1332c2d993f 100644
--- a/games-arcade/amphetamine/Manifest
+++ b/games-arcade/amphetamine/Manifest
@@ -1,4 +1,3 @@
DIST amphetamine-0.8.10.tar.bz2 72324 BLAKE2B 39d8f56066e7fbad853198be28375dfe7ee766d7c493a6faf0e2fa321ee2d2d757f5f294418208ac97a440d58bae03d40de2615e421bb8e9fad7a8ba5220d354 SHA512 eb3106df6070e207ffb3293ac4701bba8222603c0e399667505bad29b6f6433dc9ec008499b5180f713a724d3b686fead15536a20927195bc57780be16a860ef
-DIST amphetamine-data-0.8.6.tar.bz2 928775 BLAKE2B 078de623c719ebaedae3137fe3876ecd7ba02ad7ec44a64b7775fd173a42b399d137a3862d3fe426780a234638b0876a1f0fc5a06d6ab8f4b3c4ca66df367a49 SHA512 0feb86f420b4816064594756bb30bb6e02ae5062f03ef175b3262a8f30043340933f6f1b1894e2b2cfad70befc76d3ed1e0d2777c2dc2f7461459e8a93efeaf1
DIST amphetamine-data_0.8.7.orig.tar.gz 955993 BLAKE2B ad14f36ac1d41b9c4ce7dccb9676a562b07400e2d3bf4303e6fbc18fa385453891da35bdcbbf73331989a65379a68329752b0d550951430c2777a3174db8df8f SHA512 623f5c4d02157f55188f4f7f0ea743b613ac846f56fa80c7b875488384341cb6737beecd2ea2322219ff2ff306e1588350e80bf3bcbd0891a3ce0fd514f142e7
DIST amphetamine.png 95279 BLAKE2B 6403bb35883ce62f672ee3a3859eb580784c8fd5b068a116c6e3606be27893288205011cba5e9b83f2989d7471a65c13789e44acf5905fdf23402bf065f92c31 SHA512 c7698973e0d656187bebb070a1a76669d71d0025b5dc1e53adf221d934db5aac926897b52db257435168d74b622ed83d6fa6938984ec06682fbd9bd08f64521c
diff --git a/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild
deleted file mode 100644
index 608047e72a0a..000000000000
--- a/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit desktop
-
-DESCRIPTION="A cool Jump'n Run game offering some unique visual effects"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="
- mirror://gentoo/${P}.tar.bz2
- mirror://gentoo/${PN}-data-0.8.6.tar.bz2
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libsdl[sound,video]
- x11-libs/libXpm
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-build.patch
- "${FILESDIR}"/${P}-64bit.patch
-
- # From Debian:
- "${FILESDIR}"/${P}-no-lxt.patch
- "${FILESDIR}"/${P}-bugs.patch
- "${FILESDIR}"/${P}-missing-headers.patch
- "${FILESDIR}"/${P}-newline.patch
-)
-
-src_prepare() {
- default
- sed -i -e '55d' src/ObjInfo.cpp || die
-}
-
-src_compile() {
- emake INSTALL_DIR=/usr/share/${PN}
-}
-
-src_install() {
- newbin amph ${PN}
- insinto /usr/share/${PN}
- doins -r ../amph/*
- newicon amph.xpm ${PN}.xpm
- make_desktop_entry ${PN} Amphetamine ${PN}
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/amphetamine/
@ 2024-07-21 9:40 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2024-07-21 9:40 UTC (permalink / raw
To: gentoo-commits
commit: 5e18c489b133481effeda89cece194b3f4eeeca7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 09:39:57 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 09:40:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e18c489
games-arcade/amphetamine: fix QA warnings
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild
index 16ab4e7c209f..073cf4fa74e1 100644
--- a/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild
+++ b/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,14 +15,12 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
media-libs/libsdl[sound,video]
x11-libs/libXpm
"
DEPEND="${RDEPEND}"
-BDEPEND=""
PATCHES=(
"${FILESDIR}"/${P}-build.patch
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/amphetamine/
@ 2024-07-21 10:29 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2024-07-21 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 3c0e5d1d84501e0886f8cf6e86a097615b5c543e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 10:14:13 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 10:29:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0e5d1d
games-arcade/amphetamine: Launch in fullscreen by default
As it is not easy to change inside the game.
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild
index 073cf4fa74e1..e5aecbdeee46 100644
--- a/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild
+++ b/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild
@@ -54,6 +54,6 @@ src_install() {
insinto /usr/share/${PN}
doins -r ../amph/*
doicon "${DISTDIR}/${PN}.png"
- make_desktop_entry ${PN} Amphetamine ${PN}
+ make_desktop_entry "${PN} -fs" Amphetamine ${PN}
einstalldocs
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-07-21 10:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-15 9:11 [gentoo-commits] repo/gentoo:master commit in: games-arcade/amphetamine/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2024-07-21 10:29 Pacho Ramos
2024-07-21 9:40 Pacho Ramos
2022-12-19 7:23 Ionen Wolkens
2020-03-01 15:59 Pacho Ramos
2015-11-22 5:58 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox