mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
sys-apps/drm_info: drop 2.8.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST drm_info-v2.8.0.tar.bz2 16998 BLAKE2B 3b481f0342109d4852ecd756e3de985f684ce870457755ebede213020378f3f0daf046a2403fa16a69c451878bc0870789bdfe2c57ee5b8c66dee48e225d876c SHA512 aa8602ed16438e073728b1756a759ad3b40c29bf02fab78a00d4b09488e64f1b174c6085d5dc77b957d023d77299472b175ce0fc3d5bb388578943f0b69e4467
|
||||
DIST drm_info-v2.9.0.tar.bz2 20575 BLAKE2B 7070268e464a216d9c1043f65edd536520198370269ad3a36f9bea0c81f8c09096ed6b4ba222ad793a1816b3bf3f41423997f6ca995502b200b11a50e3594598 SHA512 6188f9b3a6a4799680619de1608e1075d5c29c8d0662c33ec0355cfe1af2617b990cb6852d3fe91e2e6d29ac4aa24335d6451a9225bc1d579a85b04a0d75f7cc
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
MY_P="${PN}-v${PV}"
|
||||
|
||||
DESCRIPTION="Small utility to dump info about DRM devices"
|
||||
HOMEPAGE="https://gitlab.freedesktop.org/emersion/drm_info"
|
||||
SRC_URI="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="man +pci"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/json-c:=
|
||||
>=x11-libs/libdrm-2.4.125
|
||||
pci? ( sys-apps/pciutils )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="man? ( app-text/scdoc )"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature man man-pages)
|
||||
$(meson_feature pci libpci)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user