gui-apps/corepaint: drop 4.5.0, 9999

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-05-02 01:42:59 +09:00
parent 68bd30e71f
commit 29b5061e8c
3 changed files with 0 additions and 59 deletions

View File

@@ -1,2 +1 @@
DIST corepaint-v4.5.0.tar.bz2 99339 BLAKE2B b396ecbe0a24b48466b29b73eca859839245b982de57c4f3cc486ef1db84f51ee9bfdef59595b4437c8e56b4bba3b26722c7a439bc074717c70022998d9f7a30 SHA512 c63ff16fee1b39369d09d7a60ab1c2d4de3ea5d09236dff5691b3138884c1b1b83c93146c764e19855bb06178f1329fa17e90ebf96e14a5972c839f53d331d87
DIST corepaint-v5.0.0.tar.bz2 99359 BLAKE2B 25c25ad75357144f42681163ed99d1b7253a27e7796d6c0364584b774e9eb94e01241b02310920532353741ec75105fcc026dda52a6c3463ebf25aae637f662a SHA512 2898d5eb26164d3d8230f1183ff0ca174f344f9c5f42848c13e2ae8b7d8d074fcf04affcaaec81877c98c33fe905a9bdf44677246b312bd52c3c8929e107a547

View File

@@ -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 paint app for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corepaint.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/corepaint/-/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}"

View File

@@ -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 paint app for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corepaint.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/corepaint/-/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}"