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

commit:     23d1ade549c025b38e3c0914ed001661a8a9017c
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 11:44:50 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 11:59:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23d1ade5

gui-apps/corepad: add 4.5.0, live sync

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

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

diff --git a/gui-apps/corepad/Manifest b/gui-apps/corepad/Manifest
index 37af79a4d8..1ebe7ece51 100644
--- a/gui-apps/corepad/Manifest
+++ b/gui-apps/corepad/Manifest
@@ -1 +1,2 @@
 DIST corepad-4.2.0.tar.gz 143973 BLAKE2B 6c637aa4e391939c99f421723c78a34cdedcc6efa8b309b8dee6abf9b3d5c9a79f7ea1c62c320eb1690308c0d20c7fcb90efa927888e2dbdf5898dd9c913b7c1 SHA512 bd9bee5ac61a7c96bb7ad181112059ad7a07a4b23288dcde8fb5ca4b3343de08d5f1dd641ceda37e2d22aaa3d909cda18cbad9b172e9b662f1d563733131dda9
+DIST corepad-v4.5.0.tar.bz2 147168 BLAKE2B e875cbc44ef24e554e0dadd10012a6c79b9e6f1637daab7f9f22989201435afbaeb7c0233cc156a1e76239d0c8aafdae7c8700c0295a7b1179fd90064d9748a4 SHA512 30f125a0787e44992d8e7010f5c03a04dac491e79a717c499f6fb893607aeb070854b59095f172657d0ac3f0d66873a48086c74bc9ca230da5ba39b1bc284c1f

diff --git a/gui-apps/corepad/corepad-9999.ebuild b/gui-apps/corepad/corepad-4.5.0.ebuild
similarity index 54%
copy from gui-apps/corepad/corepad-9999.ebuild
copy to gui-apps/corepad/corepad-4.5.0.ebuild
index d6281acc60..28829690ee 100644
--- a/gui-apps/corepad/corepad-9999.ebuild
+++ b/gui-apps/corepad/corepad-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,25 +10,21 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad"
 
 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/corepad.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/corepad/-/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"
 
 DEPEND="
-	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 	gui-libs/libcprime
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"

diff --git a/gui-apps/corepad/corepad-9999.ebuild b/gui-apps/corepad/corepad-9999.ebuild
index d6281acc60..28829690ee 100644
--- a/gui-apps/corepad/corepad-9999.ebuild
+++ b/gui-apps/corepad/corepad-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,25 +10,21 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad"
 
 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/corepad.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/corepad/-/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"
 
 DEPEND="
-	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 	gui-libs/libcprime
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corepad/
@ 2021-04-20 10:42 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-04-20 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     39f25cdd44fd22909e73de34bea133f6f3b26e52
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 20 10:39:12 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 20 10:41:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39f25cdd

gui-apps/corepad: add missing dep

Closes: https://bugs.gentoo.org/784368
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 gui-apps/corepad/corepad-4.1.0.ebuild       | 3 ++-
 gui-apps/corepad/corepad-4.2.0.ebuild       | 1 +
 gui-apps/corepad/corepad-4.2.0_alpha.ebuild | 1 +
 gui-apps/corepad/corepad-9999.ebuild        | 1 +
 4 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gui-apps/corepad/corepad-4.1.0.ebuild b/gui-apps/corepad/corepad-4.1.0.ebuild
index d9494660c..d0212d569 100644
--- a/gui-apps/corepad/corepad-4.1.0.ebuild
+++ b/gui-apps/corepad/corepad-4.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,6 +22,7 @@ LICENSE="GPL-3"
 SLOT="0"
 
 DEPEND="
+	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5

diff --git a/gui-apps/corepad/corepad-4.2.0.ebuild b/gui-apps/corepad/corepad-4.2.0.ebuild
index 7f952274b..d6281acc6 100644
--- a/gui-apps/corepad/corepad-4.2.0.ebuild
+++ b/gui-apps/corepad/corepad-4.2.0.ebuild
@@ -24,6 +24,7 @@ LICENSE="GPL-3"
 SLOT="0"
 
 DEPEND="
+	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5

diff --git a/gui-apps/corepad/corepad-4.2.0_alpha.ebuild b/gui-apps/corepad/corepad-4.2.0_alpha.ebuild
index 7f952274b..d6281acc6 100644
--- a/gui-apps/corepad/corepad-4.2.0_alpha.ebuild
+++ b/gui-apps/corepad/corepad-4.2.0_alpha.ebuild
@@ -24,6 +24,7 @@ LICENSE="GPL-3"
 SLOT="0"
 
 DEPEND="
+	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5

diff --git a/gui-apps/corepad/corepad-9999.ebuild b/gui-apps/corepad/corepad-9999.ebuild
index 7f952274b..d6281acc6 100644
--- a/gui-apps/corepad/corepad-9999.ebuild
+++ b/gui-apps/corepad/corepad-9999.ebuild
@@ -24,6 +24,7 @@ LICENSE="GPL-3"
 SLOT="0"
 
 DEPEND="
+	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5


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

end of thread, other threads:[~2024-01-13 16:25 UTC | newest]

Thread overview: 2+ 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/corepad/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2021-04-20 10:42 Andrew Ammerlaan

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