public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2018-04-14 21:39 Pacho Ramos
  0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2018-04-14 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     dd4026eb5d14e5a4ef4fe83866bbef213f7000ed
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 14 21:19:39 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 14 21:38:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4026eb

games-puzzle/pingus: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-puzzle/pingus/pingus-0.7.6.ebuild | 56 ---------------------------------
 1 file changed, 56 deletions(-)

diff --git a/games-puzzle/pingus/pingus-0.7.6.ebuild b/games-puzzle/pingus/pingus-0.7.6.ebuild
deleted file mode 100644
index f5f3d77af9f..00000000000
--- a/games-puzzle/pingus/pingus-0.7.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils scons-utils toolchain-funcs flag-o-matic games
-
-DESCRIPTION="free Lemmings clone"
-HOMEPAGE="http://pingus.seul.org/"
-SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="opengl music"
-
-RDEPEND="media-libs/libsdl[joystick,opengl?,video]
-	media-libs/sdl-image[png]
-	media-libs/sdl-mixer
-	music? ( media-libs/sdl-mixer[mod] )
-	opengl? ( virtual/opengl )
-	media-libs/libpng:0=
-	dev-libs/boost:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-noopengl.patch
-	"${FILESDIR}"/${P}-gcc47.patch
-	"${FILESDIR}"/${P}-echo-e.patch
-)
-
-src_prepare() {
-	strip-flags
-	epatch "${PATCHES[@]}"
-}
-
-src_compile() {
-	escons \
-		CXX="$(tc-getCXX)" \
-		CCFLAGS="${CXXFLAGS}" \
-		LINKFLAGS="${LDFLAGS}" \
-		$(use_scons opengl with_opengl)
-}
-
-src_install() {
-	emake install-exec install-data \
-		DESTDIR="${D}" \
-		PREFIX="/usr" \
-		DATADIR="${GAMES_DATADIR}/${PN}" \
-		BINDIR="${GAMES_BINDIR}"
-	doman doc/man/pingus.6
-	doicon data/images/icons/pingus.svg
-	make_desktop_entry ${PN} Pingus
-	dodoc AUTHORS NEWS README TODO
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2018-05-11 20:39 James Le Cuirot
  0 siblings, 0 replies; 12+ messages in thread
From: James Le Cuirot @ 2018-05-11 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     4b8251f0e5f50a2cc44e99d612f069e8522a12ac
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri May 11 12:43:30 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri May 11 20:38:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8251f0

games-puzzle/pingus: use HTTPS

 games-puzzle/pingus/pingus-0.7.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild b/games-puzzle/pingus/pingus-0.7.6-r1.ebuild
index 968fa1f3342..e23d02f4daf 100644
--- a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild
+++ b/games-puzzle/pingus/pingus-0.7.6-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit scons-utils toolchain-funcs flag-o-matic xdg-utils
 
 DESCRIPTION="free Lemmings clone"
-HOMEPAGE="http://pingus.seul.org/"
+HOMEPAGE="https://pingus.seul.org"
 SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2"
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2019-04-13 22:44 Pacho Ramos
  0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2019-04-13 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9962009680d0629f53de71ce7314bef5ebd1b8e3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 22:27:34 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 22:44:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99620096

games-puzzle/pingus: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-puzzle/pingus/pingus-0.7.6-r1.ebuild | 62 ------------------------------
 1 file changed, 62 deletions(-)

diff --git a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild b/games-puzzle/pingus/pingus-0.7.6-r1.ebuild
deleted file mode 100644
index e23d02f4daf..00000000000
--- a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit scons-utils toolchain-funcs flag-o-matic xdg-utils
-
-DESCRIPTION="free Lemmings clone"
-HOMEPAGE="https://pingus.seul.org"
-SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="opengl music"
-
-RDEPEND="media-libs/libsdl[joystick,opengl?,video]
-	media-libs/sdl-image[png]
-	media-libs/sdl-mixer
-	music? ( media-libs/sdl-mixer[mod] )
-	opengl? ( virtual/opengl )
-	media-libs/libpng:0=
-	dev-libs/boost:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-noopengl.patch
-	"${FILESDIR}"/${P}-gcc47.patch
-	"${FILESDIR}"/${P}-echo-e.patch
-	"${FILESDIR}"/${P}-gcc7.patch
-)
-
-src_prepare() {
-	default
-	strip-flags
-}
-
-src_compile() {
-	escons \
-		CXX="$(tc-getCXX)" \
-		CCFLAGS="${CXXFLAGS}" \
-		LINKFLAGS="${LDFLAGS}" \
-		with_opengl=$(usex opengl 1 0)
-}
-
-src_install() {
-	emake install-exec install-data \
-		DESTDIR="${D}" \
-		PREFIX="/usr"
-	doman doc/man/pingus.6
-	doicon data/images/icons/pingus.svg
-	make_desktop_entry ${PN} Pingus
-	dodoc AUTHORS NEWS README TODO
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2020-02-01 21:35 Bernard Cafarelli
  0 siblings, 0 replies; 12+ messages in thread
From: Bernard Cafarelli @ 2020-02-01 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5cc2dfe430dcc1e24ef6eafc3f44ccd0391021fc
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 21:34:54 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 21:35:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc2dfe4

games-puzzle/pingus: use xdg eclass to also sync icon info

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 games-puzzle/pingus/pingus-9999.ebuild | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/games-puzzle/pingus/pingus-9999.ebuild b/games-puzzle/pingus/pingus-9999.ebuild
index ad3f83ccf4f..ed8a17de28a 100644
--- a/games-puzzle/pingus/pingus-9999.ebuild
+++ b/games-puzzle/pingus/pingus-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit cmake toolchain-funcs flag-o-matic xdg-utils
+inherit cmake toolchain-funcs flag-o-matic xdg
 
 DESCRIPTION="free Lemmings clone"
 HOMEPAGE="http://pingus.gitlab.io/"
@@ -40,11 +40,3 @@ src_prepare() {
 	cmake_src_prepare
 	strip-flags
 }
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2020-08-17 17:20 Pacho Ramos
  0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2020-08-17 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     709c71a9ffa487f9ca1386845db934136642d7c3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 17:18:23 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 17:18:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709c71a9

games-puzzle/pingus: Drop old

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-puzzle/pingus/pingus-0.7.6-r2.ebuild | 63 ------------------------------
 1 file changed, 63 deletions(-)

diff --git a/games-puzzle/pingus/pingus-0.7.6-r2.ebuild b/games-puzzle/pingus/pingus-0.7.6-r2.ebuild
deleted file mode 100644
index 7a222f34d4f..00000000000
--- a/games-puzzle/pingus/pingus-0.7.6-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit scons-utils toolchain-funcs flag-o-matic xdg-utils
-
-DESCRIPTION="free Lemmings clone"
-HOMEPAGE="https://pingus.seul.org"
-SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="opengl music"
-
-RDEPEND="media-libs/libsdl[joystick,opengl?,video]
-	media-libs/sdl-image[png]
-	media-libs/sdl-mixer
-	music? ( media-libs/sdl-mixer[mod] )
-	opengl? ( virtual/opengl )
-	media-libs/libpng:0=
-	dev-libs/boost:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-noopengl.patch
-	"${FILESDIR}"/${P}-gcc47.patch
-	"${FILESDIR}"/${P}-echo-e.patch
-	"${FILESDIR}"/${P}-gcc7.patch
-	"${FILESDIR}"/${P}-boost_signals2.patch
-)
-
-src_prepare() {
-	default
-	strip-flags
-}
-
-src_compile() {
-	escons \
-		CXX="$(tc-getCXX)" \
-		CCFLAGS="${CXXFLAGS}" \
-		LINKFLAGS="${LDFLAGS}" \
-		with_opengl=$(usex opengl 1 0)
-}
-
-src_install() {
-	emake install-exec install-data \
-		DESTDIR="${D}" \
-		PREFIX="/usr"
-	doman doc/man/pingus.6
-	doicon data/images/icons/pingus.svg
-	make_desktop_entry ${PN} Pingus
-	dodoc AUTHORS NEWS README TODO
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2021-04-12  2:31 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-04-12  2:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f7036fb376e6a96055760ffe4cd1ca0676c49118
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 01:42:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 02:30:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7036fb3

games-puzzle/pingus: toolchain-funcs--

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-puzzle/pingus/pingus-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/pingus/pingus-9999.ebuild b/games-puzzle/pingus/pingus-9999.ebuild
index a69c1c22fc7..b0083c14fd5 100644
--- a/games-puzzle/pingus/pingus-9999.ebuild
+++ b/games-puzzle/pingus/pingus-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit cmake toolchain-funcs flag-o-matic xdg
+inherit cmake flag-o-matic xdg
 
 DESCRIPTION="free Lemmings clone"
 HOMEPAGE="https://pingus.gitlab.io/"


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2022-02-12  2:04 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2022-02-12  2:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fc627dacb373eef4533fa16fb9750835eeae8697
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 01:12:10 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 01:54:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc627dac

games-puzzle/pingus: enable py3.10 + respect EPREFIX

Unfortunately still no release upstream to remove scons (and
live isn't in best state for a snapshot, broken with current
libfmt and need to handle many submodules).

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-puzzle/pingus/pingus-0.7.6-r3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-puzzle/pingus/pingus-0.7.6-r3.ebuild b/games-puzzle/pingus/pingus-0.7.6-r3.ebuild
index 1b6acb9e7d83..1318ebeae323 100644
--- a/games-puzzle/pingus/pingus-0.7.6-r3.ebuild
+++ b/games-puzzle/pingus/pingus-0.7.6-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit desktop flag-o-matic python-any-r1 scons-utils toolchain-funcs xdg
 
 DESCRIPTION="Free Lemmings clone"
@@ -52,7 +52,7 @@ src_compile() {
 src_install() {
 	emake install-exec install-data \
 		DESTDIR="${D}" \
-		PREFIX="/usr"
+		PREFIX="${EPREFIX}"/usr
 	doman doc/man/pingus.6
 	doicon data/images/icons/pingus.svg
 	make_desktop_entry ${PN} Pingus


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2023-02-16  7:39 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2023-02-16  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     08efb38659779f40aa9ec3bc79ce9216dd13a84f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 05:31:08 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 07:29:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08efb386

games-puzzle/pingus: EAPI7->8, enable py3.11

scons junk seems to work 3.11 still, ebuild could need
more attention but given upstream has removed scons it's
likely not worth spending time on (then again, it may be
a long time before a release still, development seem to
have slowed down).

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 .../{pingus-0.7.6-r3.ebuild => pingus-0.7.6-r4.ebuild}   | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/games-puzzle/pingus/pingus-0.7.6-r3.ebuild b/games-puzzle/pingus/pingus-0.7.6-r4.ebuild
similarity index 90%
rename from games-puzzle/pingus/pingus-0.7.6-r3.ebuild
rename to games-puzzle/pingus/pingus-0.7.6-r4.ebuild
index 4ab22971d918..3efc2e7eeb36 100644
--- a/games-puzzle/pingus/pingus-0.7.6-r3.ebuild
+++ b/games-puzzle/pingus/pingus-0.7.6-r4.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit desktop flag-o-matic python-any-r1 scons-utils toolchain-funcs xdg
 
 DESCRIPTION="Free Lemmings clone"
@@ -16,13 +16,13 @@ KEYWORDS="~amd64 ~x86"
 IUSE="opengl music"
 
 RDEPEND="
+	dev-libs/boost:=
+	media-libs/libpng:=
 	media-libs/libsdl[joystick,opengl?,video]
 	media-libs/sdl-image[png]
 	media-libs/sdl-mixer
 	music? ( media-libs/sdl-mixer[mod] )
-	opengl? ( virtual/opengl )
-	media-libs/libpng:0=
-	dev-libs/boost:=
+	opengl? ( media-libs/libglvnd[X] )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
@@ -36,12 +36,8 @@ PATCHES=(
 	"${FILESDIR}"/${P}-python3.patch
 )
 
-src_prepare() {
-	xdg_src_prepare
-	strip-flags
-}
-
 src_compile() {
+	strip-flags
 	escons \
 		CXX="$(tc-getCXX)" \
 		CCFLAGS="${CXXFLAGS}" \


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2023-02-16  7:39 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2023-02-16  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     261e997d3b0b0f9421e4088579f30c09bfe80684
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 06:00:26 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 07:29:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261e997d

games-puzzle/pingus: drop broken live ebuild

- nonsense with misnamed .gitmodules
- broken with current libfmt
- broken with either gcc12 or current boost (unsure, missing headers)
(perhaps more given haven't tried to go beyond that)

Meant to do a snapshot before if situation improves (worked but was
still kind of messy / mid-development), but that does not seem to be
a good time still. Unfortunate given this would migrate to SDL2 and
get rid of scons.

Could re-add if it builds again without having to patch downstream.

Old sdl1 pingus still works somehow.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-puzzle/pingus/pingus-9999.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/games-puzzle/pingus/pingus-9999.ebuild b/games-puzzle/pingus/pingus-9999.ebuild
deleted file mode 100644
index 86efbe6553a5..000000000000
--- a/games-puzzle/pingus/pingus-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg cmake git-r3
-
-DESCRIPTION="Free Lemmings clone"
-HOMEPAGE="https://pingus.gitlab.io/"
-EGIT_REPO_URI="https://gitlab.com/pingus/pingus.git"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-	dev-libs/jsoncpp:=
-	dev-libs/libfmt:=
-	dev-libs/libsigc++:2
-	media-libs/libmodplug
-	media-libs/libpng:=
-	media-libs/libsdl2[joystick,opengl,video]
-	media-libs/libvorbis
-	media-libs/openal
-	media-libs/opusfile
-	media-libs/sdl2-image[jpeg,png]
-	media-sound/mpg123
-	virtual/opengl"
-DEPEND="
-	${RDEPEND}
-	dev-libs/boost
-	media-libs/glm"


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2023-02-16  7:39 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2023-02-16  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     fe1991c47ebaaf6a817aec7de1018026a4e4f3ee
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 06:32:12 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 07:29:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1991c4

games-puzzle/pingus: update upstream metadata with gitlab

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-puzzle/pingus/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/pingus/metadata.xml b/games-puzzle/pingus/metadata.xml
index 9c99fd275b97..79367cecc54e 100644
--- a/games-puzzle/pingus/metadata.xml
+++ b/games-puzzle/pingus/metadata.xml
@@ -16,7 +16,7 @@ influence them by giving them commands, like build a bridge, dig a hole or redir
 animals in the other direction. The goal of each level is to reach the exit, for fix
 multiple combination of commands are necessary. The game is presented in a 2D site view.</longdescription>
 	<upstream>
-		<remote-id type="google-code">pingus</remote-id>
+		<remote-id type="gitlab">pingus/pingus</remote-id>
 	</upstream>
 	<use>
 		<flag name="music">Enable playing of background music</flag>


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2024-05-04 17:39 Pacho Ramos
  0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2024-05-04 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e6b1f926a1532107b007ece3c2f7ede18e954e50
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 17:19:37 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May  4 17:38:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b1f926

games-puzzle/pingus: enable py3.12

Closes: https://bugs.gentoo.org/929592
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-puzzle/pingus/pingus-0.7.6-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/pingus/pingus-0.7.6-r5.ebuild b/games-puzzle/pingus/pingus-0.7.6-r5.ebuild
index 11f6cb1c5cb1..0e31967af72e 100644
--- a/games-puzzle/pingus/pingus-0.7.6-r5.ebuild
+++ b/games-puzzle/pingus/pingus-0.7.6-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit desktop flag-o-matic python-any-r1 scons-utils toolchain-funcs xdg
 
 DESCRIPTION="Free Lemmings clone"


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/
@ 2024-08-11 11:39 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2024-08-11 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     2cceea3d9730a835aac7560357c8185f9745ece4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:37:16 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:39:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cceea3d

games-puzzle/pingus: update LICENSE

Closes: https://bugs.gentoo.org/937748
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 games-puzzle/pingus/pingus-0.7.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/pingus/pingus-0.7.6-r5.ebuild b/games-puzzle/pingus/pingus-0.7.6-r5.ebuild
index 0e31967af72e..80d8be7a1c2b 100644
--- a/games-puzzle/pingus/pingus-0.7.6-r5.ebuild
+++ b/games-puzzle/pingus/pingus-0.7.6-r5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Free Lemmings clone"
 HOMEPAGE="https://pingus.gitlab.io/"
 SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+ GPL-2+ ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="opengl music"


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

end of thread, other threads:[~2024-08-11 11:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-11 20:39 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2024-08-11 11:39 Ulrich Müller
2024-05-04 17:39 Pacho Ramos
2023-02-16  7:39 Ionen Wolkens
2023-02-16  7:39 Ionen Wolkens
2023-02-16  7:39 Ionen Wolkens
2022-02-12  2:04 Ionen Wolkens
2021-04-12  2:31 Sam James
2020-08-17 17:20 Pacho Ramos
2020-02-01 21:35 Bernard Cafarelli
2019-04-13 22:44 Pacho Ramos
2018-04-14 21:39 Pacho Ramos

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