gui-apps/core*: drop 4.1.0, 4.2.0_alpha

Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna Vyalkova
2021-05-25 12:46:46 +05:00
parent 5c20d6a3b0
commit 520c327e66
62 changed files with 0 additions and 1905 deletions

View File

@@ -1,3 +1 @@
DIST corestuff-4.1.0.tar.gz 1244242 BLAKE2B a00c94cb7ae1caa76cf49205d8d5732ff64f5cefa9e7abae7338b5e9d60bbba8a2c1b8aba980c92f5be644b5de5d1f46fe5e18afd69b0bbfb2e7794fdd1b8ca0 SHA512 e2d9c87258909ec825fe8961fb65ddf917d23315e9e2977b9557189109e9147b3d91c452fc9d8dba6a436a323470b38683803977d84b2391930bc7dcdbf4b3aa
DIST corestuff-4.2.0.tar.gz 1247589 BLAKE2B 9dff4a40a37e8b89ea59ed7c51d2016cf18386287597a2106afc92245afcb1f8708955af66c89cd830a2ab8fec640c05df67231f79d4060c57abe6778c6bd06f SHA512 88a7d5035b05d7b74a0dbe38b01c01b84cf614e7188ab94cf287828839a7210b622b8be48f3064b4e0f1fd77d13ba065a7ba5faee32e6f056c79706c6a11bb22
DIST corestuff-4.2.0_alpha.tar.gz 1247030 BLAKE2B 9216f4ffeb5482a6f14e83709ef368bed0b88c05d493713300134a2ac381ec88e1c655518e1dab0f5d2136dd575918fca23916ffae0922299e54e6b8291180f4 SHA512 0fafcc5cfcd21543f0a971637c4afa407bc55e04c2697c905e7af3d2c02b18273d28221fe6be5e9b796c0690421fff2741b045e9933015c345d96c94925c1d88

View File

@@ -1,54 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit qmake-utils xdg
DESCRIPTION="An activity viewer for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${PV}"
fi
RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-qt/qtconcurrent:5
dev-qt/qtx11extras:5
gui-libs/libcprime
gui-libs/libcsys
kde-frameworks/kglobalaccel:5
x11-libs/libXcomposite
"
RDEPEND="
${DEPEND}
"
src_prepare() {
default
sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
}
src_configure() {
eqmake5
}
src_compile() {
emake
}
src_install() {
einstalldocs
emake INSTALL_ROOT="${D}" install
}

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PV="${PV/_/-}"
inherit xdg cmake
DESCRIPTION="An activity viewer for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${MY_PV}"
fi
RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-qt/qtconcurrent:5
dev-qt/qtx11extras:5
gui-libs/libcprime
gui-libs/libcsys
kde-frameworks/kglobalaccel:5
x11-libs/libXcomposite
"
RDEPEND="
${DEPEND}
"