gui-apps/corehunt: drop 4.5.0, 9999

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-05-02 01:42:58 +09:00
parent 7e39f5c0ae
commit 128aeac518
3 changed files with 0 additions and 59 deletions

View File

@@ -1,2 +1 @@
DIST corehunt-v4.5.0.tar.bz2 49376 BLAKE2B b58664866466778182bd5c1a365023e94bd1ee972976292f97a37b9ed664c274388bc7ccbc3ef314f001335fb4460e657164b7eda77dba5e49abfaddaf6c108e SHA512 990b346e579cce5bcb9e64388ab4af63baaee737b65a9d16b9b584fab519e473237589ab0ee977cde39da17dfebc9896efbe2fb6a02e77af9ac0b8651cac20c3
DIST corehunt-v5.0.0.tar.bz2 49361 BLAKE2B 0d61e472ba840bdabe2d9f68984d526b44fe999c8550ba335a2d823bc914f1b24ff772a5b31464366363a32067bc83785acdc35ca7ca525cc55385db7e1c2db3 SHA512 c6b514ab570a609e7c1dbe937121ab38efd7e23bf0a3fa91503ab0488a2d2069cf7a9c03e8e4bca112bc0a3e5cbf7d8c0b62612ea40a8dcd09694d7be0dea25d

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 file finder utility for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corehunt.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/corehunt/-/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 file finder utility for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corehunt.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/corehunt/-/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}"