commit: 128aeac5187a19f033d27fb19d1044a80d00def6 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Thu May 1 16:42:58 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Thu May 1 16:42:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=128aeac5
gui-apps/corehunt: drop 4.5.0, 9999 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/corehunt/Manifest | 1 - gui-apps/corehunt/corehunt-4.5.0.ebuild | 29 ----------------------------- gui-apps/corehunt/corehunt-9999.ebuild | 29 ----------------------------- 3 files changed, 59 deletions(-) diff --git a/gui-apps/corehunt/Manifest b/gui-apps/corehunt/Manifest index 1687899ce..d87a6ee50 100644 --- a/gui-apps/corehunt/Manifest +++ b/gui-apps/corehunt/Manifest @@ -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 diff --git a/gui-apps/corehunt/corehunt-4.5.0.ebuild b/gui-apps/corehunt/corehunt-4.5.0.ebuild deleted file mode 100644 index a87a9df5b..000000000 --- a/gui-apps/corehunt/corehunt-4.5.0.ebuild +++ /dev/null @@ -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}" diff --git a/gui-apps/corehunt/corehunt-9999.ebuild b/gui-apps/corehunt/corehunt-9999.ebuild deleted file mode 100644 index a87a9df5b..000000000 --- a/gui-apps/corehunt/corehunt-9999.ebuild +++ /dev/null @@ -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}"
