[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/

2020-05-21 Thread Andreas Sturmlechner
commit: 7cad416af6279d27f13c83a5ff3a2f069115cba1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 21 19:16:34 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 21 19:21:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cad416a

games-board/simsu: 1.3.9 version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-board/simsu/Manifest   |  1 +
 games-board/simsu/simsu-1.3.9.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest
index b5bf182fdda..15e0e512f46 100644
--- a/games-board/simsu/Manifest
+++ b/games-board/simsu/Manifest
@@ -1 +1,2 @@
 DIST simsu-1.3.6-src.tar.bz2 597982 BLAKE2B 
acf13fe4e3e228cecc76a16352a4df06f14cf58307008f5679b63f1209b4cf191b28544ed3b002375afdf0de8cd92ce179f3cb367f9a5201099da99a806d60c5
 SHA512 
04e60ccab8345002078b7dbd253bc2a9701f9b8edbbdd9a01ac3ddffd9a5f3ccd32399216b9e497b309b6718646db11a55717e5bd201bfd2aaa80ad9b171cb94
+DIST simsu-1.3.9-src.tar.bz2 594107 BLAKE2B 
ac347f46bc80dd5045124e7a69668191f4996ac17e64b6da897f0bcdb66f10683944e8bc90a7c98a2000a9275b1925710938ef9ebc384a5b633de5e6c999b79c
 SHA512 
04f46850628c113bca9c44085e073966ecf10aa727112a630894821e378ce35c14502264560c27a85df02c0ea5761e3835501f4869625cd98f50bb0a5e7afeae

diff --git a/games-board/simsu/simsu-1.3.9.ebuild 
b/games-board/simsu/simsu-1.3.9.ebuild
new file mode 100644
index 000..788697df6d4
--- /dev/null
+++ b/games-board/simsu/simsu-1.3.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop qmake-utils xdg-utils
+
+DESCRIPTION="Basic sudoku game"
+HOMEPAGE="https://gottcode.org/simsu/;
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+"
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   dobin ${PN}
+   insinto /usr/share/${PN}/translations
+   doins translations/*qm
+   dodoc ChangeLog
+   doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
+   domenu icons/${PN}.desktop
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/

2020-05-21 Thread Andreas Sturmlechner
commit: b1040a47556af626d853454268b5baf39354cfd0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 21 19:17:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 21 19:21:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1040a47

games-board/simsu: Drop 1.3.6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-board/simsu/Manifest   |  1 -
 games-board/simsu/simsu-1.3.6.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest
index 15e0e512f46..53d17c4465d 100644
--- a/games-board/simsu/Manifest
+++ b/games-board/simsu/Manifest
@@ -1,2 +1 @@
-DIST simsu-1.3.6-src.tar.bz2 597982 BLAKE2B 
acf13fe4e3e228cecc76a16352a4df06f14cf58307008f5679b63f1209b4cf191b28544ed3b002375afdf0de8cd92ce179f3cb367f9a5201099da99a806d60c5
 SHA512 
04e60ccab8345002078b7dbd253bc2a9701f9b8edbbdd9a01ac3ddffd9a5f3ccd32399216b9e497b309b6718646db11a55717e5bd201bfd2aaa80ad9b171cb94
 DIST simsu-1.3.9-src.tar.bz2 594107 BLAKE2B 
ac347f46bc80dd5045124e7a69668191f4996ac17e64b6da897f0bcdb66f10683944e8bc90a7c98a2000a9275b1925710938ef9ebc384a5b633de5e6c999b79c
 SHA512 
04f46850628c113bca9c44085e073966ecf10aa727112a630894821e378ce35c14502264560c27a85df02c0ea5761e3835501f4869625cd98f50bb0a5e7afeae

diff --git a/games-board/simsu/simsu-1.3.6.ebuild 
b/games-board/simsu/simsu-1.3.6.ebuild
deleted file mode 100644
index 75b793631b4..000
--- a/games-board/simsu/simsu-1.3.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils qmake-utils
-
-DESCRIPTION="A basic sudoku game"
-HOMEPAGE="https://gottcode.org/simsu/;
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-"
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   dobin ${PN}
-   insinto /usr/share/${PN}/translations
-   doins translations/*qm
-   dodoc ChangeLog
-   doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
-   domenu icons/${PN}.desktop
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/

2018-07-11 Thread Andreas Sturmlechner
commit: 6a958f1ee2deae01ea4db02e00f66125a1a1f211
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 11 17:04:34 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 11 18:34:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a958f1e

games-board/simsu: 1.3.6 version bump

Bug: https://bugs.gentoo.org/660930
Package-Manager: Portage-2.3.42, Repoman-2.3.9

 games-board/simsu/Manifest   |  1 +
 games-board/simsu/simsu-1.3.6.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest
index 9fb8c18f8e0..bce77952902 100644
--- a/games-board/simsu/Manifest
+++ b/games-board/simsu/Manifest
@@ -1 +1,2 @@
 DIST simsu-1.3.4-src.tar.bz2 465505 BLAKE2B 
ef958ab943acd0e012cd2b5e794662ca70e2e5a5f5f4dc3744960af6abe5ae429a39f6d76b8ffd28f71e996a589139dd490ffd03501be47d414784a022ce6940
 SHA512 
64a8337c522614c2a87f43daf5c0c95af42c623789df3d851c3d2aae06dc6ffccaa14361458de7410c939e4b60fa930af9883de5b7b25f2cea8092075fd80605
+DIST simsu-1.3.6-src.tar.bz2 597982 BLAKE2B 
acf13fe4e3e228cecc76a16352a4df06f14cf58307008f5679b63f1209b4cf191b28544ed3b002375afdf0de8cd92ce179f3cb367f9a5201099da99a806d60c5
 SHA512 
04e60ccab8345002078b7dbd253bc2a9701f9b8edbbdd9a01ac3ddffd9a5f3ccd32399216b9e497b309b6718646db11a55717e5bd201bfd2aaa80ad9b171cb94

diff --git a/games-board/simsu/simsu-1.3.6.ebuild 
b/games-board/simsu/simsu-1.3.6.ebuild
new file mode 100644
index 000..75b793631b4
--- /dev/null
+++ b/games-board/simsu/simsu-1.3.6.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils qmake-utils
+
+DESCRIPTION="A basic sudoku game"
+HOMEPAGE="https://gottcode.org/simsu/;
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   dobin ${PN}
+   insinto /usr/share/${PN}/translations
+   doins translations/*qm
+   dodoc ChangeLog
+   doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
+   domenu icons/${PN}.desktop
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/

2018-07-11 Thread Andreas Sturmlechner
commit: 09a0efd726696c1eb818ce36f089463eff894795
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 11 17:04:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 11 18:34:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a0efd7

games-board/simsu: Drop 1.3.4

Closes: https://bugs.gentoo.org/660930
Package-Manager: Portage-2.3.42, Repoman-2.3.9

 games-board/simsu/Manifest   |  1 -
 games-board/simsu/simsu-1.3.4.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest
index bce77952902..b5bf182fdda 100644
--- a/games-board/simsu/Manifest
+++ b/games-board/simsu/Manifest
@@ -1,2 +1 @@
-DIST simsu-1.3.4-src.tar.bz2 465505 BLAKE2B 
ef958ab943acd0e012cd2b5e794662ca70e2e5a5f5f4dc3744960af6abe5ae429a39f6d76b8ffd28f71e996a589139dd490ffd03501be47d414784a022ce6940
 SHA512 
64a8337c522614c2a87f43daf5c0c95af42c623789df3d851c3d2aae06dc6ffccaa14361458de7410c939e4b60fa930af9883de5b7b25f2cea8092075fd80605
 DIST simsu-1.3.6-src.tar.bz2 597982 BLAKE2B 
acf13fe4e3e228cecc76a16352a4df06f14cf58307008f5679b63f1209b4cf191b28544ed3b002375afdf0de8cd92ce179f3cb367f9a5201099da99a806d60c5
 SHA512 
04e60ccab8345002078b7dbd253bc2a9701f9b8edbbdd9a01ac3ddffd9a5f3ccd32399216b9e497b309b6718646db11a55717e5bd201bfd2aaa80ad9b171cb94

diff --git a/games-board/simsu/simsu-1.3.4.ebuild 
b/games-board/simsu/simsu-1.3.4.ebuild
deleted file mode 100644
index 75b793631b4..000
--- a/games-board/simsu/simsu-1.3.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils qmake-utils
-
-DESCRIPTION="A basic sudoku game"
-HOMEPAGE="https://gottcode.org/simsu/;
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-"
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   dobin ${PN}
-   insinto /usr/share/${PN}/translations
-   doins translations/*qm
-   dodoc ChangeLog
-   doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
-   domenu icons/${PN}.desktop
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/

2018-01-18 Thread Andreas Sturmlechner
commit: a909fcfc86d9526c864e2b94cd5dfc476db04bbd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 19 01:04:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 19 01:04:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a909fcfc

games-board/simsu: Drop old

Closes: https://bugs.gentoo.org/619376
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 games-board/simsu/Manifest  |  1 -
 games-board/simsu/simsu-1.2.3-r1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest
index e109b2914c0..9fb8c18f8e0 100644
--- a/games-board/simsu/Manifest
+++ b/games-board/simsu/Manifest
@@ -1,2 +1 @@
-DIST simsu-1.2.3-src.tar.bz2 328020 BLAKE2B 
565315ed68dad69ded9da49b0f3e3d416c7a27bb0ec20f763319193a7b8422dd997567f272970b136948271f87612987f81d3367086625a5906052394c365fab
 SHA512 
52e19c9f7de5d8d2d2c986cbcaefa61a21ee1d8eca8a8315e9689034e9d4a9e63db02cb163daa7354a368d8e34789c1f623f0482ad9fbb52fdb447cce7505b44
 DIST simsu-1.3.4-src.tar.bz2 465505 BLAKE2B 
ef958ab943acd0e012cd2b5e794662ca70e2e5a5f5f4dc3744960af6abe5ae429a39f6d76b8ffd28f71e996a589139dd490ffd03501be47d414784a022ce6940
 SHA512 
64a8337c522614c2a87f43daf5c0c95af42c623789df3d851c3d2aae06dc6ffccaa14361458de7410c939e4b60fa930af9883de5b7b25f2cea8092075fd80605

diff --git a/games-board/simsu/simsu-1.2.3-r1.ebuild 
b/games-board/simsu/simsu-1.2.3-r1.ebuild
deleted file mode 100644
index b6fd926b812..000
--- a/games-board/simsu/simsu-1.2.3-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils qmake-utils
-
-DESCRIPTION="A basic sudoku game"
-HOMEPAGE="https://gottcode.org/simsu/;
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND=${DEPEND}
-
-src_configure() {
-   eqmake4
-}
-
-src_install() {
-   dobin ${PN}
-   insinto /usr/share/${PN}/translations
-   doins translations/*qm
-   dodoc ChangeLog
-   doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
-   domenu icons/${PN}.desktop
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/

2018-01-18 Thread Andreas Sturmlechner
commit: ea708fdbcb21500ebc592016170a017c06d6ee15
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 19 01:03:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 19 01:03:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea708fdb

games-board/simsu: 1.3.4 version bump

Bug: https://bugs.gentoo.org/619376
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 games-board/simsu/Manifest   |  1 +
 games-board/simsu/simsu-1.3.4.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest
index 8deb7778ac2..e109b2914c0 100644
--- a/games-board/simsu/Manifest
+++ b/games-board/simsu/Manifest
@@ -1 +1,2 @@
 DIST simsu-1.2.3-src.tar.bz2 328020 BLAKE2B 
565315ed68dad69ded9da49b0f3e3d416c7a27bb0ec20f763319193a7b8422dd997567f272970b136948271f87612987f81d3367086625a5906052394c365fab
 SHA512 
52e19c9f7de5d8d2d2c986cbcaefa61a21ee1d8eca8a8315e9689034e9d4a9e63db02cb163daa7354a368d8e34789c1f623f0482ad9fbb52fdb447cce7505b44
+DIST simsu-1.3.4-src.tar.bz2 465505 BLAKE2B 
ef958ab943acd0e012cd2b5e794662ca70e2e5a5f5f4dc3744960af6abe5ae429a39f6d76b8ffd28f71e996a589139dd490ffd03501be47d414784a022ce6940
 SHA512 
64a8337c522614c2a87f43daf5c0c95af42c623789df3d851c3d2aae06dc6ffccaa14361458de7410c939e4b60fa930af9883de5b7b25f2cea8092075fd80605

diff --git a/games-board/simsu/simsu-1.3.4.ebuild 
b/games-board/simsu/simsu-1.3.4.ebuild
new file mode 100644
index 000..75b793631b4
--- /dev/null
+++ b/games-board/simsu/simsu-1.3.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils qmake-utils
+
+DESCRIPTION="A basic sudoku game"
+HOMEPAGE="https://gottcode.org/simsu/;
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   dobin ${PN}
+   insinto /usr/share/${PN}/translations
+   doins translations/*qm
+   dodoc ChangeLog
+   doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
+   domenu icons/${PN}.desktop
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/files/

2017-12-23 Thread David Seifert
commit: 5bb8ec5bf5486070ab787b1d76a5a471b11d56a4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec 22 15:21:09 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Dec 23 13:09:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb8ec5b

games-board/simsu: remove unused patches

 games-board/simsu/files/simsu-1.2.3-langs.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/games-board/simsu/files/simsu-1.2.3-langs.patch 
b/games-board/simsu/files/simsu-1.2.3-langs.patch
deleted file mode 100644
index 118c33bea49..000
--- a/games-board/simsu/files/simsu-1.2.3-langs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ru simsu-1.2.3.orig/src/locale_dialog.cpp 
simsu-1.2.3/src/locale_dialog.cpp
 simsu-1.2.3.orig/src/locale_dialog.cpp 2013-02-14 13:17:54.0 
-0500
-+++ simsu-1.2.3/src/locale_dialog.cpp  2013-09-09 16:00:09.449992139 -0400
-@@ -85,6 +85,7 @@
-   if (paths.isEmpty()) {
-   QString appdir = QCoreApplication::applicationDirPath();
-   paths.append(appdir);
-+  paths.append("GENTOODATADIR");
-   paths.append(appdir + "/../share/" + 
QCoreApplication::applicationName().toLower());
-   paths.append(appdir + "/../Resources");
-   }



[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/

2017-10-22 Thread Patrice Clement
commit: be893f02179bd69116134fcaa04ded3ba821be65
Author: Francesco Turco  fastmail  fm>
AuthorDate: Tue Oct 10 18:06:06 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Oct 22 17:01:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be893f02

games-board/simsu: use HTTPS for links to gottcode.org.

 games-board/simsu/simsu-1.2.3-r1.ebuild | 6 +++---
 games-board/simsu/simsu-1.2.3.ebuild| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-board/simsu/simsu-1.2.3-r1.ebuild 
b/games-board/simsu/simsu-1.2.3-r1.ebuild
index ed7e202179e..b6fd926b812 100644
--- a/games-board/simsu/simsu-1.2.3-r1.ebuild
+++ b/games-board/simsu/simsu-1.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils gnome2-utils qmake-utils
 
 DESCRIPTION="A basic sudoku game"
-HOMEPAGE="http://gottcode.org/simsu/;
-SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2;
+HOMEPAGE="https://gottcode.org/simsu/;
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/games-board/simsu/simsu-1.2.3.ebuild 
b/games-board/simsu/simsu-1.2.3.ebuild
index 70fbe569e7d..24b8b48f4e6 100644
--- a/games-board/simsu/simsu-1.2.3.ebuild
+++ b/games-board/simsu/simsu-1.2.3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils gnome2-utils qt4-r2 games
 
 DESCRIPTION="A basic sudoku game"
-HOMEPAGE="http://gottcode.org/simsu/;
-SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2;
+HOMEPAGE="https://gottcode.org/simsu/;
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-board/simsu/

2016-08-01 Thread Austin English
commit: ddd13ecf6fe2eb5d3a6f9e59101ae6330c66a458
Author: Austin English  gentoo  org>
AuthorDate: Mon Aug  1 20:52:49 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Mon Aug  1 21:09:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd13ecf

games-board/simsu: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-board/simsu/simsu-1.2.3-r1.ebuild | 44 +
 1 file changed, 44 insertions(+)

diff --git a/games-board/simsu/simsu-1.2.3-r1.ebuild 
b/games-board/simsu/simsu-1.2.3-r1.ebuild
new file mode 100644
index 000..7dd5333
--- /dev/null
+++ b/games-board/simsu/simsu-1.2.3-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils gnome2-utils qmake-utils
+
+DESCRIPTION="A basic sudoku game"
+HOMEPAGE="http://gottcode.org/simsu/;
+SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtgui:4"
+RDEPEND=${DEPEND}
+
+src_configure() {
+   eqmake4
+}
+
+src_install() {
+   dobin ${PN}
+   insinto /usr/share/${PN}/translations
+   doins translations/*qm
+   dodoc ChangeLog
+   doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
+   domenu icons/${PN}.desktop
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}