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 492F91582ED for ; Tue, 18 Jun 2024 03:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E397E2AAC; Tue, 18 Jun 2024 03:57:01 +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 EC505E2AAC for ; Tue, 18 Jun 2024 03:57:00 +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 0DCB2335C36 for ; Tue, 18 Jun 2024 03:57:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D206E1D2C for ; Tue, 18 Jun 2024 03:56:56 +0000 (UTC) From: "John Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Harris" Message-ID: <1718673852.2a440fc4bb161a64ce421b09a13cef357f498870.johnmh@gentoo> Subject: [gentoo-commits] repo/user/johnmh:master commit in: dev-libs/epoll-shim/ X-VCS-Repository: repo/user/johnmh X-VCS-Files: dev-libs/epoll-shim/Manifest dev-libs/epoll-shim/epoll-shim-9999.ebuild X-VCS-Directories: dev-libs/epoll-shim/ X-VCS-Committer: johnmh X-VCS-Committer-Name: John Harris X-VCS-Revision: 2a440fc4bb161a64ce421b09a13cef357f498870 X-VCS-Branch: master Date: Tue, 18 Jun 2024 03:56:56 +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: 0966a3bf-03d4-46db-b54a-144ccc571910 X-Archives-Hash: 3e563dee8a5014556a5e6fcff7bcff6e commit: 2a440fc4bb161a64ce421b09a13cef357f498870 Author: John M. Harris, Jr. johnmh me> AuthorDate: Tue Jun 18 01:24:12 2024 +0000 Commit: John Harris openblox org> CommitDate: Tue Jun 18 01:24:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=2a440fc4 dev-libs/epoll-shim: Add ebuild Signed-off-by: John M. Harris, Jr. johnmh.me> dev-libs/epoll-shim/Manifest | 1 + dev-libs/epoll-shim/epoll-shim-9999.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-libs/epoll-shim/Manifest b/dev-libs/epoll-shim/Manifest new file mode 100644 index 0000000..1fd6b57 --- /dev/null +++ b/dev-libs/epoll-shim/Manifest @@ -0,0 +1 @@ +EBUILD epoll-shim-9999.ebuild 389 BLAKE2B 17fdbd8ae4cf806c748606dee5fcdd391dfd42b53e347e30e3003ea580ca189ee5a8a3539f32d7cc70669743df47d7965880c53edaa7f3002c4d2cdce45189e3 SHA512 2e4ab4a720e5e05751618936c4c3f4bffd04496caf270c84f4317d2df6f0d8c133e89f7495f3e71b1d0b124649c9a4209aaa636db2a3f43375a8e78a7c1cee9a diff --git a/dev-libs/epoll-shim/epoll-shim-9999.ebuild b/dev-libs/epoll-shim/epoll-shim-9999.ebuild new file mode 100644 index 0000000..addc825 --- /dev/null +++ b/dev-libs/epoll-shim/epoll-shim-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 2024 John M. Harris, Jr. +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Official implementation library for the hypr config language" +HOMEPAGE="https://github.com/FreeBSDDesktop/epoll-shim" + +inherit git-r3 +EGIT_REPO_URI="https://github.com/FreeBSDDesktop/epoll-shim.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~riscv"