From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE531158087 for ; Sat, 15 Jan 2022 13:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16E452BC01E; Sat, 15 Jan 2022 13:23:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA72C2BC01C for ; Sat, 15 Jan 2022 13:23:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CF32343540 for ; Sat, 15 Jan 2022 13:23:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0594721D for ; Sat, 15 Jan 2022 13:23:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1642252937.99ba65b367ad822fe7db8e5a09a4e4926ebba49e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/wayland-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/wayland-utils/Manifest app-misc/wayland-utils/metadata.xml app-misc/wayland-utils/wayland-utils-1.0.0.ebuild X-VCS-Directories: app-misc/wayland-utils/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99ba65b367ad822fe7db8e5a09a4e4926ebba49e X-VCS-Branch: master Date: Sat, 15 Jan 2022 13:23:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be440d0c-e9cf-4079-8f17-40588136c56b X-Archives-Hash: b2047b9dfd57acda30b52c1e3a519614 commit: 99ba65b367ad822fe7db8e5a09a4e4926ebba49e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 14 17:35:38 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 15 13:22:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ba65b3 app-misc/wayland-utils: New package at version 1.0.0 Standalone version of weston-info. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/wayland-utils/Manifest | 1 + app-misc/wayland-utils/metadata.xml | 8 ++++++++ app-misc/wayland-utils/wayland-utils-1.0.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 30 insertions(+) diff --git a/app-misc/wayland-utils/Manifest b/app-misc/wayland-utils/Manifest new file mode 100644 index 000000000000..ac307144fd0d --- /dev/null +++ b/app-misc/wayland-utils/Manifest @@ -0,0 +1 @@ +DIST wayland-utils-wayland-utils-1.0.0.tar.gz 13188 BLAKE2B b05917c611a54e157e31c6e83b026c0960189c36d71361e12ec6dbc33872184fb2ea30cf04a0c57ba6a9b776e5aa51baf286f092eb8780fdd6f0462c8e36ae87 SHA512 0e5886fc74bf84396facb79bfc2fcc4fa7ababc39f861fc62d198656c65dec31150bc7fd27773dfa8add421f08ad0dd43a7d72c9e8f6f5733ac34fb8212658cc diff --git a/app-misc/wayland-utils/metadata.xml b/app-misc/wayland-utils/metadata.xml new file mode 100644 index 000000000000..150b7fd3fae4 --- /dev/null +++ b/app-misc/wayland-utils/metadata.xml @@ -0,0 +1,8 @@ + + + + + asturm@gentoo.org + Andreas Sturmlechner + + diff --git a/app-misc/wayland-utils/wayland-utils-1.0.0.ebuild b/app-misc/wayland-utils/wayland-utils-1.0.0.ebuild new file mode 100644 index 000000000000..34972a3570a0 --- /dev/null +++ b/app-misc/wayland-utils/wayland-utils-1.0.0.ebuild @@ -0,0 +1,21 @@ +# 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/${P}/${PN}-${P}.tar.gz" +S="${WORKDIR}/${PN}-${P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=dev-libs/wayland-1.17.0" +DEPEND="${RDEPEND} + dev-libs/wayland-protocols +" +BDEPEND="dev-util/wayland-scanner"