* [gentoo-commits] repo/gentoo:master commit in: games-arcade/methane/
@ 2015-12-18 10:13 Michael Sterrett
0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett @ 2015-12-18 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 3ee6db048aa445b8e57296bfecaf6c354a33bacf
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 09:36:57 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 09:36:57 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee6db04
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
games-arcade/methane/methane-1.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-arcade/methane/methane-1.5.1.ebuild b/games-arcade/methane/methane-1.5.1.ebuild
index b2c5cd1..18daced 100644
--- a/games-arcade/methane/methane-1.5.1.ebuild
+++ b/games-arcade/methane/methane-1.5.1.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="Port from an old amiga game"
@@ -22,7 +22,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
sed -i \
-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \
- sources/target.cpp
+ sources/target.cpp || die
# fix weird parallel make issue wrt #450422
mkdir build || die
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/methane/
@ 2016-04-01 8:07 Michael Sterrett
0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett @ 2016-04-01 8:07 UTC (permalink / raw
To: gentoo-commits
commit: 2a4a7a2a759ffb1b249bdf50f902c60079bca19c
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 08:07:23 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 08:07:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4a7a2a
games-arcade/methane: build with gcc5 (bug #573788)
Package-Manager: portage-2.2.26
games-arcade/methane/methane-1.5.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/games-arcade/methane/methane-1.5.1.ebuild b/games-arcade/methane/methane-1.5.1.ebuild
index 18daced..36af321 100644
--- a/games-arcade/methane/methane-1.5.1.ebuild
+++ b/games-arcade/methane/methane-1.5.1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit eutils games
+inherit eutils flag-o-matic games
DESCRIPTION="Port from an old amiga game"
HOMEPAGE="http://methane.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
@@ -26,6 +26,7 @@ src_prepare() {
# fix weird parallel make issue wrt #450422
mkdir build || die
+ append-cxxflags -Wno-narrowing # build with gcc5 (bug #573788)
}
src_install() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/methane/
@ 2018-08-09 11:30 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-08-09 11:30 UTC (permalink / raw
To: gentoo-commits
commit: 39d417ebe104a8bea449666a93292d10cd87351f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 9 11:26:56 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Aug 9 11:26:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d417eb
games-arcade/methane: Drop old.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
games-arcade/methane/methane-1.5.1.ebuild | 43 -------------------------------
1 file changed, 43 deletions(-)
diff --git a/games-arcade/methane/methane-1.5.1.ebuild b/games-arcade/methane/methane-1.5.1.ebuild
deleted file mode 100644
index 5eb599ba676..00000000000
--- a/games-arcade/methane/methane-1.5.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic games
-
-DESCRIPTION="Port from an old amiga game"
-HOMEPAGE="http://methane.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-games/clanlib:2.3[opengl,mikmod]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- sed -i \
- -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \
- sources/target.cpp || die
-
- # fix weird parallel make issue wrt #450422
- mkdir build || die
- append-cxxflags -Wno-narrowing # build with gcc5 (bug #573788)
-}
-
-src_install() {
- dogamesbin methane
- insinto "${GAMES_DATADIR}"/${PN}
- doins resources/*
- dodir "${GAMES_STATEDIR}"
- touch "${D}/${GAMES_STATEDIR}"/methanescores
- fperms g+w "${GAMES_STATEDIR}"/methanescores
- newicon docs/puff.gif ${PN}.gif
- make_desktop_entry ${PN} "Super Methane Brothers" /usr/share/pixmaps/${PN}.gif
- dodoc authors.txt history.txt readme.txt
- dohtml docs/*
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/methane/
@ 2018-08-09 11:30 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-08-09 11:30 UTC (permalink / raw
To: gentoo-commits
commit: 1dd17a76289757e74606da368767ab65595c1b7c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 9 11:27:27 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Aug 9 11:27:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd17a76
games-arcade/methane: Drop comments
Package-Manager: Portage-2.3.43, Repoman-2.3.10
games-arcade/methane/methane-1.5.1-r1.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/games-arcade/methane/methane-1.5.1-r1.ebuild b/games-arcade/methane/methane-1.5.1-r1.ebuild
index acf9163b76e..d26feb258d7 100644
--- a/games-arcade/methane/methane-1.5.1-r1.ebuild
+++ b/games-arcade/methane/methane-1.5.1-r1.ebuild
@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-#inherit eutils flag-o-matic games
inherit desktop
DESCRIPTION="Port from an old amiga game"
@@ -34,7 +33,6 @@ src_prepare() {
# fix weird parallel make issue wrt #450422
mkdir build || die
- #append-cxxflags -Wno-narrowing # build with gcc5 (bug #573788)
}
src_install() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/methane/
@ 2021-04-19 21:23 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-04-19 21:23 UTC (permalink / raw
To: gentoo-commits
commit: 21416cadaa9a33d4fa053aa916b6162cc1466752
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 21:22:03 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 21:23:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21416cad
games-arcade/methane: respect CXX
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-arcade/methane/methane-1.5.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/methane/methane-1.5.1-r1.ebuild b/games-arcade/methane/methane-1.5.1-r1.ebuild
index a3f72605a59..7d0a032b4cc 100644
--- a/games-arcade/methane/methane-1.5.1-r1.ebuild
+++ b/games-arcade/methane/methane-1.5.1-r1.ebuild
@@ -31,7 +31,7 @@ src_prepare() {
-e "s:@GENTOO_DATADIR@:/usr/share:" \
sources/target.cpp || die
- tc-export PKG_CONFIG
+ tc-export CXX PKG_CONFIG
# fix weird parallel make issue wrt #450422
mkdir build || die
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/methane/
@ 2022-12-18 10:05 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2022-12-18 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 577541d570a5573f72e4faebf1f1d503f69187b0
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 10:04:20 2022 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 10:05:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577541d5
games-arcade/methane: Use a better quality icon
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-arcade/methane/Manifest | 1 +
games-arcade/methane/methane-2.0.1.ebuild | 8 +++++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/games-arcade/methane/Manifest b/games-arcade/methane/Manifest
index fbfe7274cb36..1cc48bd07759 100644
--- a/games-arcade/methane/Manifest
+++ b/games-arcade/methane/Manifest
@@ -1,2 +1,3 @@
DIST methane-1.5.1.tgz 1057881 BLAKE2B c783d8153e96cbf0f8f3593cd5ddccd0a9ec8222f61667d411cd3be7159ecf5a3364ad0212b77590b256fc33094e7ea73b83bdcb048aaea6d506e3e146b1412a SHA512 3506f288179a127f8508bd9d4225618d8dcd93794c559822ed2836bb46a318ce3c199f951f564064091b1125375118f2d64c50a27059dcd0e49c8379fa8c3155
DIST methane-2.0.1.tar.gz 1058487 BLAKE2B 2fc450c03dbbd57439b22e8e6ac8eebd2db18f97a3338180decdc0a437207b581a00e664e6353595c9eb50c16f7d9fead96bddf6ca50b67326ecea6dd4bb935a SHA512 96b005eb5964185adea89aa43afda375c474db8088a132b2d46a843a1eca6ba91f83bf41277a3f3cfa24c4f9b9dae7098527414284fd0521e92a34c225e06bd9
+DIST methane.png 4034 BLAKE2B b10ebd8ca4bf2f6330aa89e3adb77a14bb183bf3d0dd40e305c87d58e0a6a4249662cdee8a457fc3df93a9c0b0daecf0dd8cb307c33a6b5f6e48543062b1b18f SHA512 a56e453c9971b8819904f19af4ed3e417ef0538f87bfa121918c8fa4f93c14ba922b7d29584f0c69497a7b56585a92a7df902997cf18f6f2672c31c960ea7772
diff --git a/games-arcade/methane/methane-2.0.1.ebuild b/games-arcade/methane/methane-2.0.1.ebuild
index c641c5ce79b7..33e4e2941888 100644
--- a/games-arcade/methane/methane-2.0.1.ebuild
+++ b/games-arcade/methane/methane-2.0.1.ebuild
@@ -7,7 +7,9 @@ inherit desktop toolchain-funcs
DESCRIPTION="Port from an old Amiga game"
HOMEPAGE="https://methane.sourceforge.net/"
-SRC_URI="https://github.com/rombust/Methane/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/rombust/Methane/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://src.fedoraproject.org/rpms/methane/raw/f37/f/methane.png
+"
LICENSE="GPL-2+"
SLOT="0"
@@ -37,7 +39,7 @@ src_install() {
insinto /usr/share/${PN}
doins resources/*
- newicon docs/puff.gif ${PN}.gif
- make_desktop_entry ${PN} "Super Methane Brothers" /usr/share/pixmaps/${PN}.gif
+ doicon "${DISTDIR}/${PN}.png"
+ make_desktop_entry ${PN} "Super Methane Brothers"
HTML_DOCS="docs/*" dodoc authors.txt history.txt readme.txt
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/methane/
@ 2022-12-18 10:05 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2022-12-18 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 19529f0eff73e538d0315635c50d19e3e4adc009
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 09:54:51 2022 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 10:05:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19529f0e
games-arcade/methane: Needs clanlib with sound support
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-arcade/methane/methane-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/methane/methane-2.0.1.ebuild b/games-arcade/methane/methane-2.0.1.ebuild
index 24b1b2b6360d..c641c5ce79b7 100644
--- a/games-arcade/methane/methane-2.0.1.ebuild
+++ b/games-arcade/methane/methane-2.0.1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/Methane-${PV}"
RDEPEND="
- dev-games/clanlib:4.1[opengl]
+ dev-games/clanlib:4.1[opengl,sound]
media-libs/libmikmod
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-12-18 10:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01 8:07 [gentoo-commits] repo/gentoo:master commit in: games-arcade/methane/ Michael Sterrett
-- strict thread matches above, loose matches on Subject: below --
2022-12-18 10:05 Pacho Ramos
2022-12-18 10:05 Pacho Ramos
2021-04-19 21:23 Sam James
2018-08-09 11:30 Pacho Ramos
2018-08-09 11:30 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