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 80BE7158041 for ; Fri, 23 Feb 2024 00:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FF2FE2A69; Fri, 23 Feb 2024 00:50:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0E32E2A42 for ; Fri, 23 Feb 2024 00:50:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2EBE3430D6 for ; Fri, 23 Feb 2024 00:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16C151121 for ; Fri, 23 Feb 2024 00:50:55 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1708649333.f95db20c1893539becf9e7fdb11f597ebdb7fc9a.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprlang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyprlang/Manifest dev-libs/hyprlang/hyprlang-0.4.0.ebuild dev-libs/hyprlang/metadata.xml X-VCS-Directories: dev-libs/hyprlang/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f95db20c1893539becf9e7fdb11f597ebdb7fc9a X-VCS-Branch: master Date: Fri, 23 Feb 2024 00:50:55 +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: a1a11385-5288-42ca-8220-b898265c9502 X-Archives-Hash: 84a5e6fdbecfaee63f6b9cae95d4e3b2 commit: f95db20c1893539becf9e7fdb11f597ebdb7fc9a Author: Julien Roy jroy ca> AuthorDate: Thu Feb 22 23:25:47 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Feb 23 00:48:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95db20c dev-libs/hyprlang: new package, add 0.4.0 Signed-off-by: Julien Roy jroy.ca> Signed-off-by: Yixun Lan gentoo.org> dev-libs/hyprlang/Manifest | 1 + dev-libs/hyprlang/hyprlang-0.4.0.ebuild | 14 ++++++++++++++ dev-libs/hyprlang/metadata.xml | 22 ++++++++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-libs/hyprlang/Manifest b/dev-libs/hyprlang/Manifest new file mode 100644 index 000000000000..d4337a60a102 --- /dev/null +++ b/dev-libs/hyprlang/Manifest @@ -0,0 +1 @@ +DIST hyprlang-0.4.0.gh.tar.gz 63245 BLAKE2B 79eab1d27c793965e9974cd73e7e4e433f3153c631665acae3866f3181f83dfa774e2728b0abde18926b26a0341b1548ab5d45207b7f3094c4f9e5d01c18f9bf SHA512 f25ac8f5667e7c6600916fa730dcb66cef0f86ebedd7157e94691f3e46350f628d68a3974916c09d709bbb89582d66cf5c707ef263f20964b2f205972d72ebe8 diff --git a/dev-libs/hyprlang/hyprlang-0.4.0.ebuild b/dev-libs/hyprlang/hyprlang-0.4.0.ebuild new file mode 100644 index 000000000000..386e61adcb2c --- /dev/null +++ b/dev-libs/hyprlang/hyprlang-0.4.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2023-2024 Gentoo Authors +# 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" +SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-libs/hyprlang/metadata.xml b/dev-libs/hyprlang/metadata.xml new file mode 100644 index 000000000000..9cd0a7a6e284 --- /dev/null +++ b/dev-libs/hyprlang/metadata.xml @@ -0,0 +1,22 @@ + + + + + julien@jroy.ca + Julien Roy + + + proxy-maint@gentoo.org + Proxy Maintainers + + +The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for linux applications. + +It's user-friendly, easy to grasp, and easy to implement. + + + https://github.com/hyprwm/hyprlang/issues + https://github.com/hyprwm/hyprlang/releases + hyprwm/hyprlang + +