public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corepad/
Date: Sat, 13 Jan 2024 16:24:57 +0000 (UTC)	[thread overview]
Message-ID: <1705147173.23d1ade549c025b38e3c0914ed001661a8a9017c.arthurzam@gentoo> (raw)

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}"


             reply	other threads:[~2024-01-13 16:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-13 16:24 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-20 10:42 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corepad/ Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1705147173.23d1ade549c025b38e3c0914ed001661a8a9017c.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox