public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wizznic/
@ 2016-01-18 15:41 Michael Sterrett
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-01-18 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     3178d4e71515bccd92b2950d9fa85e9d50eeb597
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 15:39:02 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 15:40:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3178d4e7

games-puzzle/wizznic: respect CFLAGS (bug #572272)

Package-Manager: portage-2.2.26

 games-puzzle/wizznic/wizznic-306.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games-puzzle/wizznic/wizznic-306.ebuild b/games-puzzle/wizznic/wizznic-306.ebuild
index c779190..2463eaf 100644
--- a/games-puzzle/wizznic/wizznic-306.ebuild
+++ b/games-puzzle/wizznic/wizznic-306.ebuild
@@ -17,6 +17,7 @@ IUSE=""
 DEPEND="media-libs/libsdl[sound,joystick,video]
 	media-libs/sdl-image[png]
 	media-libs/sdl-mixer[vorbis]"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/Wizznic_src_build_${PV}
 
@@ -25,6 +26,7 @@ src_prepare() {
 		-e '/^\(CC\|LD\|STRIP\)/d' \
 		-e 's/(LD)/(CC)/g' \
 		-e '/man1/s/1/6/g' \
+		-e '/CFLAGS.*=/d' \
 		Makefile.linux > Makefile || die
 	mv doc/wizznic.1 doc/wizznic.6 || die
 	sed -i \


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wizznic/
@ 2016-03-31  6:52 Michael Sterrett
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-03-31  6:52 UTC (permalink / raw
  To: gentoo-commits

commit:     52df6e22e527691d69f7e68237868db1913f2c0c
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 06:51:49 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 06:52:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52df6e22

games-puzzle/wizznic: version bump

Package-Manager: portage-2.2.26

 games-puzzle/wizznic/Manifest           |  1 +
 games-puzzle/wizznic/wizznic-369.ebuild | 50 +++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/games-puzzle/wizznic/Manifest b/games-puzzle/wizznic/Manifest
index 8ebc31b..5a9e1e5 100644
--- a/games-puzzle/wizznic/Manifest
+++ b/games-puzzle/wizznic/Manifest
@@ -1 +1,2 @@
 DIST Wizznic_src_build_306.tar.bz2 37019286 SHA256 864b51e20f97b918950d20631c8498e44ea55b8a79a64041ae60b73fa9a5926d SHA512 499b43bf8d1fe4b187e0a3c1f186fbd629ae7a7b3fa993d581b4db2a7f5025d44381f001fe5f3ca769d882040c4ae07d30f53025f119502cfa6f5a97e109ae54 WHIRLPOOL 6fd49bb67dd76a3ac7f8528a98961f1723fd097e9d8bb327edba34d921a711841f5a40c1788ddfc8e3db1ece1c1e0054054002deb462abb80c1e226055dac7f4
+DIST Wizznic_src_build_369.tar.bz2 38118227 SHA256 8eac5fbdfdeae70f22cde84eea4c57ab9576e99db3d38b75aae795d32f64dee5 SHA512 61c6ced873403bbd14e8c376321ae0c92a7333bb59409615de1e1305da3e4b3cb023af36e002d732877fd1371a322796df3e4050e5afe699e03f01039d7f7ead WHIRLPOOL f9a40898a8c830fa55b1fb278baa0d9dcf874427ea2b7216d0ec10e4334936c979cafd61f6e4551d351c4f97803f0ce47ecbf2b061e641c2cb1142ddec956f84

diff --git a/games-puzzle/wizznic/wizznic-369.ebuild b/games-puzzle/wizznic/wizznic-369.ebuild
new file mode 100644
index 0000000..55b1dc6
--- /dev/null
+++ b/games-puzzle/wizznic/wizznic-369.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils games
+
+DESCRIPTION="Block-clearing puzzle game"
+HOMEPAGE="http://wizznic.org/"
+SRC_URI="mirror://sourceforge/wizznic/Wizznic_src_build_${PV}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl[sound,joystick,opengl,video]
+	media-libs/sdl-image[png]
+	media-libs/sdl-mixer[vorbis]
+	virtual/opengl"
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/Wizznic_src_build_${PV}
+
+src_prepare() {
+	sed \
+		-e '/^\(CC\|LD\|STRIP\)/d' \
+		-e 's/(LD)/(CC)/g' \
+		-e '/CFLAGS.*=/d' \
+		Makefile.linux > Makefile || die
+}
+
+src_compile() {
+	emake \
+		DATADIR="${GAMES_DATADIR}/${PN}/" \
+		BINDIR="${GAMES_BINDIR}" \
+		STRIP=true
+}
+
+src_install() {
+	emake \
+		DESTDIR="${D}" \
+		DATADIR="${GAMES_DATADIR}/${PN}/" \
+		BINDIR="${GAMES_BINDIR}" \
+		install
+	dodoc doc/{changelog.txt,credits.txt,media-licenses.txt,ports.txt,readme.txt}
+	newicon data/wmicon.png ${PN}.png
+	make_desktop_entry wizznic "Wizznic!"
+	prepgamesdirs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wizznic/
@ 2016-03-31  6:52 Michael Sterrett
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-03-31  6:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2a36e8a2916d844db20a7d5a70e765bf2f1e5020
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 06:51:07 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 06:52:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a36e8a2

games-puzzle/wizznic: build with gcc5 (bug #574100); update HOMEPAGE

Package-Manager: portage-2.2.26

 games-puzzle/wizznic/wizznic-306.ebuild | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/games-puzzle/wizznic/wizznic-306.ebuild b/games-puzzle/wizznic/wizznic-306.ebuild
index 2463eaf..a79e8fe 100644
--- a/games-puzzle/wizznic/wizznic-306.ebuild
+++ b/games-puzzle/wizznic/wizznic-306.ebuild
@@ -1,22 +1,23 @@
-# Copyright 1999-2015 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="Block-clearing puzzle game"
-HOMEPAGE="http://wizznic.sourceforge.net/"
+HOMEPAGE="http://wizznic.org/"
 SRC_URI="mirror://sourceforge/wizznic/Wizznic_src_build_${PV}.tar.bz2"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="media-libs/libsdl[sound,joystick,video]
+DEPEND="media-libs/libsdl[sound,joystick,opengl,video]
 	media-libs/sdl-image[png]
-	media-libs/sdl-mixer[vorbis]"
+	media-libs/sdl-mixer[vorbis]
+	virtual/opengl"
 RDEPEND=${DEPEND}
 
 S=${WORKDIR}/Wizznic_src_build_${PV}
@@ -32,6 +33,7 @@ src_prepare() {
 	sed -i \
 		-e '/Dt WIZZNIC/s/1/6/' \
 		doc/wizznic.6 || die
+	append-cflags -std=gnu89 # build with gcc5 (bug #574100)
 }
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wizznic/
@ 2016-05-13 14:51 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2016-05-13 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     57c3d9edd76e7e5331343740eafd3feba9d183f4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 14:49:43 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 13 14:49:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c3d9ed

games-puzzle/wizznic: amd64 stable wrt bug #581776

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-puzzle/wizznic/wizznic-369.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/wizznic/wizznic-369.ebuild b/games-puzzle/wizznic/wizznic-369.ebuild
index 55b1dc6..fbf55dd 100644
--- a/games-puzzle/wizznic/wizznic-369.ebuild
+++ b/games-puzzle/wizznic/wizznic-369.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wizznic/Wizznic_src_build_${PV}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="media-libs/libsdl[sound,joystick,opengl,video]


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wizznic/
@ 2024-06-17 21:46 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2024-06-17 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ad6249508c55cd62ba365120dc38d52c08ec0ffa
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 21:45:48 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 21:45:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad624950

games-puzzle/wizznic: Bump to 400, fix prefix, make OpenGL optional, EAPI 8

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-puzzle/wizznic/Manifest              |  2 +-
 games-puzzle/wizznic/wizznic-369-r1.ebuild | 49 ------------------------------
 games-puzzle/wizznic/wizznic-400.ebuild    | 48 +++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 50 deletions(-)

diff --git a/games-puzzle/wizznic/Manifest b/games-puzzle/wizznic/Manifest
index 4c6d2ef908ab..9af9e7111b55 100644
--- a/games-puzzle/wizznic/Manifest
+++ b/games-puzzle/wizznic/Manifest
@@ -1 +1 @@
-DIST Wizznic_src_build_369.tar.bz2 38118227 BLAKE2B 2d48a53ab715a25b7f1b2c4e8c01935084cd44a99e1a6ded6c421f507f55961e8ebe5df6ea2b912c1be8ee8a82285376673114f3af0c1df9ec0ae1042e2f6145 SHA512 61c6ced873403bbd14e8c376321ae0c92a7333bb59409615de1e1305da3e4b3cb023af36e002d732877fd1371a322796df3e4050e5afe699e03f01039d7f7ead
+DIST Wizznic_src_build_400.tar.bz2 38064791 BLAKE2B b80f1c3b49618b05a274ed8c29306d7e2ecaac599c5bcef881f10fcb5844e542b0125380fd359e25def195cca29b24aa4550fb48999b797171bcc65038a7ef43 SHA512 bdbfabebf9aedcb81b5e01e9580c27e644a652351de1384839e5013598202e7c74c7a72e571a99193184a0689e89a1170dc18ca70e1e4107a83a5572992ca73a

diff --git a/games-puzzle/wizznic/wizznic-369-r1.ebuild b/games-puzzle/wizznic/wizznic-369-r1.ebuild
deleted file mode 100644
index e1446c75a01f..000000000000
--- a/games-puzzle/wizznic/wizznic-369-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop
-
-DESCRIPTION="Block-clearing puzzle game"
-HOMEPAGE="http://wizznic.org/"
-SRC_URI="https://downloads.sourceforge.net/wizznic/Wizznic_src_build_${PV}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,joystick,opengl,video]
-	media-libs/sdl-image[png]
-	media-libs/sdl-mixer[vorbis]
-	virtual/opengl"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/Wizznic_src_build_${PV}"
-
-src_prepare() {
-	default
-	sed \
-		-e '/^\(CC\|LD\|STRIP\)/d' \
-		-e 's/(LD)/(CC)/g' \
-		-e '/CFLAGS.*=/d' \
-		Makefile.linux > Makefile || die
-}
-
-src_compile() {
-	emake \
-		DATADIR="/usr/share/${PN}/" \
-		BINDIR="/usr/bin" \
-		STRIP=true
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		DATADIR="/usr/share/${PN}/" \
-		BINDIR="/usr/bin" \
-		install
-	dodoc doc/{changelog.txt,credits.txt,media-licenses.txt,ports.txt,readme.txt}
-	newicon data/wmicon.png ${PN}.png
-	make_desktop_entry wizznic "Wizznic!"
-}

diff --git a/games-puzzle/wizznic/wizznic-400.ebuild b/games-puzzle/wizznic/wizznic-400.ebuild
new file mode 100644
index 000000000000..9e5e1d49a3c8
--- /dev/null
+++ b/games-puzzle/wizznic/wizznic-400.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop toolchain-funcs xdg
+
+DESCRIPTION="Block-clearing puzzle game"
+HOMEPAGE="http://wizznic.org/"
+SRC_URI="https://downloads.sourceforge.net/wizznic/Wizznic_src_build_${PV}.tar.bz2"
+S="${WORKDIR}/Wizznic_src_build_${PV}"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="opengl"
+
+DEPEND="
+	media-libs/libsdl[sound,joystick,opengl?,video]
+	media-libs/sdl-image[png]
+	media-libs/sdl-mixer[vorbis]
+	opengl? ( media-libs/libglvnd[X] )
+"
+
+RDEPEND="
+	${DEPEND}
+"
+
+src_compile() {
+	emake -f Makefile.linux \
+		DATADIR="${EPREFIX}/usr/share/${PN}/" \
+		WITH_OPENGL=$(usex opengl true false) \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} -Wall -std=c99" \
+		LDFLAGS="${LDFLAGS}" \
+		STRIP=true
+}
+
+src_install() {
+	emake -f Makefile.linux \
+		DESTDIR="${ED}" \
+		DATADIR="/usr/share/${PN}/" \
+		BINDIR="/usr/bin" \
+		install
+
+	dodoc doc/{changelog,credits,media-licenses,ports,readme}.txt
+	newicon -s 32 data/wmicon.png ${PN}.png
+	make_desktop_entry ${PN} ${PN^}
+}


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

end of thread, other threads:[~2024-06-17 21:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 21:46 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wizznic/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2016-05-13 14:51 Agostino Sarubbo
2016-03-31  6:52 Michael Sterrett
2016-03-31  6:52 Michael Sterrett
2016-01-18 15:41 Michael Sterrett

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