public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/colorcode/
@ 2016-11-03  9:14 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2016-11-03  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     03f760afea8f0274ffc1c2fc3ce879193754ded6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 09:14:25 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 09:14:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f760af

games-puzzle/colorcode: version bump

Package-Manager: portage-2.3.2

 games-puzzle/colorcode/Manifest               |  1 +
 games-puzzle/colorcode/colorcode-0.8.5.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/games-puzzle/colorcode/Manifest b/games-puzzle/colorcode/Manifest
index 007ba5c..769f344 100644
--- a/games-puzzle/colorcode/Manifest
+++ b/games-puzzle/colorcode/Manifest
@@ -1 +1,2 @@
 DIST ColorCode-0.7.2.tar.gz 236580 SHA256 d1c5bf4d65c81de16c4159c2c69c096fc7ff47cca587d7233985e078d63c79aa SHA512 e45eedc2bb5f9f3d110c5c6b0531c5180d5f68532b9b50fe7767073ce068faef52d718337f93eef43d3325bd741a67660a3e53b6ee0ffc6d9371806a8bf324ce WHIRLPOOL ee82b0f78f461f000f3459f5a621045170c56986131907efaa1d4b5cbabcc72b2b47a8de31b2ca09adf21234aa24c1cb9c5a0ac12907c8b860d6ad0ddd192c7c
+DIST ColorCode-0.8.5.tar.gz 233676 SHA256 7c128db12af6ab11439eb710091b4a448100553a4d11d3a7c8dafdfbc57c1a85 SHA512 55f935944a91441ae09b1636fe85c8174de53ba10e04df0d9cef6c4f2441879735230ac0fe313b91cf9870777df24bc95d975767f27940156b5698716b78b507 WHIRLPOOL 6186208821b412c648218254e0b32801e564cb7ba0de1feafa50a9e95c74d8d8ed09531543a6d6cf55807163b676a69650f246522d09097eb962d052ba960ff1

diff --git a/games-puzzle/colorcode/colorcode-0.8.5.ebuild b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
new file mode 100644
index 00000000..29a0886
--- /dev/null
+++ b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils qmake-utils
+
+MY_PN=ColorCode
+DESCRIPTION="A free advanced MasterMind clone"
+HOMEPAGE="http://colorcode.laebisch.com/"
+SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_prepare() {
+	default
+	sed -i -e '/FLAGS/d' ${PN}.pro || die
+}
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	dobin ${PN}
+	newicon img/cc64.png ${PN}.png
+	make_desktop_entry ${PN} ${MY_PN}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/colorcode/
@ 2017-09-21 14:11 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2017-09-21 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8fa8b73e40336f79360a7e9ba5de44df471fa2c3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 14:08:06 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 14:11:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa8b73e

games-puzzle/colorcode: stabilies 0.8.5 for amd64/x86

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-puzzle/colorcode/colorcode-0.8.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/colorcode/colorcode-0.8.5.ebuild b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
index 80d2338944d..bbe2bfc8029 100644
--- a/games-puzzle/colorcode/colorcode-0.8.5.ebuild
+++ b/games-puzzle/colorcode/colorcode-0.8.5.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
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/colorcode/
@ 2017-09-21 14:11 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2017-09-21 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     75933c9b71e875338e864cb71ed35f2294de166b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 14:08:17 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 14:11:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75933c9b

games-puzzle/colorcode: remove 0.7.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-puzzle/colorcode/Manifest               |  1 -
 games-puzzle/colorcode/colorcode-0.7.2.ebuild | 36 ---------------------------
 2 files changed, 37 deletions(-)

diff --git a/games-puzzle/colorcode/Manifest b/games-puzzle/colorcode/Manifest
index 769f344b97f..04149cb9e90 100644
--- a/games-puzzle/colorcode/Manifest
+++ b/games-puzzle/colorcode/Manifest
@@ -1,2 +1 @@
-DIST ColorCode-0.7.2.tar.gz 236580 SHA256 d1c5bf4d65c81de16c4159c2c69c096fc7ff47cca587d7233985e078d63c79aa SHA512 e45eedc2bb5f9f3d110c5c6b0531c5180d5f68532b9b50fe7767073ce068faef52d718337f93eef43d3325bd741a67660a3e53b6ee0ffc6d9371806a8bf324ce WHIRLPOOL ee82b0f78f461f000f3459f5a621045170c56986131907efaa1d4b5cbabcc72b2b47a8de31b2ca09adf21234aa24c1cb9c5a0ac12907c8b860d6ad0ddd192c7c
 DIST ColorCode-0.8.5.tar.gz 233676 SHA256 7c128db12af6ab11439eb710091b4a448100553a4d11d3a7c8dafdfbc57c1a85 SHA512 55f935944a91441ae09b1636fe85c8174de53ba10e04df0d9cef6c4f2441879735230ac0fe313b91cf9870777df24bc95d975767f27940156b5698716b78b507 WHIRLPOOL 6186208821b412c648218254e0b32801e564cb7ba0de1feafa50a9e95c74d8d8ed09531543a6d6cf55807163b676a69650f246522d09097eb962d052ba960ff1

diff --git a/games-puzzle/colorcode/colorcode-0.7.2.ebuild b/games-puzzle/colorcode/colorcode-0.7.2.ebuild
deleted file mode 100644
index e4614e3eac2..00000000000
--- a/games-puzzle/colorcode/colorcode-0.7.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qt4-r2 games
-
-MY_PN=ColorCode
-DESCRIPTION="A free advanced MasterMind clone"
-HOMEPAGE="http://colorcode.laebisch.com/"
-SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
-	sed -i -e '/FLAGS/d' ${PN}.pro || die
-	qt4-r2_src_prepare
-}
-
-src_configure() {
-	qt4-r2_src_configure
-}
-
-src_install() {
-	dogamesbin ${PN}
-	newicon img/cc64.png ${PN}.png
-	make_desktop_entry ${PN} ${MY_PN}
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/colorcode/
@ 2020-05-21  9:52 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     95ebc467624cd50e9eb811ee3c503218aa0159ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 09:52:23 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 09:52:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ebc467

games-puzzle/colorcode: EAPI-7 bump, eutils -> desktop.eclass

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

 games-puzzle/colorcode/colorcode-0.8.5.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/games-puzzle/colorcode/colorcode-0.8.5.ebuild b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
index c304b720483..170203bdf02 100644
--- a/games-puzzle/colorcode/colorcode-0.8.5.ebuild
+++ b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils qmake-utils
+EAPI=7
 
 MY_PN=ColorCode
-DESCRIPTION="A free advanced MasterMind clone"
+inherit desktop qmake-utils
+
+DESCRIPTION="Free advanced MasterMind clone"
 HOMEPAGE="http://colorcode.laebisch.com/"
 SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz"
 
@@ -21,7 +22,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${MY_PN}-${PV}
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 src_prepare() {
 	default


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

end of thread, other threads:[~2020-05-21  9:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-21  9:52 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/colorcode/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2017-09-21 14:11 Michael Palimaka
2017-09-21 14:11 Michael Palimaka
2016-11-03  9:14 Michael Palimaka

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