public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pipepanic/
@ 2021-04-02 14:04 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-02 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     4c2f358bdc4d3aea7b0b0e0d350a7323572b11bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 09:00:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  2 14:04:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2f358b

games-puzzle/pipepanic: fix RDEPEND typo

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

 ...{pipepanic-0.1.3-r1.ebuild => pipepanic-0.1.3-r2.ebuild} | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild b/games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild
similarity index 84%
rename from games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild
rename to games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild
index bc849e72427..12646582091 100644
--- a/games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild
+++ b/games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit desktop
 
 DESCRIPTION="A simple pipe connecting game"
 HOMEPAGE="http://www.users.waitrose.com/~thunor/pipepanic/"
 SRC_URI="http://www.users.waitrose.com/~thunor/pipepanic/dload/${P}-source.tar.gz"
+S="${WORKDIR}"/${P}-source
 
 LICENSE="GPL-2 FreeArt"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="media-libs/libsdl[video]"
-RDEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P}-source"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	default
@@ -29,9 +28,9 @@ src_prepare() {
 }
 
 src_install() {
-	dobin "${PN}"
+	dobin ${PN}
 
-	insinto "/usr/share/${PN}"
+	insinto /usr/share/${PN}
 	doins *.bmp
 	newicon PipepanicIcon64.png ${PN}.png
 	make_desktop_entry ${PN} "Pipepanic"


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pipepanic/
@ 2021-05-19 21:07 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2021-05-19 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     fd2fc6cfc37069da0815c62388a6f2e9c4abecd1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 11:25:44 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed May 19 21:07:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2fc6cf

games-puzzle/pipepanic: License FreeArt renamed to Free-Art-1.2

Also GPL-2+ instead of GPL-2.

Bug: https://bugs.gentoo.org/693516
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../pipepanic/{pipepanic-0.1.3-r2.ebuild => pipepanic-0.1.3-r3.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild b/games-puzzle/pipepanic/pipepanic-0.1.3-r3.ebuild
similarity index 96%
rename from games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild
rename to games-puzzle/pipepanic/pipepanic-0.1.3-r3.ebuild
index 12646582091..f4ce26581c8 100644
--- a/games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild
+++ b/games-puzzle/pipepanic/pipepanic-0.1.3-r3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.users.waitrose.com/~thunor/pipepanic/"
 SRC_URI="http://www.users.waitrose.com/~thunor/pipepanic/dload/${P}-source.tar.gz"
 S="${WORKDIR}"/${P}-source
 
-LICENSE="GPL-2 FreeArt"
+LICENSE="GPL-2+ Free-Art-1.2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pipepanic/
@ 2023-07-02  1:43 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2023-07-02  1:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c3890ad4e41444be259b648408a63f19a8c9192f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 27 17:21:05 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 01:34:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3890ad4

games-puzzle/pipepanic: EAPI8 bump, fix calling cc directly

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31645
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-puzzle/pipepanic/pipepanic-0.1.3-r3.ebuild | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/games-puzzle/pipepanic/pipepanic-0.1.3-r3.ebuild b/games-puzzle/pipepanic/pipepanic-0.1.3-r3.ebuild
index f4ce26581c82..354533d21c0c 100644
--- a/games-puzzle/pipepanic/pipepanic-0.1.3-r3.ebuild
+++ b/games-puzzle/pipepanic/pipepanic-0.1.3-r3.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit desktop
+inherit desktop toolchain-funcs
 
-DESCRIPTION="A simple pipe connecting game"
+DESCRIPTION="Simple pipe connecting game"
 HOMEPAGE="http://www.users.waitrose.com/~thunor/pipepanic/"
 SRC_URI="http://www.users.waitrose.com/~thunor/pipepanic/dload/${P}-source.tar.gz"
-S="${WORKDIR}"/${P}-source
+S="${WORKDIR}/${P}-source"
 
 LICENSE="GPL-2+ Free-Art-1.2"
 SLOT="0"
@@ -23,8 +23,12 @@ src_prepare() {
 	# change harcoded data paths to match the install directory
 	sed -i \
 		-e "s:/opt/QtPalmtop/share/pipepanic/:/usr/share/${PN}/:" \
-		main.h \
-		|| die "sed failed"
+		main.h || die "sed failed"
+}
+
+src_compile() {
+	tc-export CC
+	default
 }
 
 src_install() {


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

end of thread, other threads:[~2023-07-02  1:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02  1:43 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pipepanic/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2021-05-19 21:07 Ulrich Müller
2021-04-02 14:04 Sam James

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