* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/clipman/
@ 2022-11-16 10:19 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-11-16 10:19 UTC (permalink / raw
To: gentoo-commits
commit: 3d50edb59448e49ca9a1d9e4954df3ee49ce394c
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Nov 15 19:49:19 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 19:49:32 2022 +0000
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 <freijon <AT> 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 000000000..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 000000000..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 000000000..0354b0e34
--- /dev/null
+++ b/gui-apps/clipman/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>freijon@pm.me</email>
+ <name>Jonas Frei</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/clipman/
@ 2023-04-23 8:40 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2023-04-23 8:40 UTC (permalink / raw
To: gentoo-commits
commit: cfffca4d659ec906fd9668bdcdb61d07d67b3b84
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Fri Apr 21 18:54:56 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 18:55:36 2023 +0000
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 <freijon <AT> 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 @@
<email>freijon@pm.me</email>
<name>Jonas Frei</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">yory8/clipman</remote-id>
+ <bugs-to>https://github.com/yory8/clipman/issues</bugs-to>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/clipman/
@ 2023-11-24 17:20 David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-11-24 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 541d0cf7c79b179e35edc719f608be36f3def0ca
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Fri Nov 24 04:48:26 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Nov 24 04:48:41 2023 +0000
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 <freijon <AT> 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 @@
<name>Jonas Frei</name>
</maintainer>
<upstream>
- <remote-id type="github">yory8/clipman</remote-id>
- <bugs-to>https://github.com/yory8/clipman/issues</bugs-to>
+ <remote-id type="github">chmouel/clipman</remote-id>
+ <bugs-to>https://github.com/chmouel/clipman/issues</bugs-to>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/clipman/
@ 2024-04-12 19:59 Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-04-12 19:59 UTC (permalink / raw
To: gentoo-commits
commit: d265782c30d079d790654b893779d28eb15e3fd9
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Fri Apr 12 19:30:50 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr 12 19:34:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d265782c
gui-apps/clipman: add 1.6.3
Signed-off-by: Jonas Frei <freijon <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/clipman/
@ 2024-07-17 8:40 David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-07-17 8:40 UTC (permalink / raw
To: gentoo-commits
commit: 0fc2a278a97f2d873bb397ff6484f46801ac5356
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Jul 16 18:44:31 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul 16 19:05:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0fc2a278
gui-apps/clipman: add 1.6.4
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
gui-apps/clipman/Manifest | 2 ++
gui-apps/clipman/clipman-1.6.4.ebuild | 38 +++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/gui-apps/clipman/Manifest b/gui-apps/clipman/Manifest
index 5942e9bd5..54e8b98ed 100644
--- a/gui-apps/clipman/Manifest
+++ b/gui-apps/clipman/Manifest
@@ -2,3 +2,5 @@ DIST clipman-1.6.2-deps.tar.xz 723612 BLAKE2B c047764966b54b3465e75a6396392e74f1
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
+DIST clipman-1.6.4-deps.tar.xz 850348 BLAKE2B 83ced3c67ad1ba8a48f4e3433da5f90660ac9eb4cfe398d2380094303935a0312e3ea29d4edfa3ebd007850def9f672a4d3a95d02b5dd080c8d51c1d4f40f00b SHA512 49f0edfe0b826fb297d13865473e58873eda4d9e2626ce343a7ee4dab723b4f84e1624b394f2d26ca0af0e0fe52653da5505f448626d1e656a4f104149576093
+DIST clipman-1.6.4.tar.gz 23513 BLAKE2B 6fb6f1ac4a89bfc1f972a9f96f78cc90a0da9274930bde70a80bbbf2b6ba86a0727c517536cb156567ac82956231a26748cee42adcc20673bcffb649a6b099b2 SHA512 3501615de4320da7985493672d9107de0ef47eeb6a5fcb2d6d75ee7ac7282f5e45b735f3a88e3e946629c7d46bdb2e1740469bcbf3e6b3cdb67078ab7a8897b3
diff --git a/gui-apps/clipman/clipman-1.6.4.ebuild b/gui-apps/clipman/clipman-1.6.4.ebuild
new file mode 100644
index 000000000..06cdae7e0
--- /dev/null
+++ b/gui-apps/clipman/clipman-1.6.4.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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/clipman/
@ 2024-07-17 8:40 David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-07-17 8:40 UTC (permalink / raw
To: gentoo-commits
commit: 838fc0fe2e3928c4bb9d3015bb7dfbfa1fc000bc
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Wed Jul 17 03:08:31 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jul 17 03:48:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=838fc0fe
gui-apps/clipman: Various optimisations
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
gui-apps/clipman/clipman-1.6.4.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gui-apps/clipman/clipman-1.6.4.ebuild b/gui-apps/clipman/clipman-1.6.4.ebuild
index 06cdae7e0..dd650575a 100644
--- a/gui-apps/clipman/clipman-1.6.4.ebuild
+++ b/gui-apps/clipman/clipman-1.6.4.ebuild
@@ -16,23 +16,20 @@ 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
+
+ doman docs/${PN}.1
+ DOCS=("README.md")
einstalldocs
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/clipman/
2024-07-18 14:36 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
@ 2024-07-18 16:39 ` Lucio Sauer
0 siblings, 0 replies; 8+ messages in thread
From: Lucio Sauer @ 2024-07-18 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 8723b6b86b67d084c14a24a53cb79f42cabb9428
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Jul 18 14:33:33 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Jul 18 14:34:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8723b6b8
gui-apps/clipman: make DOCS local to avoid variable pollution
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
gui-apps/clipman/clipman-1.6.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/clipman/clipman-1.6.4.ebuild b/gui-apps/clipman/clipman-1.6.4.ebuild
index dd650575a..66a2ec0ec 100644
--- a/gui-apps/clipman/clipman-1.6.4.ebuild
+++ b/gui-apps/clipman/clipman-1.6.4.ebuild
@@ -30,6 +30,6 @@ src_install() {
dobin ${PN}
doman docs/${PN}.1
- DOCS=("README.md")
+ local DOCS=("README.md")
einstalldocs
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/clipman/
2024-07-18 14:36 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
@ 2024-07-18 16:39 ` Lucio Sauer
0 siblings, 0 replies; 8+ messages in thread
From: Lucio Sauer @ 2024-07-18 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 70317fcb694a2a44519d3d04dc22cc1cfb9b98f9
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Jul 18 14:31:20 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Jul 18 14:34:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70317fcb
gui-apps/clipman: install manpage unconditionally (PG 0305)
https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0305
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
gui-apps/clipman/clipman-1.6.2.ebuild | 5 ++---
gui-apps/clipman/clipman-1.6.3.ebuild | 3 +--
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/gui-apps/clipman/clipman-1.6.2.ebuild b/gui-apps/clipman/clipman-1.6.2.ebuild
index fc81418ff..0ca389ca8 100644
--- a/gui-apps/clipman/clipman-1.6.2.ebuild
+++ b/gui-apps/clipman/clipman-1.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,6 @@ SRC_URI+=" ${DEPS_URI}"
LICENSE="BSD GPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="+man"
DEPEND="
>=gui-apps/wl-clipboard-2
@@ -29,6 +28,6 @@ src_compile() {
src_install() {
dobin ${PN}
- use man && doman docs/${PN}.1
+ doman docs/${PN}.1
default
}
diff --git a/gui-apps/clipman/clipman-1.6.3.ebuild b/gui-apps/clipman/clipman-1.6.3.ebuild
index 06cdae7e0..5db11f6c2 100644
--- a/gui-apps/clipman/clipman-1.6.3.ebuild
+++ b/gui-apps/clipman/clipman-1.6.3.ebuild
@@ -16,7 +16,6 @@ SRC_URI+=" ${DEPS_URI}"
LICENSE="BSD GPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="+man"
DEPEND="
>=gui-apps/wl-clipboard-2
@@ -33,6 +32,6 @@ src_compile() {
src_install() {
dobin ${PN}
- use man && doman docs/${PN}.1
+ doman docs/${PN}.1
einstalldocs
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-07-18 16:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 8:40 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/clipman/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-07-18 14:36 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-07-18 16:39 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-07-18 14:36 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-07-18 16:39 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-07-17 8:40 David Roman
2024-04-12 19:59 Julien Roy
2023-11-24 17:20 David Roman
2023-04-23 8:40 Florian Schmaus
2022-11-16 10:19 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox