summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-08-08 23:50:44 +0100
committerJames Le Cuirot <chewi@gentoo.org>2022-08-08 23:50:44 +0100
commite7d611e003d7a4868419bd4c5e0088c35084d548 (patch)
tree37f480b7891e4af9ae65b0090fedf73f42ef77ec /dev-libs/libliftoff
parentdev-util/gcovr: add 5.2, drop 4.2 (diff)
downloadgentoo-e7d611e003d7a4868419bd4c5e0088c35084d548.tar.gz
gentoo-e7d611e003d7a4868419bd4c5e0088c35084d548.tar.bz2
gentoo-e7d611e003d7a4868419bd4c5e0088c35084d548.zip
dev-libs/libliftoff: New package at version 0.2.0
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/libliftoff')
-rw-r--r--dev-libs/libliftoff/Manifest1
-rw-r--r--dev-libs/libliftoff/libliftoff-0.2.0.ebuild20
-rw-r--r--dev-libs/libliftoff/metadata.xml8
3 files changed, 29 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chewi@gentoo.org</email>
+ <name>James Le Cuirot</name>
+ </maintainer>
+</pkgmetadata>