commit: 621e48114a4db0af65febe0cba65d46bb7f1869c Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Thu May 1 16:42:59 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Thu May 1 16:42:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=621e4811
gui-apps/corepad: drop 4.5.0, 9999 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/corepad/Manifest | 1 - gui-apps/corepad/corepad-4.5.0.ebuild | 30 ------------------------------ gui-apps/corepad/corepad-9999.ebuild | 30 ------------------------------ 3 files changed, 61 deletions(-) diff --git a/gui-apps/corepad/Manifest b/gui-apps/corepad/Manifest index d2a2af9aa..0840cd51e 100644 --- a/gui-apps/corepad/Manifest +++ b/gui-apps/corepad/Manifest @@ -1,2 +1 @@ -DIST corepad-v4.5.0.tar.bz2 147168 BLAKE2B e875cbc44ef24e554e0dadd10012a6c79b9e6f1637daab7f9f22989201435afbaeb7c0233cc156a1e76239d0c8aafdae7c8700c0295a7b1179fd90064d9748a4 SHA512 30f125a0787e44992d8e7010f5c03a04dac491e79a717c499f6fb893607aeb070854b59095f172657d0ac3f0d66873a48086c74bc9ca230da5ba39b1bc284c1f DIST corepad-v5.0.0.tar.bz2 147123 BLAKE2B 7b827f683c8f682c8ecc11ed264deca3033fcf82d03cf2e247a05e9013d11279db4ecbe2c2c98a14e6b518cd4b552c2188237d8f1f5c76c3ad3520aae3c47d63 SHA512 3e9e3ce53bd7dd249136945b9b39af5c2d176d4ca227d34c2ddaba960aba2482de63cf45750439ade40ce28dd6feded3d4809e1a1484ef29ff12792b3100d312 diff --git a/gui-apps/corepad/corepad-4.5.0.ebuild b/gui-apps/corepad/corepad-4.5.0.ebuild deleted file mode 100644 index 28829690e..000000000 --- a/gui-apps/corepad/corepad-4.5.0.ebuild +++ /dev/null @@ -1,30 +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 document editor for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corepad.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/corepad/-/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/qtxml:5 - gui-libs/libcprime -" -RDEPEND="${DEPEND}" diff --git a/gui-apps/corepad/corepad-9999.ebuild b/gui-apps/corepad/corepad-9999.ebuild deleted file mode 100644 index 28829690e..000000000 --- a/gui-apps/corepad/corepad-9999.ebuild +++ /dev/null @@ -1,30 +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 document editor for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corepad.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/corepad/-/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/qtxml:5 - gui-libs/libcprime -" -RDEPEND="${DEPEND}"
