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 AE736159C96 for ; Fri, 26 Jul 2024 20:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8BA52BC02A; Fri, 26 Jul 2024 20:37:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 753052BC02A for ; Fri, 26 Jul 2024 20:37:27 +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 6618A3408DD for ; Fri, 26 Jul 2024 20:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 005341E68 for ; Fri, 26 Jul 2024 20:37:25 +0000 (UTC) From: "John M. Harris, Jr." 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 M. Harris, Jr." Message-ID: <1722026236.6509809916b302cc7b39e1bb04fe27b9802a6d79.johnmh@gentoo> Subject: [gentoo-commits] repo/user/johnmh:master commit in: dev-libs/hyprlang/ X-VCS-Repository: repo/user/johnmh X-VCS-Files: dev-libs/hyprlang/Manifest dev-libs/hyprlang/hyprlang-9999.ebuild X-VCS-Directories: dev-libs/hyprlang/ X-VCS-Committer: johnmh X-VCS-Committer-Name: John M. Harris, Jr. X-VCS-Revision: 6509809916b302cc7b39e1bb04fe27b9802a6d79 X-VCS-Branch: master Date: Fri, 26 Jul 2024 20:37:25 +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: 07b51bf7-ea58-4c8d-93d1-17f0da1920ae X-Archives-Hash: 5143fbf4a3d203128ad42df5bf2628cf commit: 6509809916b302cc7b39e1bb04fe27b9802a6d79 Author: John M. Harris Jr. johnmh me> AuthorDate: Fri Jul 26 20:37:16 2024 +0000 Commit: John M. Harris, Jr. johnmh me> CommitDate: Fri Jul 26 20:37:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=65098099 dev-libs/hyprlang: treeclean Signed-off-by: John M. Harris Jr. johnmh.me> dev-libs/hyprlang/Manifest | 1 - dev-libs/hyprlang/hyprlang-9999.ebuild | 21 --------------------- 2 files changed, 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"