mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/coreinfo: drop 4.5.0, 9999
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST coreinfo-v4.5.0.tar.bz2 129540 BLAKE2B 6f6d03213d2c3b4cbdc075236c24289bf91e45bacd75d5c87da5000d366e8ce291c7839c7ed1cac486c6eb8bfd3f3bdf180b5d4940f9eecde15b4cd86686fc29 SHA512 dc47a41d37e03cf538aa94cc1016614748dbe32ec9f94256648fbeeaf6df5f5bd0c104c7d92b7deb5e8a41722cd26b471f917ba9c221ec41a9baeb911ad25617
|
||||
DIST coreinfo-v5.0.0.tar.bz2 129401 BLAKE2B 8da97a3c3beb6ab4282723174bf5359b9c14817a23f0120f0c6112f8f136a795d29c9f83585fb9052846452e9499774d3bd4cc922e00986f03dcb4ba1af2e4d4 SHA512 122885f1d634b855fca90f7ea4a4ec09d536e651220a4a493a644f36d5f7247fb5a086367df40567faa55af5cf2ddd2c285222355f62c3fc31d992aae97fcff3
|
||||
|
||||
@@ -1,31 +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 file information tool for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreinfo.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/coreinfo/-/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
|
||||
media-libs/libmediainfo
|
||||
media-libs/libzen
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
@@ -1,31 +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 file information tool for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreinfo.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/coreinfo/-/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
|
||||
media-libs/libmediainfo
|
||||
media-libs/libzen
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user