public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/
@ 2016-08-04 17:58 Austin English
  0 siblings, 0 replies; 8+ messages in thread
From: Austin English @ 2016-08-04 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7ea679889cbcee1bc58e447434a634e4697352ec
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 17:58:14 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 17:58:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea67988

games-board/peg-e: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-board/peg-e/peg-e-1.1.2-r1.ebuild | 42 +++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/games-board/peg-e/peg-e-1.1.2-r1.ebuild b/games-board/peg-e/peg-e-1.1.2-r1.ebuild
new file mode 100644
index 0000000..8ca51f5
--- /dev/null
+++ b/games-board/peg-e/peg-e-1.1.2-r1.ebuild
@@ -0,0 +1,42 @@
+# 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 peg solitaire game"
+HOMEPAGE="http://gottcode.org/peg-e/"
+SRC_URI="http://gottcode.org/peg-e/${P}-src.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-qt/qtcore:4
+	dev-qt/qtgui:4"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	eqmake4
+}
+
+src_install() {
+	dobin ${PN}
+	doicon -s 48 icons/hicolor/48x48/apps/${PN}.png
+	domenu icons/${PN}.desktop
+	dodoc CREDITS ChangeLog
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/
@ 2017-10-22 17:01 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2017-10-22 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1bbaa8f9e1d8e9cae6cc2fa20c2823e4cd162b0c
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Tue Oct 10 18:04:41 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 17:01:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbaa8f9

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

Closes: https://github.com/gentoo/gentoo/pull/5906

 games-board/peg-e/peg-e-1.1.2-r1.ebuild | 6 +++---
 games-board/peg-e/peg-e-1.1.2.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-board/peg-e/peg-e-1.1.2-r1.ebuild b/games-board/peg-e/peg-e-1.1.2-r1.ebuild
index e5f297c03dd..6b5527a9272 100644
--- a/games-board/peg-e/peg-e-1.1.2-r1.ebuild
+++ b/games-board/peg-e/peg-e-1.1.2-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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 peg solitaire game"
-HOMEPAGE="http://gottcode.org/peg-e/"
-SRC_URI="http://gottcode.org/peg-e/${P}-src.tar.bz2"
+HOMEPAGE="https://gottcode.org/peg-e/"
+SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/games-board/peg-e/peg-e-1.1.2.ebuild b/games-board/peg-e/peg-e-1.1.2.ebuild
index 19984027d2f..4d5d3db11a4 100644
--- a/games-board/peg-e/peg-e-1.1.2.ebuild
+++ b/games-board/peg-e/peg-e-1.1.2.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 peg solitaire game"
-HOMEPAGE="http://gottcode.org/peg-e/"
-SRC_URI="http://gottcode.org/peg-e/${P}-src.tar.bz2"
+HOMEPAGE="https://gottcode.org/peg-e/"
+SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/
@ 2018-01-17 21:35 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-01-17 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     14fc2d57963a329b49f8618fca3e95a34a5f08e5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 19:14:11 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 21:33:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14fc2d57

games-board/peg-e: 1.2.3 version bump

Closes: https://bugs.gentoo.org/622026
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-board/peg-e/Manifest           |  1 +
 games-board/peg-e/peg-e-1.2.3.ebuild | 47 ++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/games-board/peg-e/Manifest b/games-board/peg-e/Manifest
index 4050834cce8..81ca4db40f8 100644
--- a/games-board/peg-e/Manifest
+++ b/games-board/peg-e/Manifest
@@ -1 +1,2 @@
 DIST peg-e-1.1.2-src.tar.bz2 151224 BLAKE2B 7712b30f88ea0d537c09964caa0fa4f0f9aa2ca141f62b3b960972d5aea0f83571059e365baddbffd738c0142d7b00ad418f7e9fe46626d56054bab8599a84b7 SHA512 d4a09dfb528cfb46222a9ee788de88b4804762125a9dc13203be29a6ec26d01f23249ebbcd25bfe207ab8c40d8bce060fc2f7f131bb1e5b263e19b97852cee53
+DIST peg-e-1.2.3-src.tar.bz2 466872 BLAKE2B bcff7b31bc2281b24b6c54466aa14e6d200b14f9204437a66a84d180607e9e108be893e4da7dd722d17c1ea7490bac34fae08ddf2dcd89f696439d026e831e96 SHA512 775bab9512ec33ef31a1fb549af365ec3ae0e8d9533c2e05f438d3affa68e10786e043925bcdec67ebdb027559773582687dbdc625d3dca307c3aadde01686dd

diff --git a/games-board/peg-e/peg-e-1.2.3.ebuild b/games-board/peg-e/peg-e-1.2.3.ebuild
new file mode 100644
index 00000000000..adc3c90c22d
--- /dev/null
+++ b/games-board/peg-e/peg-e-1.2.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils qmake-utils
+
+DESCRIPTION="A peg solitaire game"
+HOMEPAGE="https://gottcode.org/peg-e/"
+SRC_URI="https://gottcode.org/peg-e/${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}
+	doicon -s 48 icons/hicolor/48x48/apps/${PN}.png
+	domenu icons/${PN}.desktop
+	dodoc CREDITS ChangeLog
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/
@ 2018-01-17 21:35 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-01-17 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     004cf8ac4feb33bb6d0ce2de0d62bf9e89a34f3a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 21:27:51 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 21:34:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004cf8ac

games-board/peg-e: Drop old

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

 games-board/peg-e/Manifest              |  1 -
 games-board/peg-e/peg-e-1.1.2-r1.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/games-board/peg-e/Manifest b/games-board/peg-e/Manifest
index 81ca4db40f8..c3c9346c117 100644
--- a/games-board/peg-e/Manifest
+++ b/games-board/peg-e/Manifest
@@ -1,2 +1 @@
-DIST peg-e-1.1.2-src.tar.bz2 151224 BLAKE2B 7712b30f88ea0d537c09964caa0fa4f0f9aa2ca141f62b3b960972d5aea0f83571059e365baddbffd738c0142d7b00ad418f7e9fe46626d56054bab8599a84b7 SHA512 d4a09dfb528cfb46222a9ee788de88b4804762125a9dc13203be29a6ec26d01f23249ebbcd25bfe207ab8c40d8bce060fc2f7f131bb1e5b263e19b97852cee53
 DIST peg-e-1.2.3-src.tar.bz2 466872 BLAKE2B bcff7b31bc2281b24b6c54466aa14e6d200b14f9204437a66a84d180607e9e108be893e4da7dd722d17c1ea7490bac34fae08ddf2dcd89f696439d026e831e96 SHA512 775bab9512ec33ef31a1fb549af365ec3ae0e8d9533c2e05f438d3affa68e10786e043925bcdec67ebdb027559773582687dbdc625d3dca307c3aadde01686dd

diff --git a/games-board/peg-e/peg-e-1.1.2-r1.ebuild b/games-board/peg-e/peg-e-1.1.2-r1.ebuild
deleted file mode 100644
index 6b5527a9272..00000000000
--- a/games-board/peg-e/peg-e-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,41 +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 peg solitaire game"
-HOMEPAGE="https://gottcode.org/peg-e/"
-SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-qt/qtcore:4
-	dev-qt/qtgui:4"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	eqmake4
-}
-
-src_install() {
-	dobin ${PN}
-	doicon -s 48 icons/hicolor/48x48/apps/${PN}.png
-	domenu icons/${PN}.desktop
-	dodoc CREDITS ChangeLog
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/
@ 2018-07-11 18:34 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-07-11 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9316aa80b2ca1d392e109d7b66b1ca08a40816a5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 18:18:38 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 18:34:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9316aa80

games-board/peg-e: Drop old

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 games-board/peg-e/Manifest           |  1 -
 games-board/peg-e/peg-e-1.2.3.ebuild | 47 ------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/games-board/peg-e/Manifest b/games-board/peg-e/Manifest
index 2b60637483d..3e5d21f3c5f 100644
--- a/games-board/peg-e/Manifest
+++ b/games-board/peg-e/Manifest
@@ -1,2 +1 @@
-DIST peg-e-1.2.3-src.tar.bz2 466872 BLAKE2B bcff7b31bc2281b24b6c54466aa14e6d200b14f9204437a66a84d180607e9e108be893e4da7dd722d17c1ea7490bac34fae08ddf2dcd89f696439d026e831e96 SHA512 775bab9512ec33ef31a1fb549af365ec3ae0e8d9533c2e05f438d3affa68e10786e043925bcdec67ebdb027559773582687dbdc625d3dca307c3aadde01686dd
 DIST peg-e-1.2.5-src.tar.bz2 598322 BLAKE2B f717d3e378fe69e087631abd8f0cbe3cc3bf2479ab86a608c256100778bc94baa40752463a4cb511c4ffd431ce38333318803a1dc289be4bd7d3aad595cd76d1 SHA512 cfd15e2c8cba678d64c9289ab2aa3803af48aebb3e4e545439c247d622dd914dac0735a0fd786cdba1678b448c22a9e40f48a9a1db6391fa6532e3d918c0ca10

diff --git a/games-board/peg-e/peg-e-1.2.3.ebuild b/games-board/peg-e/peg-e-1.2.3.ebuild
deleted file mode 100644
index adc3c90c22d..00000000000
--- a/games-board/peg-e/peg-e-1.2.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils qmake-utils
-
-DESCRIPTION="A peg solitaire game"
-HOMEPAGE="https://gottcode.org/peg-e/"
-SRC_URI="https://gottcode.org/peg-e/${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}
-	doicon -s 48 icons/hicolor/48x48/apps/${PN}.png
-	domenu icons/${PN}.desktop
-	dodoc CREDITS ChangeLog
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/
@ 2020-05-21 19:21 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     87eca01a019c71627d031f61a5257c4a5c3a6cee
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 19:20:50 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 19:21:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87eca01a

games-board/peg-e: 1.2.8 version bump

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

 games-board/peg-e/Manifest           |  1 +
 games-board/peg-e/peg-e-1.2.8.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/games-board/peg-e/Manifest b/games-board/peg-e/Manifest
index 3e5d21f3c5f..6b221b9f363 100644
--- a/games-board/peg-e/Manifest
+++ b/games-board/peg-e/Manifest
@@ -1 +1,2 @@
 DIST peg-e-1.2.5-src.tar.bz2 598322 BLAKE2B f717d3e378fe69e087631abd8f0cbe3cc3bf2479ab86a608c256100778bc94baa40752463a4cb511c4ffd431ce38333318803a1dc289be4bd7d3aad595cd76d1 SHA512 cfd15e2c8cba678d64c9289ab2aa3803af48aebb3e4e545439c247d622dd914dac0735a0fd786cdba1678b448c22a9e40f48a9a1db6391fa6532e3d918c0ca10
+DIST peg-e-1.2.8-src.tar.bz2 592285 BLAKE2B 67c996978702ace0b249b83c3ea7159583496386114e0548b5570cb0e29ddf0d58375654b00e112228be812296ad28ad199d59f329fcda34cca8951229e35f5d SHA512 063bfb091b95f0613475e7ff9b5762ac563ede3e3a22e420e14cf098d2f6d9801bb8aaa677bddf693bdc4050b4e4be3292c1072429a294e633e2ca734d88ffa0

diff --git a/games-board/peg-e/peg-e-1.2.8.ebuild b/games-board/peg-e/peg-e-1.2.8.ebuild
new file mode 100644
index 00000000000..40086cd07d1
--- /dev/null
+++ b/games-board/peg-e/peg-e-1.2.8.ebuild
@@ -0,0 +1,44 @@
+# 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="A peg solitaire game"
+HOMEPAGE="https://gottcode.org/peg-e/"
+SRC_URI="https://gottcode.org/peg-e/${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}"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.2.5-gentoo.patch )
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/
@ 2020-05-21 19:21 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     108081385df51ac6b3ff9ede9584b65c21755150
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 19:21:04 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 19:21:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10808138

games-board/peg-e: Drop 1.2.5

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

 games-board/peg-e/Manifest           |  1 -
 games-board/peg-e/peg-e-1.2.5.ebuild | 43 ------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/games-board/peg-e/Manifest b/games-board/peg-e/Manifest
index 6b221b9f363..095cb9900a3 100644
--- a/games-board/peg-e/Manifest
+++ b/games-board/peg-e/Manifest
@@ -1,2 +1 @@
-DIST peg-e-1.2.5-src.tar.bz2 598322 BLAKE2B f717d3e378fe69e087631abd8f0cbe3cc3bf2479ab86a608c256100778bc94baa40752463a4cb511c4ffd431ce38333318803a1dc289be4bd7d3aad595cd76d1 SHA512 cfd15e2c8cba678d64c9289ab2aa3803af48aebb3e4e545439c247d622dd914dac0735a0fd786cdba1678b448c22a9e40f48a9a1db6391fa6532e3d918c0ca10
 DIST peg-e-1.2.8-src.tar.bz2 592285 BLAKE2B 67c996978702ace0b249b83c3ea7159583496386114e0548b5570cb0e29ddf0d58375654b00e112228be812296ad28ad199d59f329fcda34cca8951229e35f5d SHA512 063bfb091b95f0613475e7ff9b5762ac563ede3e3a22e420e14cf098d2f6d9801bb8aaa677bddf693bdc4050b4e4be3292c1072429a294e633e2ca734d88ffa0

diff --git a/games-board/peg-e/peg-e-1.2.5.ebuild b/games-board/peg-e/peg-e-1.2.5.ebuild
deleted file mode 100644
index e53cb97a930..00000000000
--- a/games-board/peg-e/peg-e-1.2.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop gnome2-utils qmake-utils
-
-DESCRIPTION="A peg solitaire game"
-HOMEPAGE="https://gottcode.org/peg-e/"
-SRC_URI="https://gottcode.org/peg-e/${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
-"
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/
@ 2021-04-24 22:03 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2021-04-24 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     808295a0a09801550da0482d6572444a468f0f76
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Apr 24 22:02:37 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 24 22:02:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808295a0

games-board/peg-e: remove unused eclass, update LICENSE

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-board/peg-e/peg-e-1.2.8.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-board/peg-e/peg-e-1.2.8.ebuild b/games-board/peg-e/peg-e-1.2.8.ebuild
index 40086cd07d1..9af7c5486a3 100644
--- a/games-board/peg-e/peg-e-1.2.8.ebuild
+++ b/games-board/peg-e/peg-e-1.2.8.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop qmake-utils xdg-utils
+inherit qmake-utils xdg-utils
 
-DESCRIPTION="A peg solitaire game"
+DESCRIPTION="Peg solitaire game"
 HOMEPAGE="https://gottcode.org/peg-e/"
 SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""


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

end of thread, other threads:[~2021-04-24 22:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-21 19:21 [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2021-04-24 22:03 David Seifert
2020-05-21 19:21 Andreas Sturmlechner
2018-07-11 18:34 Andreas Sturmlechner
2018-01-17 21:35 Andreas Sturmlechner
2018-01-17 21:35 Andreas Sturmlechner
2017-10-22 17:01 Patrice Clement
2016-08-04 17:58 Austin English

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