commit: 39214c4d331d8c9983aa1697d617d9242d2476c0 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Fri Jan 12 13:31:46 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Fri Jan 12 13:38:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39214c4d
gui-apps/coreaction: add 4.5.0, sync live Closes: https://bugs.gentoo.org/921919 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/coreaction/Manifest | 1 + ...eaction-9999.ebuild => coreaction-4.5.0.ebuild} | 23 +++++++++++----------- gui-apps/coreaction/coreaction-9999.ebuild | 23 +++++++++++----------- 3 files changed, 23 insertions(+), 24 deletions(-) diff --git a/gui-apps/coreaction/Manifest b/gui-apps/coreaction/Manifest index 9c926c355a..d09c5d5a45 100644 --- a/gui-apps/coreaction/Manifest +++ b/gui-apps/coreaction/Manifest @@ -1 +1,2 @@ DIST coreaction-4.2.0.tar.gz 783597 BLAKE2B 499f94062512a92a728d0a3cc0cf2a07050bb6b20f4957e4a1bae73697f876ca2a5d11304b55e6b62882f8541ddfdb8fd693ed6d8f46affa95c67c3bad915c50 SHA512 006ffd4791084b56fa87ce3630ab84018915f2c986b5b4a50ec7a8e42cb52bca22eb42e5952b22bde67b80b1494c4459598cc544e3fb415d3cd5f22e6056a7a6 +DIST coreaction-v4.5.0.tar.bz2 792795 BLAKE2B 17d21c3b1dd4b80fb84c70efaadc9b9bbde0d36edd39b4f60db07d06233b192a430dae761a79ab2b9002e2181fb28ba14d6fbfb183ab8fe0afe1247bfd6db7bf SHA512 94de8182af9500f66eeb28f929833d4948a46be2a4f32b3dfe0ecbe311f150c16cb10b2f1650489ab8d316cb47b7dff96ddc986c67f40832172aef62b4547b33 diff --git a/gui-apps/coreaction/coreaction-9999.ebuild b/gui-apps/coreaction/coreaction-4.5.0.ebuild similarity index 50% copy from gui-apps/coreaction/coreaction-9999.ebuild copy to gui-apps/coreaction/coreaction-4.5.0.ebuild index 3620e3c6c4..d4675d7b78 100644 --- a/gui-apps/coreaction/coreaction-9999.ebuild +++ b/gui-apps/coreaction/coreaction-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,22 +10,23 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction" 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/coreaction.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/coreaction/-/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/qtsvg + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 gui-libs/libcprime gui-libs/libcsys " -RDEPEND=" - ${DEPEND} -" +RDEPEND="${DEPEND}" diff --git a/gui-apps/coreaction/coreaction-9999.ebuild b/gui-apps/coreaction/coreaction-9999.ebuild index 3620e3c6c4..d4675d7b78 100644 --- a/gui-apps/coreaction/coreaction-9999.ebuild +++ b/gui-apps/coreaction/coreaction-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,22 +10,23 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction" 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/coreaction.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/coreaction/-/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/qtsvg + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 gui-libs/libcprime gui-libs/libcsys " -RDEPEND=" - ${DEPEND} -" +RDEPEND="${DEPEND}"
