* [gentoo-commits] repo/gentoo:master commit in: games-arcade/criticalmass/
@ 2017-07-30 9:10 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-07-30 9:10 UTC (permalink / raw
To: gentoo-commits
commit: 56f42357d0ae0208813406989a847c2fa5d9812d
Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Fri Jul 21 03:05:47 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:09:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f42357
games-arcade/criticalmass: Fix building with GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=612758
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/5156
games-arcade/criticalmass/criticalmass-1.0.2.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/games-arcade/criticalmass/criticalmass-1.0.2.ebuild b/games-arcade/criticalmass/criticalmass-1.0.2.ebuild
index dfb5bb085d9..b3e5262bb5d 100644
--- a/games-arcade/criticalmass/criticalmass-1.0.2.ebuild
+++ b/games-arcade/criticalmass/criticalmass-1.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils games
+inherit autotools eutils flag-o-matic games
DESCRIPTION="SDL/OpenGL space shoot'em up game"
HOMEPAGE="http://criticalmass.sourceforge.net/"
@@ -32,6 +32,11 @@ src_prepare() {
eautoreconf
}
+src_configure() {
+ append-cxxflags -std=gnu++98 # Bug 612758
+ default
+}
+
src_install() {
default
rm -f "${D}${GAMES_BINDIR}/Packer"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/criticalmass/
@ 2018-04-15 19:00 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-04-15 19:00 UTC (permalink / raw
To: gentoo-commits
commit: 7b5962cf6b21bb69e370886ea60f3ded15094b94
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:49:20 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 19:00:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5962cf
games-arcade/criticalmass: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../criticalmass/criticalmass-1.0.2.ebuild | 57 ----------------------
1 file changed, 57 deletions(-)
diff --git a/games-arcade/criticalmass/criticalmass-1.0.2.ebuild b/games-arcade/criticalmass/criticalmass-1.0.2.ebuild
deleted file mode 100644
index 9306a54dd14..00000000000
--- a/games-arcade/criticalmass/criticalmass-1.0.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic games
-
-DESCRIPTION="SDL/OpenGL space shoot'em up game"
-HOMEPAGE="http://criticalmass.sourceforge.net/"
-SRC_URI="mirror://sourceforge/criticalmass/CriticalMass-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/sdl-mixer
- media-libs/sdl-image[png]
- media-libs/libpng:0
- virtual/opengl
- net-misc/curl"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/CriticalMass-${PV}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc43.patch \
- "${FILESDIR}"/${P}-system_curl.patch \
- "${FILESDIR}"/${P}-libpng14.patch \
- "${FILESDIR}"/${P}-cflags.patch \
- "${FILESDIR}"/${P}-libpng15.patch
- rm -rf curl
- eautoreconf
-}
-
-src_configure() {
- append-cxxflags -std=gnu++98 # Bug 612758
- default
-}
-
-src_install() {
- default
- rm -f "${D}${GAMES_BINDIR}/Packer"
- dohtml Readme.html
- newicon critter.png ${PN}.png
- make_desktop_entry critter "Critical Mass"
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- if ! has_version "media-libs/sdl-mixer[mod]" ; then
- ewarn
- ewarn "To hear music, you will have to rebuild media-libs/sdl-mixer"
- ewarn "with the \"mod\" USE flag turned on."
- ewarn
- fi
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/criticalmass/
@ 2022-08-13 9:10 Ionen Wolkens
0 siblings, 0 replies; 3+ messages in thread
From: Ionen Wolkens @ 2022-08-13 9:10 UTC (permalink / raw
To: gentoo-commits
commit: 9cc7fca689d5cf1a7ce366abcbc08385f7c7aa55
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 06:50:46 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 09:00:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc7fca6
games-arcade/criticalmass: revert to http homepage
Missed that this one redirects to .net, so pointless to use .io
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-arcade/criticalmass/criticalmass-1.0.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/criticalmass/criticalmass-1.0.2-r2.ebuild b/games-arcade/criticalmass/criticalmass-1.0.2-r2.ebuild
index 550a1493e02e..d3390c64c074 100644
--- a/games-arcade/criticalmass/criticalmass-1.0.2-r2.ebuild
+++ b/games-arcade/criticalmass/criticalmass-1.0.2-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools desktop flag-o-matic
MY_P="CriticalMass-${PV}"
DESCRIPTION="SDL/OpenGL space shoot'em up game"
-HOMEPAGE="https://criticalmass.sourceforge.io/"
+HOMEPAGE="http://criticalmass.sourceforge.net/"
SRC_URI="mirror://sourceforge/criticalmass/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-13 9:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-13 9:10 [gentoo-commits] repo/gentoo:master commit in: games-arcade/criticalmass/ Ionen Wolkens
-- strict thread matches above, loose matches on Subject: below --
2018-04-15 19:00 Pacho Ramos
2017-07-30 9:10 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox