* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/wlvncc/
@ 2024-08-14 19:44 Dale Sweeney
0 siblings, 0 replies; 4+ messages in thread
From: Dale Sweeney @ 2024-08-14 19:44 UTC (permalink / raw
To: gentoo-commits
commit: a322748a81fc9f864ff1f0185e87f36b73f337c7
Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Wed Aug 14 19:41:02 2024 +0000
Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Wed Aug 14 19:41:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a322748a
net-misc/wlvncc: new package, add 9999
Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>
net-misc/wlvncc/metadata.xml | 12 ++++++++++++
net-misc/wlvncc/wlvncc-9999.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/net-misc/wlvncc/metadata.xml b/net-misc/wlvncc/metadata.xml
new file mode 100644
index 000000000..d290a7884
--- /dev/null
+++ b/net-misc/wlvncc/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Dale Sweeney</name>
+ <email>agooglygooglr@gmail.com</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">any1/wlvncc</remote-id>
+ <bugs-to>https://github.com/any1/wlvncc/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/net-misc/wlvncc/wlvncc-9999.ebuild b/net-misc/wlvncc/wlvncc-9999.ebuild
new file mode 100644
index 000000000..871ffe385
--- /dev/null
+++ b/net-misc/wlvncc/wlvncc-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3 meson
+
+EGIT_REPO_URI="https://github.com/any1/wlvncc"
+
+DESCRIPTION="A Wayland Native VNC Client"
+HOMEPAGE="https://github.com/any1/wlvncc"
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/aml
+ x11-libs/libxkbcommon
+ x11-libs/pixman
+ dev-libs/wayland
+"
+BDEPEND="
+ dev-libs/wayland-protocols
+"
+
+src_configure() {
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/wlvncc/
@ 2024-08-18 16:41 Dale Sweeney
0 siblings, 0 replies; 4+ messages in thread
From: Dale Sweeney @ 2024-08-18 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 78ec3637cd6614e0bf491560f4fe00bb80ae61f2
Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Sun Aug 18 16:34:26 2024 +0000
Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Sun Aug 18 16:35:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78ec3637
net-misc/wlvncc: Add snapshot ebuild
Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>
net-misc/wlvncc/Manifest | 1 +
.../{wlvncc-9999.ebuild => wlvncc-20240818.ebuild} | 20 +++++++-------------
net-misc/wlvncc/wlvncc-9999.ebuild | 14 +++-----------
3 files changed, 11 insertions(+), 24 deletions(-)
diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest
new file mode 100644
index 000000000..767cebcdd
--- /dev/null
+++ b/net-misc/wlvncc/Manifest
@@ -0,0 +1 @@
+DIST 174ad8aef7978c242861a66c481a7ca25dc04e37.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
diff --git a/net-misc/wlvncc/wlvncc-9999.ebuild b/net-misc/wlvncc/wlvncc-20240818.ebuild
similarity index 67%
copy from net-misc/wlvncc/wlvncc-9999.ebuild
copy to net-misc/wlvncc/wlvncc-20240818.ebuild
index 871ffe385..287ac7f2e 100644
--- a/net-misc/wlvncc/wlvncc-9999.ebuild
+++ b/net-misc/wlvncc/wlvncc-20240818.ebuild
@@ -2,30 +2,24 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+COMMIT="174ad8aef7978c242861a66c481a7ca25dc04e37"
-inherit git-r3 meson
+inherit meson
-EGIT_REPO_URI="https://github.com/any1/wlvncc"
+SRC_URI="https://github.com/any1/${PN}/archive/${COMMIT}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
DESCRIPTION="A Wayland Native VNC Client"
HOMEPAGE="https://github.com/any1/wlvncc"
LICENSE="GPL-2"
SLOT="0"
+DEPEND="
+ dev-libs/wayland-protocols
+"
RDEPEND="
dev-libs/aml
x11-libs/libxkbcommon
x11-libs/pixman
dev-libs/wayland
"
-BDEPEND="
- dev-libs/wayland-protocols
-"
-
-src_configure() {
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-}
diff --git a/net-misc/wlvncc/wlvncc-9999.ebuild b/net-misc/wlvncc/wlvncc-9999.ebuild
index 871ffe385..1caf58191 100644
--- a/net-misc/wlvncc/wlvncc-9999.ebuild
+++ b/net-misc/wlvncc/wlvncc-9999.ebuild
@@ -12,20 +12,12 @@ HOMEPAGE="https://github.com/any1/wlvncc"
LICENSE="GPL-2"
SLOT="0"
+DEPEND="
+ dev-libs/wayland-protocols
+"
RDEPEND="
dev-libs/aml
x11-libs/libxkbcommon
x11-libs/pixman
dev-libs/wayland
"
-BDEPEND="
- dev-libs/wayland-protocols
-"
-
-src_configure() {
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/wlvncc/
@ 2024-08-19 16:08 Lucio Sauer
0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2024-08-19 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 0578d9adcb1f741460eefd17f1daed76388a343a
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Aug 19 15:08:46 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Aug 19 15:10:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0578d9ad
net-misc/wlvncc: rename bad filename to ${P}.gh.tar.gz
Misc QA fixes:
- variable order
- inconsistent indentation
- double empty line
- bad usage of static-value variables in repo URL
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
net-misc/wlvncc/Manifest | 2 +-
net-misc/wlvncc/wlvncc-20240818.ebuild | 16 ++++++++--------
net-misc/wlvncc/wlvncc-9999.ebuild | 13 ++++++-------
3 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest
index 767cebcdd..607b6fda3 100644
--- a/net-misc/wlvncc/Manifest
+++ b/net-misc/wlvncc/Manifest
@@ -1 +1 @@
-DIST 174ad8aef7978c242861a66c481a7ca25dc04e37.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
+DIST wlvncc-20240818.gh.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
diff --git a/net-misc/wlvncc/wlvncc-20240818.ebuild b/net-misc/wlvncc/wlvncc-20240818.ebuild
index 287ac7f2e..1c2f14169 100644
--- a/net-misc/wlvncc/wlvncc-20240818.ebuild
+++ b/net-misc/wlvncc/wlvncc-20240818.ebuild
@@ -6,20 +6,20 @@ COMMIT="174ad8aef7978c242861a66c481a7ca25dc04e37"
inherit meson
-SRC_URI="https://github.com/any1/${PN}/archive/${COMMIT}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
DESCRIPTION="A Wayland Native VNC Client"
HOMEPAGE="https://github.com/any1/wlvncc"
+SRC_URI="https://github.com/any1/wlvncc/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
LICENSE="GPL-2"
SLOT="0"
DEPEND="
- dev-libs/wayland-protocols
+ dev-libs/wayland-protocols
"
RDEPEND="
- dev-libs/aml
- x11-libs/libxkbcommon
- x11-libs/pixman
- dev-libs/wayland
+ dev-libs/aml
+ x11-libs/libxkbcommon
+ x11-libs/pixman
+ dev-libs/wayland
"
diff --git a/net-misc/wlvncc/wlvncc-9999.ebuild b/net-misc/wlvncc/wlvncc-9999.ebuild
index 1caf58191..5d5a2d546 100644
--- a/net-misc/wlvncc/wlvncc-9999.ebuild
+++ b/net-misc/wlvncc/wlvncc-9999.ebuild
@@ -5,19 +5,18 @@ EAPI=8
inherit git-r3 meson
-EGIT_REPO_URI="https://github.com/any1/wlvncc"
-
DESCRIPTION="A Wayland Native VNC Client"
HOMEPAGE="https://github.com/any1/wlvncc"
+EGIT_REPO_URI="https://github.com/any1/wlvncc"
LICENSE="GPL-2"
SLOT="0"
DEPEND="
- dev-libs/wayland-protocols
+ dev-libs/wayland-protocols
"
RDEPEND="
- dev-libs/aml
- x11-libs/libxkbcommon
- x11-libs/pixman
- dev-libs/wayland
+ dev-libs/aml
+ x11-libs/libxkbcommon
+ x11-libs/pixman
+ dev-libs/wayland
"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/wlvncc/
@ 2024-08-19 16:08 Lucio Sauer
0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2024-08-19 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 1b727d48c68649f0957f950bc9cb982329bb32bc
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Aug 19 15:50:00 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Aug 19 15:52:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b727d48
net-misc/wlvncc: add 20240817, drop 20240818
This snapshot ebuild packages the repo at 2024-08-17, not the 18th.
This version downgrade should hopefully be okay since 20240818 hasn't
been merged into master yet.
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
net-misc/wlvncc/Manifest | 2 +-
net-misc/wlvncc/{wlvncc-20240818.ebuild => wlvncc-20240817.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest
index 607b6fda3..8faa2e2ab 100644
--- a/net-misc/wlvncc/Manifest
+++ b/net-misc/wlvncc/Manifest
@@ -1 +1 @@
-DIST wlvncc-20240818.gh.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
+DIST wlvncc-20240817.gh.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
diff --git a/net-misc/wlvncc/wlvncc-20240818.ebuild b/net-misc/wlvncc/wlvncc-20240817.ebuild
similarity index 100%
rename from net-misc/wlvncc/wlvncc-20240818.ebuild
rename to net-misc/wlvncc/wlvncc-20240817.ebuild
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-19 16:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-18 16:41 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/wlvncc/ Dale Sweeney
-- strict thread matches above, loose matches on Subject: below --
2024-08-19 16:08 Lucio Sauer
2024-08-19 16:08 Lucio Sauer
2024-08-14 19:44 Dale Sweeney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox