summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Harris, Jr. <johnmh@johnmh.me>2024-06-17 21:07:03 -0700
committerJohn M. Harris, Jr. <johnmh@johnmh.me>2024-06-17 21:07:03 -0700
commitb325c7478ef6a4f08e7c41a8a59fa9591c7784d8 (patch)
treea8231065a6fc35ed7c5cf48737fed408b4556db6
parentdev-libs/epoll-shim: Add ebuild (diff)
downloadjohnmh-b325c7478ef6a4f08e7c41a8a59fa9591c7784d8.tar.gz
johnmh-b325c7478ef6a4f08e7c41a8a59fa9591c7784d8.tar.bz2
johnmh-b325c7478ef6a4f08e7c41a8a59fa9591c7784d8.zip
dev-libs/epoll-shim: Drop package
I don't have any interest in supporting the BSDs. Signed-off-by: John M. Harris, Jr. <johnmh@johnmh.me>
-rw-r--r--dev-libs/epoll-shim/Manifest1
-rw-r--r--dev-libs/epoll-shim/epoll-shim-9999.ebuild16
2 files changed, 0 insertions, 17 deletions
diff --git a/dev-libs/epoll-shim/Manifest b/dev-libs/epoll-shim/Manifest
deleted file mode 100644
index 1fd6b57..0000000
--- a/dev-libs/epoll-shim/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index addc825..0000000
--- a/dev-libs/epoll-shim/epoll-shim-9999.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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"