public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretime/
@ 2024-01-13 16:24 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-01-13 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7e2ab2ebc1929a6b8168f67c0d4ced50b2ba59df
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 11:46:15 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 11:59:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e2ab2eb

gui-apps/coretime: add 4.5.0, live sync

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/coretime/Manifest                             |  1 +
 .../{coretime-9999.ebuild => coretime-4.5.0.ebuild}    | 18 +++++++-----------
 gui-apps/coretime/coretime-9999.ebuild                 | 18 +++++++-----------
 3 files changed, 15 insertions(+), 22 deletions(-)

diff --git a/gui-apps/coretime/Manifest b/gui-apps/coretime/Manifest
index 8825ac0a07..7c79180826 100644
--- a/gui-apps/coretime/Manifest
+++ b/gui-apps/coretime/Manifest
@@ -1 +1,2 @@
 DIST coretime-4.2.0.tar.gz 442936 BLAKE2B c11cff52bdbe3841f99573937e549e37bb8bc62006ac25a63c30e105bceb3e45a5ba1bbc8227453a75d24818f329bd32bab1717062a9969bdce558c8cce593ea SHA512 e647fff8547a6f086d54287b26852fcc3f076b5661e8b41cd2939a8f20965c984c621715af1b9061dc3e1e7e477206660bfdd4299cabca14cdc88a2faf637bc9
+DIST coretime-v4.5.0.tar.bz2 454335 BLAKE2B 3580bf0ee45dbed5c15660842167c5ea46a91780c27104dd514771574a3fa79c61a8b2c464f46ddffb60a2852f9e9af6ee926167cd12ef854689ded84de67a56 SHA512 71f6f541c668cf03a2e71f04842c4061f5fa0a3e2879e18566203319f885b272af4723845f2a604d9db861dbce88750dd6c619a87651137d139ebede3080ee6b

diff --git a/gui-apps/coretime/coretime-9999.ebuild b/gui-apps/coretime/coretime-4.5.0.ebuild
similarity index 56%
copy from gui-apps/coretime/coretime-9999.ebuild
copy to gui-apps/coretime/coretime-4.5.0.ebuild
index e152ee0044..c3bd68dd69 100644
--- a/gui-apps/coretime/coretime-9999.ebuild
+++ b/gui-apps/coretime/coretime-4.5.0.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
 
 inherit xdg cmake
 
@@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coretime.git"
 else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://gitlab.com/cubocore/coreapps/coretime/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
 	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${MY_PV}"
+	S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 
@@ -27,9 +24,8 @@ DEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtmultimedia:5
+	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
 	gui-libs/libcprime
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"

diff --git a/gui-apps/coretime/coretime-9999.ebuild b/gui-apps/coretime/coretime-9999.ebuild
index e152ee0044..c3bd68dd69 100644
--- a/gui-apps/coretime/coretime-9999.ebuild
+++ b/gui-apps/coretime/coretime-9999.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
 
 inherit xdg cmake
 
@@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coretime.git"
 else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://gitlab.com/cubocore/coreapps/coretime/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
 	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${MY_PV}"
+	S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 
@@ -27,9 +24,8 @@ DEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtmultimedia:5
+	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
 	gui-libs/libcprime
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretime/
@ 2025-05-05 19:33 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2025-05-05 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     58f2866aed5b3f31963fe02ac0eefea423a5ec9d
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon May  5 16:34:46 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon May  5 16:34:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58f2866a

gui-apps/coretime: add 5.0.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/coretime/Manifest              |  1 +
 gui-apps/coretime/coretime-5.0.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/gui-apps/coretime/Manifest b/gui-apps/coretime/Manifest
index 36310282d..281ac9192 100644
--- a/gui-apps/coretime/Manifest
+++ b/gui-apps/coretime/Manifest
@@ -1 +1,2 @@
 DIST coretime-v4.5.0.tar.bz2 454335 BLAKE2B 3580bf0ee45dbed5c15660842167c5ea46a91780c27104dd514771574a3fa79c61a8b2c464f46ddffb60a2852f9e9af6ee926167cd12ef854689ded84de67a56 SHA512 71f6f541c668cf03a2e71f04842c4061f5fa0a3e2879e18566203319f885b272af4723845f2a604d9db861dbce88750dd6c619a87651137d139ebede3080ee6b
+DIST coretime-v5.0.0.tar.bz2 454572 BLAKE2B 26c5b10d5c43d59ae084de5c9cfdc020a9719668faf16975bc069751deedeedeff4209f7e2d54d598e5856a938bf17b969e192182289f0387d755cb0cc0b2cb4 SHA512 bf9c95485c360133b280896e564a7c18ee6e33439c78f28e9dba18b3400d57b1f5121ff1c9b850ddaa249a33b2f0d042328efa0dc1d9bacfe4ff1f6f8d8a4cbc

diff --git a/gui-apps/coretime/coretime-5.0.0.ebuild b/gui-apps/coretime/coretime-5.0.0.ebuild
new file mode 100644
index 000000000..d33d9b238
--- /dev/null
+++ b/gui-apps/coretime/coretime-5.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="A time related task manager for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
+SRC_URI="https://gitlab.com/cubocore/coreapps/coretime/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-qt/qtbase:6[gui,network,widgets]
+	dev-qt/qtmultimedia:6
+	>=gui-libs/libcprime-5.0.0
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretime/
@ 2025-05-05 19:33 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2025-05-05 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4f0f91d46bc1dfc4167c2a9efd8138924fccd223
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon May  5 16:34:47 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon May  5 16:34:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f0f91d4

gui-apps/coretime: drop 4.5.0, 9999

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/coretime/Manifest              |  1 -
 gui-apps/coretime/coretime-4.5.0.ebuild | 31 -------------------------------
 gui-apps/coretime/coretime-9999.ebuild  | 31 -------------------------------
 3 files changed, 63 deletions(-)

diff --git a/gui-apps/coretime/Manifest b/gui-apps/coretime/Manifest
index 281ac9192..2eb1a2a0a 100644
--- a/gui-apps/coretime/Manifest
+++ b/gui-apps/coretime/Manifest
@@ -1,2 +1 @@
-DIST coretime-v4.5.0.tar.bz2 454335 BLAKE2B 3580bf0ee45dbed5c15660842167c5ea46a91780c27104dd514771574a3fa79c61a8b2c464f46ddffb60a2852f9e9af6ee926167cd12ef854689ded84de67a56 SHA512 71f6f541c668cf03a2e71f04842c4061f5fa0a3e2879e18566203319f885b272af4723845f2a604d9db861dbce88750dd6c619a87651137d139ebede3080ee6b
 DIST coretime-v5.0.0.tar.bz2 454572 BLAKE2B 26c5b10d5c43d59ae084de5c9cfdc020a9719668faf16975bc069751deedeedeff4209f7e2d54d598e5856a938bf17b969e192182289f0387d755cb0cc0b2cb4 SHA512 bf9c95485c360133b280896e564a7c18ee6e33439c78f28e9dba18b3400d57b1f5121ff1c9b850ddaa249a33b2f0d042328efa0dc1d9bacfe4ff1f6f8d8a4cbc

diff --git a/gui-apps/coretime/coretime-4.5.0.ebuild b/gui-apps/coretime/coretime-4.5.0.ebuild
deleted file mode 100644
index c3bd68dd6..000000000
--- a/gui-apps/coretime/coretime-4.5.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="A time related task manager for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coretime.git"
-else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/coretime/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtmultimedia:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-	gui-libs/libcprime
-"
-RDEPEND="${DEPEND}"

diff --git a/gui-apps/coretime/coretime-9999.ebuild b/gui-apps/coretime/coretime-9999.ebuild
deleted file mode 100644
index c3bd68dd6..000000000
--- a/gui-apps/coretime/coretime-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="A time related task manager for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coretime.git"
-else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/coretime/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtmultimedia:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-	gui-libs/libcprime
-"
-RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2025-05-05 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-13 16:24 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretime/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2025-05-05 19:33 David Roman
2025-05-05 19:33 David Roman

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