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 coreshot-4.1.0.tar.gz 1300320 BLAKE2B 4224967cefd300aecb47112100e2d8800c19fc2919338f3230ac46c2392dc343262e2dd90b99965023f3e3202802a089588fd54c6e376e276cf2da4f4293200d SHA512 7a86f723c6b41e1551fb908b5bcdc7031e01121b282fed6225f6f74746f5cfcf9c3c474a71138b9adb63dbeb3bb41bcb0b0da32c4d11d21aafba66ef89ec4d3d
DIST coreshot-4.2.0.tar.gz 1301967 BLAKE2B e481c69a11fef2684bd2088240e7e9bb0f10d45fef07d4582adcf759f89f75f01a813a8b6cf90e2c0654bdf49b13844bcaea32172d79dcd61676c71b260f481b SHA512 80e5587d802980b2acb7be5b9babdca365332c4ceadf3d2ff7c30e94c706a47fcece8045e689b2eac8186a21267af5017caf46dd89fe6bf60bf81dec0f7f75b0
DIST coreshot-4.2.0_alpha.tar.gz 1301559 BLAKE2B 46df04874b89db2b7198475a7df0a5bc9f797e8b680df6a7ab3de1ad40ae1f949f243b0d7f7495761c9713943c0c336b9c3ab310531737a9c3812bd5bdb257ee SHA512 430e5bbc99fa15d7867ff8f77e4f69312ff5f92691b5670d00cf8169390d047b317bf931bc4008ff743352a0582b27ee475f06a34b14a6523cff9ddaeea8fcfc

View File

@@ -1,53 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit qmake-utils xdg
DESCRIPTION="A screen capture utility for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot"
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/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
gui-libs/libcprime
"
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,35 +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="A screen capture utility for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot"
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/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
gui-libs/libcprime
"
RDEPEND="
${DEPEND}
"