mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-15 22:28:44 -04:00
gui-libs/libcsys: drop 9999
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
5c0e080c8a
commit
d9534a10c4
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Library for managing the device"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/libcsys"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/libcsys.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/libcsys/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="udisks"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtnetwork:5
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
udisks? (
|
||||
sys-fs/udisks:2
|
||||
)
|
||||
"
|
Loading…
x
Reference in New Issue
Block a user