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 1131015800F for ; Tue, 14 Feb 2023 23:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FDA9E07C5; Tue, 14 Feb 2023 23:11:55 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44F28E07C5 for ; Tue, 14 Feb 2023 23:11:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C92933C6B6 for ; Tue, 14 Feb 2023 23:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 099C28AB for ; Tue, 14 Feb 2023 23:11:52 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1676416270.506029d3437309ef3dc00408de537964bd33b7fd.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdisplay-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdisplay-info/Manifest media-libs/libdisplay-info/libdisplay-info-0.1.0.ebuild X-VCS-Directories: media-libs/libdisplay-info/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 506029d3437309ef3dc00408de537964bd33b7fd X-VCS-Branch: master Date: Tue, 14 Feb 2023 23:11:52 +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: 3cc44d4b-1c7b-44e2-8a69-a100b9251618 X-Archives-Hash: 4d222097c43911cf4f36f93427029de2 commit: 506029d3437309ef3dc00408de537964bd33b7fd Author: James Le Cuirot gentoo org> AuthorDate: Tue Feb 14 23:11:10 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Feb 14 23:11:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506029d3 media-libs/libdisplay-info: Version bump to 0.1.0 Of course they make their first proper release the day after I package this! Signed-off-by: James Le Cuirot gentoo.org> media-libs/libdisplay-info/Manifest | 1 + .../libdisplay-info/libdisplay-info-0.1.0.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/media-libs/libdisplay-info/Manifest b/media-libs/libdisplay-info/Manifest index 8cdc1fdfe99c..05e47cdaa4fe 100644 --- a/media-libs/libdisplay-info/Manifest +++ b/media-libs/libdisplay-info/Manifest @@ -1 +1,2 @@ +DIST libdisplay-info-0.1.0.tar.xz 76788 BLAKE2B 716e2dd58e7689886401ee7428e232975c1ecd203cb379353ab81698bba2abd9d9bb2574e48bb49a4f515aa8a23b6bc9bee89635f933c8c7fb7448f2e37f7c0e SHA512 f4d2d8ab2683db2c5ab04a11483dadf575608e0293a79ca2856a83d900bfa21d8abcbac7a8691ac5814b86962721a696f99a6e07d99efbaaa5f38b956e62a145 DIST libdisplay-info-0_p20230112.tar.bz2 76463 BLAKE2B 4e1eacfc426b261fef4c94501929cd7dcf56f1976bf1310aa5c162901f2ad7de9f712a49e8918e50f9759ada01c26222a9dd9c78fc251ad52b93f74b58b45da6 SHA512 e29689cabe24bd5f6bff2a575758d8a04229f7e4259d14d194cf95d166ca5dd0c4bad7b0f6c6751691b6b45ddb1219fbfeef6bdd4037c8c0fadc227a790d1885 diff --git a/media-libs/libdisplay-info/libdisplay-info-0.1.0.ebuild b/media-libs/libdisplay-info/libdisplay-info-0.1.0.ebuild new file mode 100644 index 000000000000..a234cda1fce0 --- /dev/null +++ b/media-libs/libdisplay-info/libdisplay-info-0.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) + +inherit meson + +DESCRIPTION="Simple framework for writing Vulkan layers" +HOMEPAGE="https://gitlab.freedesktop.org/emersion/libdisplay-info" +SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" +KEYWORDS="~amd64" +LICENSE="MIT" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="sys-apps/hwdata" +DEPEND="${RDEPEND}" + +BDEPEND=" + virtual/pkgconfig + test? ( >=sys-apps/edid-decode-0_pre20230131 ) +"