Skip to content

Commit

Permalink
games-puzzle/penguzzle: Port to EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Aug 18, 2019
1 parent efaad1c commit 5ebcff4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion games-puzzle/penguzzle/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST penguzzle.zip 21542 BLAKE2B d8f7de3c4ddac7c05aef1fafd04da81a00a22f246adaa0165dd491bf818081b3f384421f7786b4353e1d889e651568d2d10e64531573bce0636824dafbb4ace8 SHA512 fc6c57ac851df7fac7d91f90ec53fa543470e9721589966023028743951090994c372ff4538092c29aee12afc28809ad6e20a6b78ae9759bad2b41fed330b743
DIST penguzzle-1.0.zip 21542 BLAKE2B d8f7de3c4ddac7c05aef1fafd04da81a00a22f246adaa0165dd491bf818081b3f384421f7786b4353e1d889e651568d2d10e64531573bce0636824dafbb4ace8 SHA512 fc6c57ac851df7fac7d91f90ec53fa543470e9721589966023028743951090994c372ff4538092c29aee12afc28809ad6e20a6b78ae9759bad2b41fed330b743
18 changes: 9 additions & 9 deletions games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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}"

Expand All @@ -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

Expand Down

0 comments on commit 5ebcff4

Please sign in to comment.