[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/clipman/

2024-04-12 Thread Jonas Frei
commit: d265782c30d079d790654b893779d28eb15e3fd9
Author: Jonas Frei  pm  me>
AuthorDate: Fri Apr 12 19:30:50 2024 +
Commit: Jonas Frei  pm  me>
CommitDate: Fri Apr 12 19:34:15 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d265782c

gui-apps/clipman: add 1.6.3

Signed-off-by: Jonas Frei  pm.me>

 gui-apps/clipman/Manifest |  2 ++
 gui-apps/clipman/clipman-1.6.3.ebuild | 38 +++
 2 files changed, 40 insertions(+)

diff --git a/gui-apps/clipman/Manifest b/gui-apps/clipman/Manifest
index 0c5c3dc7fc..5942e9bd5a 100644
--- a/gui-apps/clipman/Manifest
+++ b/gui-apps/clipman/Manifest
@@ -1,2 +1,4 @@
 DIST clipman-1.6.2-deps.tar.xz 723612 BLAKE2B 
c047764966b54b3465e75a6396392e74f1b7f8e7c075a4eb12f0563ff2295d82871ed3eaf04b88d30a0b927ecbf00e7117134fa89ce16fcb5ef292ef1e8e704c
 SHA512 
424f909db59c75a095e5c84671f561def46b49be37c02d10677d29a26124dc45c8e4a25e4b12b007647e898c6d4a28baba66f3e11528fa2330b247d22098eecf
 DIST clipman-1.6.2.tar.gz 21313 BLAKE2B 
b63c8eb367487de362bbde375e8e788df7503682e6ddedb914e16ef0bcc4c7b35e9d6024412e8115556033dcc5df601bc1fa2f028d1ec1f466e3650af12a8e72
 SHA512 
3549fdba47973440f6a3969560d5f5688661f11e1c38026170722182dce83ec1870f9e1652e84198e8be9fc454de1e73dfc1247d50692a32b6e8a25ec149c41b
+DIST clipman-1.6.3-deps.tar.xz 745400 BLAKE2B 
d4fd69be6201f787c0dcac4977f5e905ca3a86c0852ccbfb39f18e903447ba46262a7cf0f12980afa49b4251558482e559c77e5be67d794d7cf4ecc5ec6c5697
 SHA512 
e5b31c3cb67c1badc0bd236082576cff33158c705ab5d27eeaf9a4220b2ff37c2f22c0a490fefffa08912a141df2857ed04d95e4e02249b31c2163340b3e292d
+DIST clipman-1.6.3.tar.gz 23215 BLAKE2B 
f820746de7962941093e3dffe2a79729b222311d53a99fcac717b714ae89eec2395c772782348d027ffe0fe58e4562d5c72fd81729103c6e9d070fddf941fa20
 SHA512 
b0446767fe4ebcce64073addb9c23bd50040c638fedb6c19d32df12438155937b71092dce889153deef0bf3329328b85f0d133479892cb117625c238d6d373d7

diff --git a/gui-apps/clipman/clipman-1.6.3.ebuild 
b/gui-apps/clipman/clipman-1.6.3.ebuild
new file mode 100644
index 00..06cdae7e07
--- /dev/null
+++ b/gui-apps/clipman/clipman-1.6.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="A basic clipboard manager for Wayland."
+HOMEPAGE="https://github.com/chmouel/clipman/;
+SRC_URI="https://github.com/chmouel/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+# Using a dependency tarball as per 
https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
+DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz;
+SRC_URI+=" ${DEPS_URI}"
+
+LICENSE="BSD GPL-3 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+man"
+
+DEPEND="
+   >=gui-apps/wl-clipboard-2
+   gui-libs/wlroots
+"
+
+DOCS=(
+   "README.md"
+)
+
+src_compile() {
+   ego build .
+}
+
+src_install() {
+   dobin ${PN}
+   use man && doman docs/${PN}.1
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/clipman/

2023-11-23 Thread Jonas Frei
commit: 541d0cf7c79b179e35edc719f608be36f3def0ca
Author: Jonas Frei  pm  me>
AuthorDate: Fri Nov 24 04:48:26 2023 +
Commit: Jonas Frei  pm  me>
CommitDate: Fri Nov 24 04:48:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=541d0cf7

gui-apps/clipman: update HOMEPAGE, SRC_URI

Closes: https://bugs.gentoo.org/917767
Signed-off-by: Jonas Frei  pm.me>

 gui-apps/clipman/clipman-1.6.2.ebuild | 8 ++--
 gui-apps/clipman/metadata.xml | 4 ++--
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/gui-apps/clipman/clipman-1.6.2.ebuild 
b/gui-apps/clipman/clipman-1.6.2.ebuild
index dcd07c6e44..fc81418ff1 100644
--- a/gui-apps/clipman/clipman-1.6.2.ebuild
+++ b/gui-apps/clipman/clipman-1.6.2.ebuild
@@ -6,8 +6,8 @@ EAPI=8
 inherit go-module
 
 DESCRIPTION="A basic clipboard manager for Wayland."
-HOMEPAGE="https://github.com/yory8/clipman;
-SRC_URI="https://github.com/yory8/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/chmouel/clipman/;
+SRC_URI="https://github.com/chmouel/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 # Using a dependency tarball as per 
https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
 
DEPS_URI="https://kdrive.infomaniak.com/2/app/192129/share/901d89f7-3efa-4922-a7ee-550314e02a8e/files/21/download
 -> ${P}-deps.tar.xz"
@@ -22,10 +22,6 @@ DEPEND="
>=gui-apps/wl-clipboard-2
gui-libs/wlroots
 "
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-lang/go
-"
 
 src_compile() {
ego build .

diff --git a/gui-apps/clipman/metadata.xml b/gui-apps/clipman/metadata.xml
index e63be183c4..176487775f 100644
--- a/gui-apps/clipman/metadata.xml
+++ b/gui-apps/clipman/metadata.xml
@@ -6,7 +6,7 @@
Jonas Frei


-   yory8/clipman
-   https://github.com/yory8/clipman/issues
+   chmouel/clipman
+   https://github.com/chmouel/clipman/issues

 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/clipman/

2023-04-21 Thread Jonas Frei
commit: cfffca4d659ec906fd9668bdcdb61d07d67b3b84
Author: Jonas Frei  pm  me>
AuthorDate: Fri Apr 21 18:54:56 2023 +
Commit: Jonas Frei  pm  me>
CommitDate: Fri Apr 21 18:55:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfffca4d

gui-apps/clipman: add 1.6.2, drop 1.6.1

Signed-off-by: Jonas Frei  pm.me>

 gui-apps/clipman/Manifest|  4 ++--
 .../{clipman-1.6.1.ebuild => clipman-1.6.2.ebuild}   | 16 
 gui-apps/clipman/metadata.xml|  4 
 3 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/gui-apps/clipman/Manifest b/gui-apps/clipman/Manifest
index 3d3f27a8c..0c5c3dc7f 100644
--- a/gui-apps/clipman/Manifest
+++ b/gui-apps/clipman/Manifest
@@ -1,2 +1,2 @@
-DIST clipman-1.6.1-deps.tar.xz 724108 BLAKE2B 
55d05f00cd0c7999feb4f6201083c2117bbf1bdf68ad65c0db7d142f258ed1d1aaabea2f3f4428861a3098048ddd2959714c6c5dd3a146cee09d382d04a89067
 SHA512 
b216777fa599047ee74eba16b4111c5f1ac0b370bb5155d0861196f31102037e3bde6ca93c8fa8169ab45faad0c463a1080064e763aed49ed395a9e45da37a06
-DIST clipman-1.6.1.tar.gz 21089 BLAKE2B 
fdee917c65336c260d4b90d58083474c14e439c5e55f0af587ae65a053daef4d7845d3aadc5781de5fd0fe4f382235fe5227a7118022af2177618f77ac14b613
 SHA512 
4d02cad58a5637df64a32673406632a9626633fa2bfc6cff28dc6c724048a3f6e40482a3f0eca64ad0af2e0100b426d8779beef29f24e28b5c494878ae1c0ef4
+DIST clipman-1.6.2-deps.tar.xz 723612 BLAKE2B 
c047764966b54b3465e75a6396392e74f1b7f8e7c075a4eb12f0563ff2295d82871ed3eaf04b88d30a0b927ecbf00e7117134fa89ce16fcb5ef292ef1e8e704c
 SHA512 
424f909db59c75a095e5c84671f561def46b49be37c02d10677d29a26124dc45c8e4a25e4b12b007647e898c6d4a28baba66f3e11528fa2330b247d22098eecf
+DIST clipman-1.6.2.tar.gz 21313 BLAKE2B 
b63c8eb367487de362bbde375e8e788df7503682e6ddedb914e16ef0bcc4c7b35e9d6024412e8115556033dcc5df601bc1fa2f028d1ec1f466e3650af12a8e72
 SHA512 
3549fdba47973440f6a3969560d5f5688661f11e1c38026170722182dce83ec1870f9e1652e84198e8be9fc454de1e73dfc1247d50692a32b6e8a25ec149c41b

diff --git a/gui-apps/clipman/clipman-1.6.1.ebuild 
b/gui-apps/clipman/clipman-1.6.2.ebuild
similarity index 69%
rename from gui-apps/clipman/clipman-1.6.1.ebuild
rename to gui-apps/clipman/clipman-1.6.2.ebuild
index f18bfc8e7..dcd07c6e4 100644
--- a/gui-apps/clipman/clipman-1.6.1.ebuild
+++ b/gui-apps/clipman/clipman-1.6.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/yory8/clipman;
 SRC_URI="https://github.com/yory8/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 # Using a dependency tarball as per 
https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
-DEPS_URI="https://kdrive.infomaniak.com/app/share/192129/afaeda87-1372-40fc-b165-d509de1e747a/19/download
 -> ${P}-deps.tar.xz"
+DEPS_URI="https://kdrive.infomaniak.com/2/app/192129/share/901d89f7-3efa-4922-a7ee-550314e02a8e/files/21/download
 -> ${P}-deps.tar.xz"
 SRC_URI+=" ${DEPS_URI}"
 
 LICENSE="BSD GPL-3 MIT"
@@ -19,20 +19,20 @@ KEYWORDS="~amd64"
 IUSE="+man"
 
 DEPEND="
-  >=gui-apps/wl-clipboard-2
-  gui-libs/wlroots
+   >=gui-apps/wl-clipboard-2
+   gui-libs/wlroots
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-  dev-lang/go
+   dev-lang/go
 "
 
 src_compile() {
-  ego build .
+   ego build .
 }
 
 src_install() {
-  dobin ${PN}
-  use man && doman docs/${PN}.1
-  default
+   dobin ${PN}
+   use man && doman docs/${PN}.1
+   default
 }

diff --git a/gui-apps/clipman/metadata.xml b/gui-apps/clipman/metadata.xml
index 402db03fb..e63be183c 100644
--- a/gui-apps/clipman/metadata.xml
+++ b/gui-apps/clipman/metadata.xml
@@ -5,4 +5,8 @@
frei...@pm.me
Jonas Frei

+   
+   yory8/clipman
+   https://github.com/yory8/clipman/issues
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/clipman/

2022-11-15 Thread Jonas Frei
commit: 3d50edb59448e49ca9a1d9e4954df3ee49ce394c
Author: Jonas Frei  pm  me>
AuthorDate: Tue Nov 15 19:49:19 2022 +
Commit: Jonas Frei  pm  me>
CommitDate: Tue Nov 15 19:49:32 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d50edb5

gui-apps/clipman: new package, add 1.6.1

Signed-off-by: Jonas Frei  pm.me>

 gui-apps/clipman/Manifest |  2 ++
 gui-apps/clipman/clipman-1.6.1.ebuild | 38 +++
 gui-apps/clipman/metadata.xml |  8 
 3 files changed, 48 insertions(+)

diff --git a/gui-apps/clipman/Manifest b/gui-apps/clipman/Manifest
new file mode 100644
index 0..3d3f27a8c
--- /dev/null
+++ b/gui-apps/clipman/Manifest
@@ -0,0 +1,2 @@
+DIST clipman-1.6.1-deps.tar.xz 724108 BLAKE2B 
55d05f00cd0c7999feb4f6201083c2117bbf1bdf68ad65c0db7d142f258ed1d1aaabea2f3f4428861a3098048ddd2959714c6c5dd3a146cee09d382d04a89067
 SHA512 
b216777fa599047ee74eba16b4111c5f1ac0b370bb5155d0861196f31102037e3bde6ca93c8fa8169ab45faad0c463a1080064e763aed49ed395a9e45da37a06
+DIST clipman-1.6.1.tar.gz 21089 BLAKE2B 
fdee917c65336c260d4b90d58083474c14e439c5e55f0af587ae65a053daef4d7845d3aadc5781de5fd0fe4f382235fe5227a7118022af2177618f77ac14b613
 SHA512 
4d02cad58a5637df64a32673406632a9626633fa2bfc6cff28dc6c724048a3f6e40482a3f0eca64ad0af2e0100b426d8779beef29f24e28b5c494878ae1c0ef4

diff --git a/gui-apps/clipman/clipman-1.6.1.ebuild 
b/gui-apps/clipman/clipman-1.6.1.ebuild
new file mode 100644
index 0..f18bfc8e7
--- /dev/null
+++ b/gui-apps/clipman/clipman-1.6.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="A basic clipboard manager for Wayland."
+HOMEPAGE="https://github.com/yory8/clipman;
+SRC_URI="https://github.com/yory8/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+# Using a dependency tarball as per 
https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
+DEPS_URI="https://kdrive.infomaniak.com/app/share/192129/afaeda87-1372-40fc-b165-d509de1e747a/19/download
 -> ${P}-deps.tar.xz"
+SRC_URI+=" ${DEPS_URI}"
+
+LICENSE="BSD GPL-3 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+man"
+
+DEPEND="
+  >=gui-apps/wl-clipboard-2
+  gui-libs/wlroots
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+  dev-lang/go
+"
+
+src_compile() {
+  ego build .
+}
+
+src_install() {
+  dobin ${PN}
+  use man && doman docs/${PN}.1
+  default
+}

diff --git a/gui-apps/clipman/metadata.xml b/gui-apps/clipman/metadata.xml
new file mode 100644
index 0..0354b0e34
--- /dev/null
+++ b/gui-apps/clipman/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   frei...@pm.me
+   Jonas Frei
+   
+