gui-apps/coreimage: drop 4.5.0, 9999

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-05-01 02:09:57 +09:00
parent f532293241
commit faadd22c07
3 changed files with 0 additions and 61 deletions

View File

@@ -1,2 +1 @@
DIST coreimage-v4.5.0.tar.bz2 414029 BLAKE2B 11e64d3d8ffe828448f6344ba6ea93af2d479828f9c53f03b3bfe7fd0f4ebe85e003074f77152af51972893fd6fd91157c8eefc63f5f48809172b526263e2b12 SHA512 fcb9301d811e79c68a6e5dfcbe7f672a7b95d926b0b1137cb8827eb3ae67b5052ebb8a88e966b578a50ee900e7dc672961d3868554daf9b2503a5585b7ba3a01
DIST coreimage-v5.0.0.tar.bz2 414098 BLAKE2B 7ac1c3c7c0e0e60ababafd883103427cab2cf82d06d5e575495379766f22219066649afc7e72c6c43c0e5722ac51ba88253fad4003ea5f97a14b2018547eb1d2 SHA512 eda23687323bdd94e4063411234067fb0eead6991ff488594032e53780bace0b4c7f27e757e2797dd0b036f609afdfd2f55280c3c73111eeba25e503ece6c696

View File

@@ -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="An image viewer for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreimage.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/coreimage/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${PV}"
fi
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
gui-libs/libcprime
"
RDEPEND="${DEPEND}"

View File

@@ -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="An image viewer for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreimage.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/coreimage/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${PV}"
fi
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
gui-libs/libcprime
"
RDEPEND="${DEPEND}"