Skip to content

Commit

Permalink
games-misc/gtklife: Bump to 5.2, drop old 5.1, EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Jun 14, 2020
1 parent 43df11c commit 21f9048
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 31 deletions.
2 changes: 1 addition & 1 deletion games-misc/gtklife/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST gtklife-5.1.tar.gz 809542 BLAKE2B 379f2f69c9fdc55dbc48d62b7659dacf9070c561a6765e9f3b6656e11542d94e2b4214708fd92aae4a560cd5a8d93d5c3cc4f119c7fb95dd561b487090897f19 SHA512 b80a2f0fc41583c2905e84e00baf689870c22262a55af25dfc2fe9e914d214f9c01b6800125e68516b63067005d25338ee7edf0c63ee37327479411693840025
DIST gtklife-5.2.tar.gz 808937 BLAKE2B c6eb8e8fac94db2872a83060ed1b5fc96bb097dc2e43e90b0b82acdc65e36774e9e655a4cd523693cbe6f0d8bf8646b3fbd3fa7ea4fc01e9d60b5173d1199be9 SHA512 3c40368fbfbf3092c5f8976ed797858a50d67044c5ef029ff52aab911d04899e3f09f564c883905fa23ee5b3c313ef129094affe533e6fc795071f5a18bca3e5
20 changes: 0 additions & 20 deletions games-misc/gtklife/files/gtklife-5.1-link.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils
EAPI=7

inherit desktop xdg

DESCRIPTION="A Conway's Life simulator for Unix"
HOMEPAGE="http://ironphoenix.org/tril/gtklife/"
Expand All @@ -11,18 +12,19 @@ SRC_URI="http://ironphoenix.org/tril/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE=""

RDEPEND="
dev-libs/glib:2
x11-libs/gtk+:2
x11-libs/libX11"
DEPEND="${RDEPEND}
virtual/pkgconfig"

PATCHES=(
"${FILESDIR}"/${P}-link.patch
)
DEPEND="
${RDEPEND}
"

BDEPEND="
virtual/pkgconfig
"

src_configure() {
econf \
Expand All @@ -36,7 +38,7 @@ src_install() {
insinto /usr/share/${PN}
doins -r graphics patterns

newicon icon_48x48.png ${PN}.png
newicon -s 48 icon_48x48.png ${PN}.png
make_desktop_entry ${PN} GtkLife

dodoc -r doc/*
Expand Down

0 comments on commit 21f9048

Please sign in to comment.