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 5022A158094 for ; Mon, 8 Aug 2022 22:57:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91057E0BEB; Mon, 8 Aug 2022 22:57:09 +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 6DE00E0BE6 for ; Mon, 8 Aug 2022 22:57:09 +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 2136E340FDF for ; Mon, 8 Aug 2022 22:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C30A448 for ; Mon, 8 Aug 2022 22:57:06 +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: <1659999044.e7d611e003d7a4868419bd4c5e0088c35084d548.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libliftoff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libliftoff/Manifest dev-libs/libliftoff/libliftoff-0.2.0.ebuild dev-libs/libliftoff/metadata.xml X-VCS-Directories: dev-libs/libliftoff/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: e7d611e003d7a4868419bd4c5e0088c35084d548 X-VCS-Branch: master Date: Mon, 8 Aug 2022 22:57:06 +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: d7441247-84fb-4d2c-9d32-5891f7b9e22a X-Archives-Hash: fa909fe7f6733ee91e15764c3c61783b commit: e7d611e003d7a4868419bd4c5e0088c35084d548 Author: James Le Cuirot gentoo org> AuthorDate: Mon Aug 8 22:50:44 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Aug 8 22:50:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d611e0 dev-libs/libliftoff: New package at version 0.2.0 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/libliftoff/Manifest | 1 + dev-libs/libliftoff/libliftoff-0.2.0.ebuild | 20 ++++++++++++++++++++ dev-libs/libliftoff/metadata.xml | 8 ++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-libs/libliftoff/Manifest b/dev-libs/libliftoff/Manifest new file mode 100644 index 000000000000..b398106f839d --- /dev/null +++ b/dev-libs/libliftoff/Manifest @@ -0,0 +1 @@ +DIST libliftoff-0.2.0.tar.gz 31359 BLAKE2B 70ad8c5ddb26eafd320758320085907ab4f2aee367013c7d342bd4c0a94074edf2e48248b27d78a07c3ab8f4b02e713fc741d5446a2cbbfa5e88dafea6e361f6 SHA512 b2e9dea31c8635f1b1f0e2e80aefb3e1ab5aa968ba205f6813d43d406e3aaa22e4dea5d2f3024a2b5e927d5757d23ea66bbcd68219a1a6fb7fce87c99e766d34 diff --git a/dev-libs/libliftoff/libliftoff-0.2.0.ebuild b/dev-libs/libliftoff/libliftoff-0.2.0.ebuild new file mode 100644 index 000000000000..bb61df9cef3f --- /dev/null +++ b/dev-libs/libliftoff/libliftoff-0.2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Lightweight KMS plane library" +HOMEPAGE="https://gitlab.freedesktop.org/emersion/libliftoff" +SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/v${PV}/downloads/${P}.tar.gz" +KEYWORDS="~amd64" +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + x11-libs/libdrm +" +DEPEND=" + ${RDEPEND} +" diff --git a/dev-libs/libliftoff/metadata.xml b/dev-libs/libliftoff/metadata.xml new file mode 100644 index 000000000000..96b4fdc27920 --- /dev/null +++ b/dev-libs/libliftoff/metadata.xml @@ -0,0 +1,8 @@ + + + + + chewi@gentoo.org + James Le Cuirot + +