public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/corepaint/
@ 2024-01-13 11:59 Takuya Wakazono
  0 siblings, 0 replies; 3+ messages in thread
From: Takuya Wakazono @ 2024-01-13 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     7d9270a69e210d4554d1f86e6e2f2d9acd1fa555
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 11:44:59 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Jan 13 11:59:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d9270a6

gui-apps/corepaint: add 4.5.0, live sync

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

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

diff --git a/gui-apps/corepaint/Manifest b/gui-apps/corepaint/Manifest
index 734baf2fa8..e6297fa92f 100644
--- a/gui-apps/corepaint/Manifest
+++ b/gui-apps/corepaint/Manifest
@@ -1 +1,2 @@
 DIST corepaint-4.2.0.tar.gz 109114 BLAKE2B a79bbfa6e6aebc005338347193b5c14d41c1d5f40cee41f2493934b63034c9bb47d3c6021fe93a0d6e9ac0e776af65a60d930bd451d70c7acec3a46545363e39 SHA512 23ccfc465bfe00cb14ddc4dc607d23606456ee1856c20529194922786d5e6d956d4854271d7a91605d5849d7581c8e508b25688759465d77d43fa7b0fd2db027
+DIST corepaint-v4.5.0.tar.bz2 99339 BLAKE2B b396ecbe0a24b48466b29b73eca859839245b982de57c4f3cc486ef1db84f51ee9bfdef59595b4437c8e56b4bba3b26722c7a439bc074717c70022998d9f7a30 SHA512 c63ff16fee1b39369d09d7a60ab1c2d4de3ea5d09236dff5691b3138884c1b1b83c93146c764e19855bb06178f1329fa17e90ebf96e14a5972c839f53d331d87

diff --git a/gui-apps/corepaint/corepaint-9999.ebuild b/gui-apps/corepaint/corepaint-4.5.0.ebuild
similarity index 54%
copy from gui-apps/corepaint/corepaint-9999.ebuild
copy to gui-apps/corepaint/corepaint-4.5.0.ebuild
index f5a7ba9c96..d30d033f8f 100644
--- a/gui-apps/corepaint/corepaint-9999.ebuild
+++ b/gui-apps/corepaint/corepaint-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/corepaint"
 
 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/corepaint.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/corepaint/-/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"
 
@@ -29,6 +26,4 @@ DEPEND="
 	dev-qt/qtwidgets:5
 	gui-libs/libcprime
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"

diff --git a/gui-apps/corepaint/corepaint-9999.ebuild b/gui-apps/corepaint/corepaint-9999.ebuild
index f5a7ba9c96..d30d033f8f 100644
--- a/gui-apps/corepaint/corepaint-9999.ebuild
+++ b/gui-apps/corepaint/corepaint-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/corepaint"
 
 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/corepaint.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/corepaint/-/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"
 
@@ -29,6 +26,4 @@ DEPEND="
 	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:dev commit in: gui-apps/corepaint/
@ 2025-05-01 16:45 Takuya Wakazono
  0 siblings, 0 replies; 3+ messages in thread
From: Takuya Wakazono @ 2025-05-01 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     68bd30e71ff7660b0c462dead9b74f12e2e8c76c
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu May  1 16:42:59 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu May  1 16:42:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68bd30e7

gui-apps/corepaint: add 5.0.0

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

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

diff --git a/gui-apps/corepaint/Manifest b/gui-apps/corepaint/Manifest
index fa33f2b1a..8a0af4b22 100644
--- a/gui-apps/corepaint/Manifest
+++ b/gui-apps/corepaint/Manifest
@@ -1 +1,2 @@
 DIST corepaint-v4.5.0.tar.bz2 99339 BLAKE2B b396ecbe0a24b48466b29b73eca859839245b982de57c4f3cc486ef1db84f51ee9bfdef59595b4437c8e56b4bba3b26722c7a439bc074717c70022998d9f7a30 SHA512 c63ff16fee1b39369d09d7a60ab1c2d4de3ea5d09236dff5691b3138884c1b1b83c93146c764e19855bb06178f1329fa17e90ebf96e14a5972c839f53d331d87
+DIST corepaint-v5.0.0.tar.bz2 99359 BLAKE2B 25c25ad75357144f42681163ed99d1b7253a27e7796d6c0364584b774e9eb94e01241b02310920532353741ec75105fcc026dda52a6c3463ebf25aae637f662a SHA512 2898d5eb26164d3d8230f1183ff0ca174f344f9c5f42848c13e2ae8b7d8d074fcf04affcaaec81877c98c33fe905a9bdf44677246b312bd52c3c8929e107a547

diff --git a/gui-apps/corepaint/corepaint-5.0.0.ebuild b/gui-apps/corepaint/corepaint-5.0.0.ebuild
new file mode 100644
index 000000000..318b23625
--- /dev/null
+++ b/gui-apps/corepaint/corepaint-5.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="A paint app for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint"
+SRC_URI="https://gitlab.com/cubocore/coreapps/corepaint/-/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,widgets]
+	>=gui-libs/libcprime-5.0.0
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/corepaint/
@ 2025-05-01 16:45 Takuya Wakazono
  0 siblings, 0 replies; 3+ messages in thread
From: Takuya Wakazono @ 2025-05-01 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     29b5061e8c09dee96f24238f17a0eac572e4d54b
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu May  1 16:42:59 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu May  1 16:42:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29b5061e

gui-apps/corepaint: drop 4.5.0, 9999

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

 gui-apps/corepaint/Manifest               |  1 -
 gui-apps/corepaint/corepaint-4.5.0.ebuild | 29 -----------------------------
 gui-apps/corepaint/corepaint-9999.ebuild  | 29 -----------------------------
 3 files changed, 59 deletions(-)

diff --git a/gui-apps/corepaint/Manifest b/gui-apps/corepaint/Manifest
index 8a0af4b22..0aa27c5f5 100644
--- a/gui-apps/corepaint/Manifest
+++ b/gui-apps/corepaint/Manifest
@@ -1,2 +1 @@
-DIST corepaint-v4.5.0.tar.bz2 99339 BLAKE2B b396ecbe0a24b48466b29b73eca859839245b982de57c4f3cc486ef1db84f51ee9bfdef59595b4437c8e56b4bba3b26722c7a439bc074717c70022998d9f7a30 SHA512 c63ff16fee1b39369d09d7a60ab1c2d4de3ea5d09236dff5691b3138884c1b1b83c93146c764e19855bb06178f1329fa17e90ebf96e14a5972c839f53d331d87
 DIST corepaint-v5.0.0.tar.bz2 99359 BLAKE2B 25c25ad75357144f42681163ed99d1b7253a27e7796d6c0364584b774e9eb94e01241b02310920532353741ec75105fcc026dda52a6c3463ebf25aae637f662a SHA512 2898d5eb26164d3d8230f1183ff0ca174f344f9c5f42848c13e2ae8b7d8d074fcf04affcaaec81877c98c33fe905a9bdf44677246b312bd52c3c8929e107a547

diff --git a/gui-apps/corepaint/corepaint-4.5.0.ebuild b/gui-apps/corepaint/corepaint-4.5.0.ebuild
deleted file mode 100644
index d30d033f8..000000000
--- a/gui-apps/corepaint/corepaint-4.5.0.ebuild
+++ /dev/null
@@ -1,29 +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 paint app for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corepaint.git"
-else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/corepaint/-/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/qtwidgets:5
-	gui-libs/libcprime
-"
-RDEPEND="${DEPEND}"

diff --git a/gui-apps/corepaint/corepaint-9999.ebuild b/gui-apps/corepaint/corepaint-9999.ebuild
deleted file mode 100644
index d30d033f8..000000000
--- a/gui-apps/corepaint/corepaint-9999.ebuild
+++ /dev/null
@@ -1,29 +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 paint app for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corepaint.git"
-else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/corepaint/-/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/qtwidgets:5
-	gui-libs/libcprime
-"
-RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2025-05-01 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-01 16:45 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/corepaint/ Takuya Wakazono
  -- strict thread matches above, loose matches on Subject: below --
2025-05-01 16:45 Takuya Wakazono
2024-01-13 11:59 Takuya Wakazono

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