public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/penguzzle/
@ 2017-11-25 14:39 Patrick Lauer
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6d52e3bcafc0e18ca8be6995510b096fac936990
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:29:41 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:39:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d52e3bc

games-puzzle/penguzzle: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-puzzle/penguzzle/penguzzle-1.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-puzzle/penguzzle/penguzzle-1.0-r1.ebuild b/games-puzzle/penguzzle/penguzzle-1.0-r1.ebuild
index 7dfc3716a0c..ed926fa4a95 100644
--- a/games-puzzle/penguzzle/penguzzle-1.0-r1.ebuild
+++ b/games-puzzle/penguzzle/penguzzle-1.0-r1.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=5
 inherit eutils games
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/penguzzle/
@ 2019-08-18 11:42 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2019-08-18 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     5ebcff45bc0d3c14f82275f9ea962b87c19ec0f1
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 11:41:07 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 11:41:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ebcff45

games-puzzle/penguzzle: Port to EAPI 7

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-puzzle/penguzzle/Manifest                |  2 +-
 games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/games-puzzle/penguzzle/Manifest b/games-puzzle/penguzzle/Manifest
index 5c85fe7efb5..51af7ed5adc 100644
--- a/games-puzzle/penguzzle/Manifest
+++ b/games-puzzle/penguzzle/Manifest
@@ -1 +1 @@
-DIST penguzzle.zip 21542 BLAKE2B d8f7de3c4ddac7c05aef1fafd04da81a00a22f246adaa0165dd491bf818081b3f384421f7786b4353e1d889e651568d2d10e64531573bce0636824dafbb4ace8 SHA512 fc6c57ac851df7fac7d91f90ec53fa543470e9721589966023028743951090994c372ff4538092c29aee12afc28809ad6e20a6b78ae9759bad2b41fed330b743
+DIST penguzzle-1.0.zip 21542 BLAKE2B d8f7de3c4ddac7c05aef1fafd04da81a00a22f246adaa0165dd491bf818081b3f384421f7786b4353e1d889e651568d2d10e64531573bce0636824dafbb4ace8 SHA512 fc6c57ac851df7fac7d91f90ec53fa543470e9721589966023028743951090994c372ff4538092c29aee12afc28809ad6e20a6b78ae9759bad2b41fed330b743

diff --git a/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild b/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild
index 54cc98723ec..3a8cc429373 100644
--- a/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild
+++ b/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit desktop
 
 DESCRIPTION="Tcl/Tk variant of the well-known 15-puzzle game"
 HOMEPAGE="http://www.naskita.com/linux/penguzzle/penguzzle.shtml"
-SRC_URI="http://www.naskita.com/linux/${PN}/${PN}.zip"
+SRC_URI="http://www.naskita.com/linux/${PN}/${PN}.zip -> ${P}.zip"
 
 LICENSE="penguzzle"
 SLOT="0"
@@ -15,9 +16,8 @@ IUSE=""
 
 RDEPEND="
 	dev-lang/tk:0=
-	dev-tcltk/tclx
-"
-DEPEND="app-arch/unzip"
+	dev-tcltk/tclx"
+BDEPEND="app-arch/unzip"
 
 S="${WORKDIR}/${PN}${PV}"
 
@@ -36,14 +36,14 @@ src_prepare() {
 }
 
 src_install() {
+	dobin bin/${PN}
+
 	insinto /usr/share/${PN}
 	doins images/img0.gif
 
-	insinto /usr/"$(get_libdir)"/${PN}
+	insinto /usr/$(get_libdir)/${PN}
 	doins lib/init
 
-	dobin bin/${PN}
-
 	newicon images/img0.gif ${PN}.gif
 	make_desktop_entry ${PN} "Penguzzle" /usr/share/pixmaps/${PN}.gif
 


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

end of thread, other threads:[~2019-08-18 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-18 11:42 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/penguzzle/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2017-11-25 14:39 Patrick Lauer

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