commit: 1e6db359c62c5e28d4a55cc4bcbc62740e552891 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=1e6db359
gui-apps/corekeyboard: drop 4.5.0, 9999 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/corekeyboard/Manifest | 1 - gui-apps/corekeyboard/corekeyboard-4.5.0.ebuild | 33 ------------------------- gui-apps/corekeyboard/corekeyboard-9999.ebuild | 33 ------------------------- 3 files changed, 67 deletions(-) diff --git a/gui-apps/corekeyboard/Manifest b/gui-apps/corekeyboard/Manifest index 8213e1617..28aeecbe1 100644 --- a/gui-apps/corekeyboard/Manifest +++ b/gui-apps/corekeyboard/Manifest @@ -1,2 +1 @@ -DIST corekeyboard-v4.5.0.tar.bz2 913715 BLAKE2B 47c350841c1302ab2237a880b38dc71b27533faca1f993ce53a1d28f1e0dd2bc3fcd523ec4e293c680906e56bb99318b30c53122edd45a54ab968dd46cd40a43 SHA512 801aed3650fc34ede1ad74f582eecebc7a961047d898b2d2a256fe74c7b727e029a5ed3aa9bd06061fa5deac89b74503ed687804e3a7a84366950d8bba0a8a3e DIST corekeyboard-v5.0.0.tar.bz2 913478 BLAKE2B 5af8f28384a16a6051a155126e8b1369a1a450839b83c11035750a8378c74ed9f36428dbd47fd6967649b20b6595950d4c34ad802f0763a0e526ae9c0fd7ab7d SHA512 b96ba7fde3ff94b505e4c980610110cc039bafb09ac2cb1c011474dd503e7d23e2540b4b7be04893f9dd90fe0f72487e9bf41cb165ee1ee74fe08a7235740e67 diff --git a/gui-apps/corekeyboard/corekeyboard-4.5.0.ebuild b/gui-apps/corekeyboard/corekeyboard-4.5.0.ebuild deleted file mode 100644 index bb057a562..000000000 --- a/gui-apps/corekeyboard/corekeyboard-4.5.0.ebuild +++ /dev/null @@ -1,33 +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 x11 based virtual keyboard for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corekeyboard.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/corekeyboard/-/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 - dev-qt/qtnetwork:5 - dev-qt/qtx11extras:5 - gui-libs/libcprime - x11-libs/libX11 - x11-libs/libXtst -" -RDEPEND="${DEPEND}" diff --git a/gui-apps/corekeyboard/corekeyboard-9999.ebuild b/gui-apps/corekeyboard/corekeyboard-9999.ebuild deleted file mode 100644 index bb057a562..000000000 --- a/gui-apps/corekeyboard/corekeyboard-9999.ebuild +++ /dev/null @@ -1,33 +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 x11 based virtual keyboard for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corekeyboard.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/corekeyboard/-/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 - dev-qt/qtnetwork:5 - dev-qt/qtx11extras:5 - gui-libs/libcprime - x11-libs/libX11 - x11-libs/libXtst -" -RDEPEND="${DEPEND}"
