From df70dc2894fc0ffb84a964a5a40541f120d9974d Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Mon, 19 May 2025 23:59:58 +0900 Subject: [PATCH] gui-apps/corepdf: drop 4.5.0, 9999 Signed-off-by: Takuya Wakazono --- gui-apps/corepdf/corepdf-4.5.0.ebuild | 31 --------------------------- gui-apps/corepdf/corepdf-9999.ebuild | 31 --------------------------- 2 files changed, 62 deletions(-) delete mode 100644 gui-apps/corepdf/corepdf-4.5.0.ebuild delete mode 100644 gui-apps/corepdf/corepdf-9999.ebuild diff --git a/gui-apps/corepdf/corepdf-4.5.0.ebuild b/gui-apps/corepdf/corepdf-4.5.0.ebuild deleted file mode 100644 index 1fe8d8246e..0000000000 --- a/gui-apps/corepdf/corepdf-4.5.0.ebuild +++ /dev/null @@ -1,31 +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 PDF viewer for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corepdf.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/corepdf/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - app-text/poppler[qt5] - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - gui-libs/libcprime -" -RDEPEND="${DEPEND}" diff --git a/gui-apps/corepdf/corepdf-9999.ebuild b/gui-apps/corepdf/corepdf-9999.ebuild deleted file mode 100644 index 1fe8d8246e..0000000000 --- a/gui-apps/corepdf/corepdf-9999.ebuild +++ /dev/null @@ -1,31 +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 PDF viewer for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corepdf.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/corepdf/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - app-text/poppler[qt5] - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - gui-libs/libcprime -" -RDEPEND="${DEPEND}"