public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/johnmh:master commit in: dev-libs/hyprlang/
@ 2024-06-18  3:56 John Harris
  0 siblings, 0 replies; 5+ messages in thread
From: John Harris @ 2024-06-18  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d5254ccd8093f37459a691f9ebfa902f715facdb
Author:     John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Mon Jun 17 23:19:40 2024 +0000
Commit:     John Harris <johnmh <AT> openblox <DOT> org>
CommitDate: Mon Jun 17 23:23:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=d5254ccd

dev-libs/hyprlang: Add ebuild

Signed-off-by: John M. Harris, Jr. <johnmh <AT> johnmh.me>

 dev-libs/hyprlang/Manifest             |  1 +
 dev-libs/hyprlang/hyprlang-9999.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-libs/hyprlang/Manifest b/dev-libs/hyprlang/Manifest
new file mode 100644
index 0000000..cfb7d50
--- /dev/null
+++ b/dev-libs/hyprlang/Manifest
@@ -0,0 +1 @@
+EBUILD hyprlang-9999.ebuild 619 BLAKE2B cdbbeb30973e5a020c18c719c627fcadf413f70950f5d6abc0fa6ce2228750913246090ead7384a200b0ab0668e1d91bc86d70fbdaf705932f3047f26fd13202 SHA512 62f60842f784f6015bdab9c7cd93a9fe834b6ebcb38ac2f31ca5cab1c1e426ae6b7d9f9729965504bb731f4ae3799d8bec769a223dc2ce8d7921b09de727f2d3

diff --git a/dev-libs/hyprlang/hyprlang-9999.ebuild b/dev-libs/hyprlang/hyprlang-9999.ebuild
new file mode 100644
index 0000000..08ee820
--- /dev/null
+++ b/dev-libs/hyprlang/hyprlang-9999.ebuild
@@ -0,0 +1,24 @@
+# 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"
+
+    KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/user/johnmh:master commit in: dev-libs/hyprlang/
@ 2024-07-01 22:28 John M. Harris, Jr.
  0 siblings, 0 replies; 5+ messages in thread
From: John M. Harris, Jr. @ 2024-07-01 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     9d01d25bee8dec306810fa154041b497be6c4195
Author:     John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Mon Jul  1 22:26:04 2024 +0000
Commit:     John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
CommitDate: Mon Jul  1 22:26:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=9d01d25b

dev-libs/hyprlang: unkeyword 9999 for ~amd64, ~riscv

Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>

 dev-libs/hyprlang/hyprlang-9999.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-libs/hyprlang/hyprlang-9999.ebuild b/dev-libs/hyprlang/hyprlang-9999.ebuild
index 08ee820..d40ea2a 100644
--- a/dev-libs/hyprlang/hyprlang-9999.ebuild
+++ b/dev-libs/hyprlang/hyprlang-9999.ebuild
@@ -15,10 +15,7 @@ if [[ "${PV}" = *9999 ]]; then
 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"
-
-    KEYWORDS="~amd64"
 fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/user/johnmh:master commit in: dev-libs/hyprlang/
@ 2024-07-01 22:29 John M. Harris, Jr.
  0 siblings, 0 replies; 5+ messages in thread
From: John M. Harris, Jr. @ 2024-07-01 22:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e56016e0213dadc48793b2b0e23cf287362c0b4f
Author:     John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Mon Jul  1 22:29:15 2024 +0000
Commit:     John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
CommitDate: Mon Jul  1 22:29:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=e56016e0

dev-libs/hyprlang: remove leading whitespace, 9999

Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>

 dev-libs/hyprlang/hyprlang-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/hyprlang/hyprlang-9999.ebuild b/dev-libs/hyprlang/hyprlang-9999.ebuild
index d40ea2a..5222f64 100644
--- a/dev-libs/hyprlang/hyprlang-9999.ebuild
+++ b/dev-libs/hyprlang/hyprlang-9999.ebuild
@@ -10,11 +10,11 @@ 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"
+	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"
+	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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/user/johnmh:master commit in: dev-libs/hyprlang/
@ 2024-07-01 23:27 John M. Harris, Jr.
  0 siblings, 0 replies; 5+ messages in thread
From: John M. Harris, Jr. @ 2024-07-01 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4e9cee35d43df94878b46d5c9c2b015a409334db
Author:     John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Mon Jul  1 23:27:35 2024 +0000
Commit:     John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
CommitDate: Mon Jul  1 23:27:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=4e9cee35

dev-libs/hyprlang: update Manifest

Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>

 dev-libs/hyprlang/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/hyprlang/Manifest b/dev-libs/hyprlang/Manifest
index cfb7d50..27fae64 100644
--- a/dev-libs/hyprlang/Manifest
+++ b/dev-libs/hyprlang/Manifest
@@ -1 +1 @@
-EBUILD hyprlang-9999.ebuild 619 BLAKE2B cdbbeb30973e5a020c18c719c627fcadf413f70950f5d6abc0fa6ce2228750913246090ead7384a200b0ab0668e1d91bc86d70fbdaf705932f3047f26fd13202 SHA512 62f60842f784f6015bdab9c7cd93a9fe834b6ebcb38ac2f31ca5cab1c1e426ae6b7d9f9729965504bb731f4ae3799d8bec769a223dc2ce8d7921b09de727f2d3
+EBUILD hyprlang-9999.ebuild 559 BLAKE2B 1dba5c2d78f001b941f049b8e3dc372103fc0b10278bd51a3ac617dd3e26ad102c770b586425b0f1b24ed1d5a035982729cb412c0e1add6e82efd4af9411448c SHA512 8a87b2eedcb02b89b27651727068b819e10c1965c30cc952a5d8f4d524e222c77f413ba063a9520a6af5d6f9b677a209c9226e8f219513f11dfb3831e84a869d


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/user/johnmh:master commit in: dev-libs/hyprlang/
@ 2024-07-26 20:37 John M. Harris, Jr.
  0 siblings, 0 replies; 5+ messages in thread
From: John M. Harris, Jr. @ 2024-07-26 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6509809916b302cc7b39e1bb04fe27b9802a6d79
Author:     John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Fri Jul 26 20:37:16 2024 +0000
Commit:     John M. Harris, Jr. <johnmh <AT> johnmh <DOT> 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 <AT> 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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-26 20:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 23:27 [gentoo-commits] repo/user/johnmh:master commit in: dev-libs/hyprlang/ John M. Harris, Jr.
  -- strict thread matches above, loose matches on Subject: below --
2024-07-26 20:37 John M. Harris, Jr.
2024-07-01 22:29 John M. Harris, Jr.
2024-07-01 22:28 John M. Harris, Jr.
2024-06-18  3:56 John Harris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox