summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Harris Jr. <johnmh@johnmh.me>2024-07-26 13:37:16 -0700
committerJohn M. Harris Jr. <johnmh@johnmh.me>2024-07-26 13:37:16 -0700
commit6509809916b302cc7b39e1bb04fe27b9802a6d79 (patch)
tree94c09fa5db1c78c24ed6fa29968c38846ddeded5 /dev-libs
parentgui-wm/hyprland: treeclean (diff)
downloadjohnmh-6509809916b302cc7b39e1bb04fe27b9802a6d79.tar.gz
johnmh-6509809916b302cc7b39e1bb04fe27b9802a6d79.tar.bz2
johnmh-6509809916b302cc7b39e1bb04fe27b9802a6d79.zip
dev-libs/hyprlang: treeclean
Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/hyprlang/Manifest1
-rw-r--r--dev-libs/hyprlang/hyprlang-9999.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/hyprlang/Manifest b/dev-libs/hyprlang/Manifest
deleted file mode 100644
index 27fae64..0000000
--- a/dev-libs/hyprlang/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD hyprlang-9999.ebuild 559 BLAKE2B 1dba5c2d78f001b941f049b8e3dc372103fc0b10278bd51a3ac617dd3e26ad102c770b586425b0f1b24ed1d5a035982729cb412c0e1add6e82efd4af9411448c SHA512 8a87b2eedcb02b89b27651727068b819e10c1965c30cc952a5d8f4d524e222c77f413ba063a9520a6af5d6f9b677a209c9226e8f219513f11dfb3831e84a869d
diff --git a/dev-libs/hyprlang/hyprlang-9999.ebuild b/dev-libs/hyprlang/hyprlang-9999.ebuild
deleted file mode 100644
index 5222f64..0000000
--- a/dev-libs/hyprlang/hyprlang-9999.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# 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/hyprwm/hyprlang"
-
-if [[ "${PV}" = *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
-else
- SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz"
- S="${WORKDIR}/${PN}-source"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"