summaryrefslogtreecommitdiff
path: root/app-misc/wayland-utils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-17 03:31:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-17 03:31:10 +0100
commit280d9db9f9470686aae5ce1fa4cfa57b26e9beb2 (patch)
tree604fa555cdb815d5774494412f041887debf5220 /app-misc/wayland-utils
parent2ef316f0ffbd90d833effd2d09d1232e5767e321 (diff)
gentoo auto-resync : 17:08:2023 - 03:31:10
Diffstat (limited to 'app-misc/wayland-utils')
-rw-r--r--app-misc/wayland-utils/Manifest2
-rw-r--r--app-misc/wayland-utils/wayland-utils-1.1.0.ebuild30
2 files changed, 0 insertions, 32 deletions
diff --git a/app-misc/wayland-utils/Manifest b/app-misc/wayland-utils/Manifest
index 3db8ba6bc921..713d812fedaf 100644
--- a/app-misc/wayland-utils/Manifest
+++ b/app-misc/wayland-utils/Manifest
@@ -1,5 +1,3 @@
-DIST wayland-utils-1.1.0.tar.bz2 14071 BLAKE2B b2726205c8d123a4543aa316928fe2909917f70bbde4318376581c1ec97f658f0d5743a7df091799ef2adce4c962e83aefdc805e25cf1af5429520eddff2918c SHA512 5cd842c286c1960c1f604287826625c23c87306e9e31daba23a65402d4ae0abd0cec4a701c8fb65af2aea6adbcb018660e646939062c51628a65dde41ebd64bf
DIST wayland-utils-1.2.0.tar.bz2 15169 BLAKE2B 65f1486e4fcaa86e8b113f3342a23fc03b0025932284f2e9471321efcef59db258bc8cf730b3e0daa656c275fe92ef35f1d7fedfb21a7e32fd1b375c6a26a41d SHA512 fcf7c85273b099aa51462302dec89514707bbe162b791db1ba07b6807de5651cee57cf8a6b7fd63365739c967bfb544d89684e9d399677d563d056b0147baa7e
-EBUILD wayland-utils-1.1.0.ebuild 666 BLAKE2B 5c81bb6ca195d973526a214ee59354f81fd2067591b8bee28166e1b5b79df3dffdb748c9d87e32d47174ddcc8abd66a68d661ae99fd69c9545ca333eb86413e0 SHA512 ae2ff2b5f2f527847501550f7529b02e38897a54c74290fb9718780c64518e3b0d9df349b4730f2abf0da7e5d3eed9df13c0518550d440ee5876f1b5295f25b7
EBUILD wayland-utils-1.2.0.ebuild 676 BLAKE2B 47c9a5c28f8e4e8be94e74536251c42e09ff5d5f8c3e86e667bfcb34a8657ab1abfb5a0def624080a2b863af59719328122a82688f034a8145e4208ca857dc70 SHA512 6f51665361f2709f68235075f92a2fe9903e425803381ade6d7cc77b5552f49052f47715be8a2eb4ebfb86d274c019846a409c8bf89947d797781f9f6b70611f
MISC metadata.xml 343 BLAKE2B 1245da4d0eed93c9bc6822719c23140406b752f84b3cd55c7787511164f9bffffafaf359b86e9fd14a52dc119d8e77a21cbaff3c4420348fef8a9a7c92430abe SHA512 12684765e5e7d6f51a0b77180e9c7dd354f29515026fd61621d10b65451d2cc007138b14aa3f5adb4a408f8805b866bfca331ca8083d8d1fe11a2d9f6fb1abc6
diff --git a/app-misc/wayland-utils/wayland-utils-1.1.0.ebuild b/app-misc/wayland-utils/wayland-utils-1.1.0.ebuild
deleted file mode 100644
index 237677d9ee6e..000000000000
--- a/app-misc/wayland-utils/wayland-utils-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Display information about supported Wayland protocols and current compositor"
-HOMEPAGE="https://gitlab.freedesktop.org/wayland/wayland-utils"
-SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-
-RDEPEND="
- >=dev-libs/wayland-1.20.0
- x11-libs/libdrm
-"
-DEPEND="${RDEPEND}
- dev-libs/wayland-protocols
-"
-BDEPEND="dev-util/wayland-scanner"
-
-src_configure() {
- local emesonargs=(
- -Ddrm=enabled
- )
- meson_src_configure
-}