* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corerenamer/
@ 2024-01-13 16:24 Arthur Zamarin
0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2024-01-13 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 32b55ad575bc789ee815be7745ad0fa42ae1980f
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 11:45:28 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=32b55ad5
gui-apps/corerenamer: add 4.5.0, live sync
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
gui-apps/corerenamer/Manifest | 1 +
...corerenamer-9999.ebuild => corerenamer-4.5.0.ebuild} | 17 ++++++-----------
gui-apps/corerenamer/corerenamer-9999.ebuild | 17 ++++++-----------
3 files changed, 13 insertions(+), 22 deletions(-)
diff --git a/gui-apps/corerenamer/Manifest b/gui-apps/corerenamer/Manifest
index b3f9d35d3e..0950b66592 100644
--- a/gui-apps/corerenamer/Manifest
+++ b/gui-apps/corerenamer/Manifest
@@ -1 +1,2 @@
DIST corerenamer-4.2.0.tar.gz 69601 BLAKE2B c039762c2cd0727e73595c3cfd19aefd54e085053fcd722bda20a98efa975932beba85ed47bbcfefbdff543040c13a094cc8f6d479b69226a737837de0ea7937 SHA512 c04883a9dd615775a05ea28518563bfc7295ea2c103f41c7548e6d30c6d70fc10ed2884fe86e19b2470d830eac172552eb02f161c97b0b099571127594859384
+DIST corerenamer-v4.5.0.tar.bz2 70985 BLAKE2B f79e8662d660dbae27fa655d38a23b9ae5665ebed34eb5746a5210e0b7a056a48188c48544a974375873cf9211d12e4d8125883ad74238a60e3decd5d786f931 SHA512 2a5533adc8b690c56de28015f51cde72fe2f6217cd73935c266c4e20fec6c9a88894e2033269efe7b71e4d9404d8caf87bc9062daf2d7dd7d694bf57544c205f
diff --git a/gui-apps/corerenamer/corerenamer-9999.ebuild b/gui-apps/corerenamer/corerenamer-4.5.0.ebuild
similarity index 55%
copy from gui-apps/corerenamer/corerenamer-9999.ebuild
copy to gui-apps/corerenamer/corerenamer-4.5.0.ebuild
index a41d3ad572..ab8d9e8b17 100644
--- a/gui-apps/corerenamer/corerenamer-9999.ebuild
+++ b/gui-apps/corerenamer/corerenamer-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/corerenamer"
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/corerenamer.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/corerenamer/-/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/corerenamer/corerenamer-9999.ebuild b/gui-apps/corerenamer/corerenamer-9999.ebuild
index a41d3ad572..ab8d9e8b17 100644
--- a/gui-apps/corerenamer/corerenamer-9999.ebuild
+++ b/gui-apps/corerenamer/corerenamer-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/corerenamer"
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/corerenamer.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/corerenamer/-/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] only message in thread
only message in thread, other threads:[~2024-01-13 16:25 UTC | newest]
Thread overview: (only message) (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/corerenamer/ Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox