public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/hyprwayland-scanner/
@ 2024-10-06 14:30 sin-ack
  0 siblings, 0 replies; 4+ messages in thread
From: sin-ack @ 2024-10-06 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0a91627ff5cf14d01b9f41a302540d2b6e33281f
Author:     sin-ack <sin-ack <AT> protonmail <DOT> com>
AuthorDate: Sun Oct  6 14:27:32 2024 +0000
Commit:     sin-ack <sin-ack <AT> protonmail <DOT> com>
CommitDate: Sun Oct  6 14:27:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a91627f

dev-util/hyprwayland-scanner: new package, add 0.4.2

Signed-off-by: sin-ack <sin-ack <AT> protonmail.com>

 dev-util/hyprwayland-scanner/Manifest              |  1 +
 .../hyprwayland-scanner-0.4.2.ebuild               | 37 ++++++++++++++++++++++
 dev-util/hyprwayland-scanner/metadata.xml          | 13 ++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-util/hyprwayland-scanner/Manifest b/dev-util/hyprwayland-scanner/Manifest
new file mode 100644
index 000000000..c6408ea55
--- /dev/null
+++ b/dev-util/hyprwayland-scanner/Manifest
@@ -0,0 +1 @@
+DIST hyprwayland-scanner-0.4.2.gh.tar.gz 11160 BLAKE2B c623319354f8fc9571b27c50b490f579e4054723768da0b1ca90a0b31519b4b709ba3bbdc26e1e911f62131aa7b866f1ab8f257a5e19b7349c15641c6b242e75 SHA512 1f1b73dbb80052484889a075095d76e0fba83a5c91f80d8e5a6167153405337b011c423250aef3feb9270ea641fe8d68966a17d92057215f54e4d8cc67b24c7e

diff --git a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild
new file mode 100644
index 000000000..527981c85
--- /dev/null
+++ b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake toolchain-funcs
+
+DESCRIPTION="A Hyprland implementation of wayland-scanner, in and for C++"
+HOMEPAGE="https://github.com/hyprwm/hyprwayland-scanner/"
+
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="https://github.com/hyprwm/hyprwayland-scanner.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/hyprwm/hyprwayland-scanner/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+	KEYWORDS="amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND=">=dev-libs/pugixml-1.14"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+	[[ ${MERGE_TYPE} == binary ]] && return
+
+	if tc-is-gcc && ver_test $(gcc-version) -lt 13 ; then
+		eerror "Hyprland requires >=sys-devel/gcc-13 to build"
+		eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc"
+		die "GCC version is too old to compile Hyprland!"
+	elif tc-is-clang && ver_test $(clang-version) -lt 16 ; then
+		eerror "Hyprland requires >=sys-devel/clang-16 to build"
+		eerror "Please upgrade Clang: emerge -v1 sys-devel/clang"
+		die "Clang version is too old to compile Hyprland!"
+	fi
+}

diff --git a/dev-util/hyprwayland-scanner/metadata.xml b/dev-util/hyprwayland-scanner/metadata.xml
new file mode 100644
index 000000000..9fbd24173
--- /dev/null
+++ b/dev-util/hyprwayland-scanner/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>sin-ack@protonmail.com</email>
+    <name>sin-ack</name>
+  </maintainer>
+  <upstream>
+    <changelog>https://github.com/hyprwm/hyprwayland-scanner/releases</changelog>
+    <bugs-to>https://github.com/hyprwm/hyprwayland-scanner/issues</bugs-to>
+    <remote-id type="github">hyprwm/hyprwayland-scanner</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/hyprwayland-scanner/
@ 2024-10-06 14:34 sin-ack
  0 siblings, 0 replies; 4+ messages in thread
From: sin-ack @ 2024-10-06 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2fe1e40df45b455300644bf166b7db89192568fd
Author:     sin-ack <sin-ack <AT> protonmail <DOT> com>
AuthorDate: Sun Oct  6 14:34:07 2024 +0000
Commit:     sin-ack <sin-ack <AT> protonmail <DOT> com>
CommitDate: Sun Oct  6 14:34:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fe1e40d

dev-util/hyprwayland-scanner: destabilize 0.4.2 for ~amd64

Signed-off-by: sin-ack <sin-ack <AT> protonmail.com>

 dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild
index 527981c85..c48449c55 100644
--- a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild
+++ b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/hyprwm/hyprwayland-scanner/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-	KEYWORDS="amd64"
+	KEYWORDS="~amd64"
 fi
 
 LICENSE="BSD"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/hyprwayland-scanner/
@ 2024-10-06 14:39 sin-ack
  0 siblings, 0 replies; 4+ messages in thread
From: sin-ack @ 2024-10-06 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9d9b0106ff5f9a41c237dd1c1ae1ace8df76f4c1
Author:     sin-ack <sin-ack <AT> protonmail <DOT> com>
AuthorDate: Sun Oct  6 14:37:04 2024 +0000
Commit:     sin-ack <sin-ack <AT> protonmail <DOT> com>
CommitDate: Sun Oct  6 14:38:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d9b0106

Revert "dev-util/hyprwayland-scanner: destabilize 0.4.2 for ~amd64"

This reverts commit 2fe1e40df45b455300644bf166b7db89192568fd.

Signed-off-by: sin-ack <sin-ack <AT> protonmail.com>

 dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild
index c48449c55..527981c85 100644
--- a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild
+++ b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/hyprwm/hyprwayland-scanner/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 fi
 
 LICENSE="BSD"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/hyprwayland-scanner/
@ 2024-10-06 14:39 sin-ack
  0 siblings, 0 replies; 4+ messages in thread
From: sin-ack @ 2024-10-06 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     73c511eff55061a616b48b8023d3bfcaa4fc866d
Author:     sin-ack <sin-ack <AT> protonmail <DOT> com>
AuthorDate: Sun Oct  6 14:37:08 2024 +0000
Commit:     sin-ack <sin-ack <AT> protonmail <DOT> com>
CommitDate: Sun Oct  6 14:38:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73c511ef

Revert "dev-util/hyprwayland-scanner: new package, add 0.4.2"

This reverts commit 0a91627ff5cf14d01b9f41a302540d2b6e33281f.

Signed-off-by: sin-ack <sin-ack <AT> protonmail.com>

 dev-util/hyprwayland-scanner/Manifest              |  1 -
 .../hyprwayland-scanner-0.4.2.ebuild               | 37 ----------------------
 dev-util/hyprwayland-scanner/metadata.xml          | 13 --------
 3 files changed, 51 deletions(-)

diff --git a/dev-util/hyprwayland-scanner/Manifest b/dev-util/hyprwayland-scanner/Manifest
deleted file mode 100644
index c6408ea55..000000000
--- a/dev-util/hyprwayland-scanner/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hyprwayland-scanner-0.4.2.gh.tar.gz 11160 BLAKE2B c623319354f8fc9571b27c50b490f579e4054723768da0b1ca90a0b31519b4b709ba3bbdc26e1e911f62131aa7b866f1ab8f257a5e19b7349c15641c6b242e75 SHA512 1f1b73dbb80052484889a075095d76e0fba83a5c91f80d8e5a6167153405337b011c423250aef3feb9270ea641fe8d68966a17d92057215f54e4d8cc67b24c7e

diff --git a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild
deleted file mode 100644
index 527981c85..000000000
--- a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake toolchain-funcs
-
-DESCRIPTION="A Hyprland implementation of wayland-scanner, in and for C++"
-HOMEPAGE="https://github.com/hyprwm/hyprwayland-scanner/"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/hyprwm/hyprwayland-scanner.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/hyprwm/hyprwayland-scanner/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-	KEYWORDS="amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND=">=dev-libs/pugixml-1.14"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-	[[ ${MERGE_TYPE} == binary ]] && return
-
-	if tc-is-gcc && ver_test $(gcc-version) -lt 13 ; then
-		eerror "Hyprland requires >=sys-devel/gcc-13 to build"
-		eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc"
-		die "GCC version is too old to compile Hyprland!"
-	elif tc-is-clang && ver_test $(clang-version) -lt 16 ; then
-		eerror "Hyprland requires >=sys-devel/clang-16 to build"
-		eerror "Please upgrade Clang: emerge -v1 sys-devel/clang"
-		die "Clang version is too old to compile Hyprland!"
-	fi
-}

diff --git a/dev-util/hyprwayland-scanner/metadata.xml b/dev-util/hyprwayland-scanner/metadata.xml
deleted file mode 100644
index 9fbd24173..000000000
--- a/dev-util/hyprwayland-scanner/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>sin-ack@protonmail.com</email>
-    <name>sin-ack</name>
-  </maintainer>
-  <upstream>
-    <changelog>https://github.com/hyprwm/hyprwayland-scanner/releases</changelog>
-    <bugs-to>https://github.com/hyprwm/hyprwayland-scanner/issues</bugs-to>
-    <remote-id type="github">hyprwm/hyprwayland-scanner</remote-id>
-  </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2024-10-06 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-06 14:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/hyprwayland-scanner/ sin-ack
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 14:39 sin-ack
2024-10-06 14:39 sin-ack
2024-10-06 14:30 sin-ack

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