gui-apps/corerenamer: drop 4.5.0, 9999

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-05-13 02:04:56 +09:00
parent c07d75cf92
commit 4979931aa2
3 changed files with 0 additions and 59 deletions

View File

@@ -1,2 +1 @@
DIST corerenamer-v4.5.0.tar.bz2 70985 BLAKE2B f79e8662d660dbae27fa655d38a23b9ae5665ebed34eb5746a5210e0b7a056a48188c48544a974375873cf9211d12e4d8125883ad74238a60e3decd5d786f931 SHA512 2a5533adc8b690c56de28015f51cde72fe2f6217cd73935c266c4e20fec6c9a88894e2033269efe7b71e4d9404d8caf87bc9062daf2d7dd7d694bf57544c205f
DIST corerenamer-v5.0.0.tar.bz2 70945 BLAKE2B 400e6d68f44f42ff178d97e08cdf59830462eb8faff0c37d41e7713a14316f38f2360b7686438247956805b623d3c10542953916e04d9165346a4111b8faeb80 SHA512 a323205de99e3c2ebcc247573efadfacb843c2eb2e6b7ddd15be195eabb85b6d24b31b5e8c5490e6bf0b11b3511314349aaf80258ea7be084594d608c4dc913d

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg cmake
DESCRIPTION="A batch file renamer for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corerenamer.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/corerenamer/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${PV}"
fi
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
gui-libs/libcprime
"
RDEPEND="${DEPEND}"

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg cmake
DESCRIPTION="A batch file renamer for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corerenamer.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/corerenamer/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${PV}"
fi
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
gui-libs/libcprime
"
RDEPEND="${DEPEND}"