* [gentoo-commits] repo/gentoo:master commit in: games-board/knights/
@ 2017-10-29 13:43 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2017-10-29 13:43 UTC (permalink / raw
To: gentoo-commits
commit: b7f25675708d3bce30cc3c8f6c46a23be57f02cc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 13:23:30 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 13:43:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f25675
games-board/knights: Add 2.6.0_pre20171003 snapshot
Package-Manager: Portage-2.3.13, Repoman-2.3.4
games-board/knights/Manifest | 1 +
.../knights/knights-2.6.0_pre20171003.ebuild | 51 ++++++++++++++++++++++
games-board/knights/metadata.xml | 5 ++-
3 files changed, 56 insertions(+), 1 deletion(-)
diff --git a/games-board/knights/Manifest b/games-board/knights/Manifest
index 5266438559c..2a355efaf1a 100644
--- a/games-board/knights/Manifest
+++ b/games-board/knights/Manifest
@@ -1 +1,2 @@
DIST knights-2.5.0.tar.bz2 3426822 SHA256 6567c4203c55ebe0ae6b5a25c852d7beef8b88d4154592437bc357797da5bd28 SHA512 3024fb9747c0b412e606db9262e9a547f51bfe0a5bd7e3de2952ba09da0186a45d5a21182e394b16d5905d036b94a17ed8b80c7d2c808f7ab907f4f4c6d9fa95 WHIRLPOOL 5cf2b98128898fb9be607c31e4c0df510dfa8c18e6bf00db2fa53c19005f64658894ed84c14d92ff70b1cb6cdb5d04a94cb2876791f10e90bb3fb9b35e054e6c
+DIST knights-2.6.0_pre20171003.tar.gz 2641514 SHA256 fc87839edbb75234910411d88eef94ac530e5a73faa32a6d231bf1e27a5db008 SHA512 c04189ef9447774a0d233edde82d018aab08819197b388d5ae1bad1cef3993adbb706f174a638d0eb1be52eb8891833ccc9ec9c1678b0611e00526649e8ee861 WHIRLPOOL 701372dbd4a06b276c8e51d63d9e913f15066f79c559f33329b488c213c546e16826d1abac845b7db3f91445f0273709199b3dfda08149c11037916a4b25dc64
diff --git a/games-board/knights/knights-2.6.0_pre20171003.ebuild b/games-board/knights/knights-2.6.0_pre20171003.ebuild
new file mode 100644
index 00000000000..b12e7a3a098
--- /dev/null
+++ b/games-board/knights/knights-2.6.0_pre20171003.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=4c0a1f61c23d632b2d9bf9f4c5c74ba021633147
+KDE_HANDBOOK="forceoptional"
+KDE_SELINUX_MODULE="games"
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="Simple chess board based on KDE Frameworks"
+HOMEPAGE="http://kde-apps.org/content/show.php/Knights?content=122046"
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="speech"
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kplotting)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep plasma)
+ $(add_kdeapps_dep libkdegames)
+ $(add_qt_dep qtconcurrent)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ speech? ( $(add_qt_dep qtspeech) )
+"
+RDEPEND="${DEPEND}
+ !games-board/knights:4
+"
+
+pkg_postinst() {
+ kde5_pkg_postinst
+
+ elog "No chess engines are emerged by default! If you want a chess engine"
+ elog "to play with, you can emerge gnuchess or crafty."
+}
diff --git a/games-board/knights/metadata.xml b/games-board/knights/metadata.xml
index 67f0241e9d6..ec264f57389 100644
--- a/games-board/knights/metadata.xml
+++ b/games-board/knights/metadata.xml
@@ -5,8 +5,11 @@
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="speech">Enable text-to-speech support</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/knights/
@ 2017-11-11 19:39 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2017-11-11 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 02cd929d84bc29edf8f77e24fb24497aa2ba6ea5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 19:14:42 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 19:38:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cd929d
games-board/knights: Fix HOMEPAGE
Package-Manager: Portage-2.3.13, Repoman-2.3.4
games-board/knights/knights-2.6.0_pre20171003.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-board/knights/knights-2.6.0_pre20171003.ebuild b/games-board/knights/knights-2.6.0_pre20171003.ebuild
index b12e7a3a098..3935b2c0242 100644
--- a/games-board/knights/knights-2.6.0_pre20171003.ebuild
+++ b/games-board/knights/knights-2.6.0_pre20171003.ebuild
@@ -9,7 +9,7 @@ KDE_SELINUX_MODULE="games"
inherit kde5 vcs-snapshot
DESCRIPTION="Simple chess board based on KDE Frameworks"
-HOMEPAGE="http://kde-apps.org/content/show.php/Knights?content=122046"
+HOMEPAGE="https://www.linux-apps.com/content/show.php/Knights?content=122046"
SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/knights/
@ 2017-11-15 23:28 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2017-11-15 23:28 UTC (permalink / raw
To: gentoo-commits
commit: e5f003aea1940fec99a3aa358b849d342f9a2d81
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 15 21:52:03 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 23:26:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f003ae
games-board/knights: Drop old and back to ~arch
Closes: https://bugs.gentoo.org/634330
Package-Manager: Portage-2.3.14, Repoman-2.3.6
games-board/knights/Manifest | 1 -
games-board/knights/knights-2.5.0-r1.ebuild | 34 -----------------------------
2 files changed, 35 deletions(-)
diff --git a/games-board/knights/Manifest b/games-board/knights/Manifest
index 2a355efaf1a..b5ceb1b03f4 100644
--- a/games-board/knights/Manifest
+++ b/games-board/knights/Manifest
@@ -1,2 +1 @@
-DIST knights-2.5.0.tar.bz2 3426822 SHA256 6567c4203c55ebe0ae6b5a25c852d7beef8b88d4154592437bc357797da5bd28 SHA512 3024fb9747c0b412e606db9262e9a547f51bfe0a5bd7e3de2952ba09da0186a45d5a21182e394b16d5905d036b94a17ed8b80c7d2c808f7ab907f4f4c6d9fa95 WHIRLPOOL 5cf2b98128898fb9be607c31e4c0df510dfa8c18e6bf00db2fa53c19005f64658894ed84c14d92ff70b1cb6cdb5d04a94cb2876791f10e90bb3fb9b35e054e6c
DIST knights-2.6.0_pre20171003.tar.gz 2641514 SHA256 fc87839edbb75234910411d88eef94ac530e5a73faa32a6d231bf1e27a5db008 SHA512 c04189ef9447774a0d233edde82d018aab08819197b388d5ae1bad1cef3993adbb706f174a638d0eb1be52eb8891833ccc9ec9c1678b0611e00526649e8ee861 WHIRLPOOL 701372dbd4a06b276c8e51d63d9e913f15066f79c559f33329b488c213c546e16826d1abac845b7db3f91445f0273709199b3dfda08149c11037916a4b25dc64
diff --git a/games-board/knights/knights-2.5.0-r1.ebuild b/games-board/knights/knights-2.5.0-r1.ebuild
deleted file mode 100644
index ce92074b23e..00000000000
--- a/games-board/knights/knights-2.5.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_MINIMAL="4.9"
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl it km lt nb nds nl
-nn pl pt pt_BR ru sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_TW"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Simple chess board for KDE"
-HOMEPAGE="http://kde-apps.org/content/show.php/Knights?content=122046"
-SRC_URI="http://dl.dropbox.com/u/2888238/Knights/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-KEYWORDS="amd64 x86"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
- kde-frameworks/kdelibs:4[plasma(+)]
- $(add_kdeapps_dep libkdegames)
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- elog "No chess engines are emerged by default! If you want a chess engine"
- elog "to play with, you can emerge gnuchess or crafty."
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/knights/
@ 2018-04-15 20:52 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-04-15 20:52 UTC (permalink / raw
To: gentoo-commits
commit: fde42402c17b82ef3351ed347ef64d07cf9747d7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:36:05 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 20:52:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde42402
games-board/knights: Add 2.6.0_pre20180415 (build w/ Qt 5.11)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
games-board/knights/Manifest | 1 +
.../knights/knights-2.6.0_pre20180415.ebuild | 51 ++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/games-board/knights/Manifest b/games-board/knights/Manifest
index df965acc341..7ecee03ba15 100644
--- a/games-board/knights/Manifest
+++ b/games-board/knights/Manifest
@@ -1 +1,2 @@
DIST knights-2.6.0_pre20171003.tar.gz 2641514 BLAKE2B d7196d301ef47d1ef4e8c7497ae1fa8ffcaa5da174ddf04391e5a3d6d00cae1d9d354df192721322daf9cf4c1dba446ddcc1e123d87517cab2ef094e0caeac28 SHA512 c04189ef9447774a0d233edde82d018aab08819197b388d5ae1bad1cef3993adbb706f174a638d0eb1be52eb8891833ccc9ec9c1678b0611e00526649e8ee861
+DIST knights-2.6.0_pre20180415.tar.gz 2642374 BLAKE2B 18648348eb4f9c34a37b0992d5b75a90fbb7fb1b6a7b23750bb57f11553d50a320e68dba303c6ec7fd394a0464341dd28fb8b404bb8ad1b9a92934b767a8183f SHA512 ce022463f9efecfed13fd101d958cd753ea1d167d6a6a70c8735afeccb49a6e9b9e5a4fa15ee7a5510a65eaa08fa0615da109793b7df4a50040d809393723145
diff --git a/games-board/knights/knights-2.6.0_pre20180415.ebuild b/games-board/knights/knights-2.6.0_pre20180415.ebuild
new file mode 100644
index 00000000000..3dad37ca163
--- /dev/null
+++ b/games-board/knights/knights-2.6.0_pre20180415.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=56762d582d8a8543f50c293ff54d5ac5e546c2d9
+KDE_HANDBOOK="forceoptional"
+KDE_SELINUX_MODULE="games"
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="Simple chess board based on KDE Frameworks"
+HOMEPAGE="https://www.linux-apps.com/content/show.php/Knights?content=122046"
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="speech"
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kplotting)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep plasma)
+ $(add_kdeapps_dep libkdegames)
+ $(add_qt_dep qtconcurrent)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ speech? ( $(add_qt_dep qtspeech) )
+"
+RDEPEND="${DEPEND}
+ !games-board/knights:4
+"
+
+pkg_postinst() {
+ kde5_pkg_postinst
+
+ elog "No chess engines are emerged by default! If you want a chess engine"
+ elog "to play with, you can emerge gnuchess or crafty."
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/knights/
@ 2018-04-15 20:52 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-04-15 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 0319d61c2ebf44b9b27c1cb7791e01c30a4ce5ea
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:36:32 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 20:52:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0319d61c
games-board/knights: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
games-board/knights/Manifest | 1 -
.../knights/knights-2.6.0_pre20171003.ebuild | 51 ----------------------
2 files changed, 52 deletions(-)
diff --git a/games-board/knights/Manifest b/games-board/knights/Manifest
index 7ecee03ba15..935e3998cf4 100644
--- a/games-board/knights/Manifest
+++ b/games-board/knights/Manifest
@@ -1,2 +1 @@
-DIST knights-2.6.0_pre20171003.tar.gz 2641514 BLAKE2B d7196d301ef47d1ef4e8c7497ae1fa8ffcaa5da174ddf04391e5a3d6d00cae1d9d354df192721322daf9cf4c1dba446ddcc1e123d87517cab2ef094e0caeac28 SHA512 c04189ef9447774a0d233edde82d018aab08819197b388d5ae1bad1cef3993adbb706f174a638d0eb1be52eb8891833ccc9ec9c1678b0611e00526649e8ee861
DIST knights-2.6.0_pre20180415.tar.gz 2642374 BLAKE2B 18648348eb4f9c34a37b0992d5b75a90fbb7fb1b6a7b23750bb57f11553d50a320e68dba303c6ec7fd394a0464341dd28fb8b404bb8ad1b9a92934b767a8183f SHA512 ce022463f9efecfed13fd101d958cd753ea1d167d6a6a70c8735afeccb49a6e9b9e5a4fa15ee7a5510a65eaa08fa0615da109793b7df4a50040d809393723145
diff --git a/games-board/knights/knights-2.6.0_pre20171003.ebuild b/games-board/knights/knights-2.6.0_pre20171003.ebuild
deleted file mode 100644
index 3935b2c0242..00000000000
--- a/games-board/knights/knights-2.6.0_pre20171003.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-COMMIT=4c0a1f61c23d632b2d9bf9f4c5c74ba021633147
-KDE_HANDBOOK="forceoptional"
-KDE_SELINUX_MODULE="games"
-inherit kde5 vcs-snapshot
-
-DESCRIPTION="Simple chess board based on KDE Frameworks"
-HOMEPAGE="https://www.linux-apps.com/content/show.php/Knights?content=122046"
-SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="speech"
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kplotting)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep plasma)
- $(add_kdeapps_dep libkdegames)
- $(add_qt_dep qtconcurrent)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- speech? ( $(add_qt_dep qtspeech) )
-"
-RDEPEND="${DEPEND}
- !games-board/knights:4
-"
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- elog "No chess engines are emerged by default! If you want a chess engine"
- elog "to play with, you can emerge gnuchess or crafty."
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-04-15 20:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-15 20:52 [gentoo-commits] repo/gentoo:master commit in: games-board/knights/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2018-04-15 20:52 Andreas Sturmlechner
2017-11-15 23:28 Andreas Sturmlechner
2017-11-11 19:39 Andreas Sturmlechner
2017-10-29 13:43 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox