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 coreimage-4.1.0.tar.gz 404411 BLAKE2B 3f5a825f2e591b2abd6f0fca0cbf0cc15e6ed7a3abf72eba1ac1994595b51659bff869d076c51f5c5028612b788015ee3edd984adc26e905857de9b38d3f552d SHA512 4ebe1ff2d9baa12b09e345cf3748a1ce35eb927b9de4e7c486a73775d629f21e7c2a6ebf3060311cd818cf5d54572ede0dba64265591feea17a3a6e328b7849b
DIST coreimage-4.2.0.tar.gz 407103 BLAKE2B b47498e84ffbab39b43b32b2f93e976a7a1eb41d6956a8a0f40dced23d8c19d2eb737b567c3ab8f30640e982bcfb87843699bab350c17f34563ac01f4c1d29f9 SHA512 a84e8d0061187959a291301dda1274000f19607ff932d8bddfd5384653436d4de88662c145d1be43b12a798c739a259f81cc4da17a8dd2c61bd6ba5ecaf69efb
DIST coreimage-4.2.0_alpha.tar.gz 406569 BLAKE2B d305bd809522120267049de84acd6f044490ab1d229c413bf3be0246fcf592ce7bb260fdf71012a20bdbcce90bb159ef222a2e78098fa8e6e307104704ca6eb0 SHA512 1784f35fd3bd260d5e81fecd5db10f9cd38c1f190eff3fa86d096ba8c99497312d5cbdf2393fc67be673c581da0a58e0b6ccb0eba627cce1b85f16abeafc0e56

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 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/${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/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
gui-libs/libcprime
gui-libs/libcsys
"
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 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/${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/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
gui-libs/libcprime
gui-libs/libcsys
"
RDEPEND="
${DEPEND}
"