From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B59C158004 for ; Sat, 13 Jan 2024 12:00:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82998E29DC; Sat, 13 Jan 2024 12:00:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69AA0E29DC for ; Sat, 13 Jan 2024 12:00:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 574763430B6 for ; Sat, 13 Jan 2024 12:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5A2914C9 for ; Sat, 13 Jan 2024 11:59:58 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1705147174.7e2ab2ebc1929a6b8168f67c0d4ced50b2ba59df.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coretime/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/coretime/Manifest gui-apps/coretime/coretime-4.5.0.ebuild gui-apps/coretime/coretime-9999.ebuild X-VCS-Directories: gui-apps/coretime/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 7e2ab2ebc1929a6b8168f67c0d4ced50b2ba59df X-VCS-Branch: dev Date: Sat, 13 Jan 2024 11:59:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4aa8011b-0c43-47dc-aa39-deac03123ea0 X-Archives-Hash: e58eb5245822d56953fcb889e597708f commit: 7e2ab2ebc1929a6b8168f67c0d4ced50b2ba59df Author: Takuya Wakazono gmail com> AuthorDate: Sat Jan 13 11:46:15 2024 +0000 Commit: Takuya Wakazono gmail com> 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 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}"