* [gentoo-commits] repo/proj/guru:master commit in: media-sound/hushboard/
@ 2021-04-23 8:47 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2021-04-23 8:47 UTC (permalink / raw
To: gentoo-commits
commit: 589561ef1d96ec49edae8af72e3e6af16bdfc265
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Fri Apr 23 08:12:00 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Apr 23 08:12:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=589561ef
media-sound/hushboard: initial import
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
media-sound/hushboard/Manifest | 1 +
.../hushboard/hushboard-0.0_pre20210317.ebuild | 32 ++++++++++++++++++++++
media-sound/hushboard/hushboard-9999.ebuild | 32 ++++++++++++++++++++++
media-sound/hushboard/metadata.xml | 8 ++++++
4 files changed, 73 insertions(+)
diff --git a/media-sound/hushboard/Manifest b/media-sound/hushboard/Manifest
new file mode 100644
index 000000000..7fc0e5968
--- /dev/null
+++ b/media-sound/hushboard/Manifest
@@ -0,0 +1 @@
+DIST hushboard-0.0_pre20210317.tar.gz 109253 BLAKE2B 337e68b0a99780d3d62cf0e447de372842734832f81a12106cbbc1955fc673006790615719c3041220e5b3989eb1e28419eb676228c65a7dddadd4ae5b5d3267 SHA512 431b7bb99bb98725b337b79387a69ea9b1833ee9e2686125014d3ef2bfc609d8cf3eefffaffe23d2fc4a24ac489681eba9c430dc84fa3c7316f9caa26c70750d
diff --git a/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild b/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild
new file mode 100644
index 000000000..eefac3786
--- /dev/null
+++ b/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Mutes your microphone while you are typing"
+HOMEPAGE="https://kryogenix.org/code/hushboard/"
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "9999" ]]; then
+ EGIT_REPO_URI="https://github.com/stuartlangridge/hushboard.git"
+ inherit git-r3
+else
+ HUSHBOARD_COMMIT_ID="c16611c539be111891116a737b02c5fb359ad1fc"
+ SRC_URI="https://github.com/stuartlangridge/hushboard/archive/${HUSHBOARD_COMMIT_ID}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${HUSHBOARD_COMMIT_ID}"
+ KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+ dev-libs/libappindicator
+ dev-python/pycairo[${PYTHON_USEDEP}]
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/python-xlib[${PYTHON_USEDEP}]
+"
diff --git a/media-sound/hushboard/hushboard-9999.ebuild b/media-sound/hushboard/hushboard-9999.ebuild
new file mode 100644
index 000000000..eefac3786
--- /dev/null
+++ b/media-sound/hushboard/hushboard-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Mutes your microphone while you are typing"
+HOMEPAGE="https://kryogenix.org/code/hushboard/"
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "9999" ]]; then
+ EGIT_REPO_URI="https://github.com/stuartlangridge/hushboard.git"
+ inherit git-r3
+else
+ HUSHBOARD_COMMIT_ID="c16611c539be111891116a737b02c5fb359ad1fc"
+ SRC_URI="https://github.com/stuartlangridge/hushboard/archive/${HUSHBOARD_COMMIT_ID}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${HUSHBOARD_COMMIT_ID}"
+ KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+ dev-libs/libappindicator
+ dev-python/pycairo[${PYTHON_USEDEP}]
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/python-xlib[${PYTHON_USEDEP}]
+"
diff --git a/media-sound/hushboard/metadata.xml b/media-sound/hushboard/metadata.xml
new file mode 100644
index 000000000..bdf5f6f4f
--- /dev/null
+++ b/media-sound/hushboard/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>flo@geekplace.eu</email>
+ <name>Florian Schmaus</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/hushboard/
2021-10-20 8:18 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
@ 2021-10-20 8:18 ` Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2021-10-20 8:18 UTC (permalink / raw
To: gentoo-commits
commit: 78bc1e9d555608287c59404d57d4e877ed47574f
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 07:48:45 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 07:49:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78bc1e9d
media-sound/hushboard: update PYTHON_COMPAT for Python 10
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
...ard-0.0_pre20210317.ebuild => hushboard-0.0_pre20210317-r1.ebuild} | 4 ++--
media-sound/hushboard/hushboard-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild b/media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild
similarity index 95%
rename from media-sound/hushboard/hushboard-0.0_pre20210317.ebuild
rename to media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild
index 6b7287ef2..be4e0dcb2 100644
--- a/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild
+++ b/media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
diff --git a/media-sound/hushboard/hushboard-9999.ebuild b/media-sound/hushboard/hushboard-9999.ebuild
index 6b7287ef2..be4e0dcb2 100644
--- a/media-sound/hushboard/hushboard-9999.ebuild
+++ b/media-sound/hushboard/hushboard-9999.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/hushboard/
@ 2022-06-30 17:38 Florian Schmaus
2022-06-30 17:39 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
0 siblings, 1 reply; 5+ messages in thread
From: Florian Schmaus @ 2022-06-30 17:38 UTC (permalink / raw
To: gentoo-commits
commit: 4c20895db2092c03d412ebc05d3a7dace9342366
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 17:38:37 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 17:38:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c20895d
media-sound/hushboard: add 0.0_pre20220518
Closes: https://bugs.gentoo.org/817185
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
media-sound/hushboard/Manifest | 2 +-
...0.0_pre20210317-r1.ebuild => hushboard-0.0_pre20220518.ebuild} | 8 ++++----
media-sound/hushboard/hushboard-9999.ebuild | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/media-sound/hushboard/Manifest b/media-sound/hushboard/Manifest
index 7fc0e5968..d0315113d 100644
--- a/media-sound/hushboard/Manifest
+++ b/media-sound/hushboard/Manifest
@@ -1 +1 @@
-DIST hushboard-0.0_pre20210317.tar.gz 109253 BLAKE2B 337e68b0a99780d3d62cf0e447de372842734832f81a12106cbbc1955fc673006790615719c3041220e5b3989eb1e28419eb676228c65a7dddadd4ae5b5d3267 SHA512 431b7bb99bb98725b337b79387a69ea9b1833ee9e2686125014d3ef2bfc609d8cf3eefffaffe23d2fc4a24ac489681eba9c430dc84fa3c7316f9caa26c70750d
+DIST hushboard-0.0_pre20220518.tar.gz 111373 BLAKE2B 438ddc7ab4d7aa7a9542afc1c4a7ff4a86af858617be77bc06b1967a84ad56b3824fb2df099c7022ff2da9753bfc01b591058dfdd01ab7580e9602a7983e87a6 SHA512 99a65b8d6e166b2e5185f16727409ed12a1a596aaa7e76bfcebfa0650e82fd16f9b920e6797ea90c9dcdb1897b491fb39590285571fa5b650a1380ae372de644
diff --git a/media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild b/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild
similarity index 81%
rename from media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild
rename to media-sound/hushboard/hushboard-0.0_pre20220518.ebuild
index be4e0dcb2..9c8183d16 100644
--- a/media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild
+++ b/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/stuartlangridge/hushboard.git"
inherit git-r3
else
- HUSHBOARD_COMMIT_ID="c16611c539be111891116a737b02c5fb359ad1fc"
+ HUSHBOARD_COMMIT_ID="5d62c2aacb876f7178d8002a22e44128ac312c98"
SRC_URI="https://github.com/stuartlangridge/hushboard/archive/${HUSHBOARD_COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${HUSHBOARD_COMMIT_ID}"
KEYWORDS="~amd64"
diff --git a/media-sound/hushboard/hushboard-9999.ebuild b/media-sound/hushboard/hushboard-9999.ebuild
index be4e0dcb2..9c8183d16 100644
--- a/media-sound/hushboard/hushboard-9999.ebuild
+++ b/media-sound/hushboard/hushboard-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/stuartlangridge/hushboard.git"
inherit git-r3
else
- HUSHBOARD_COMMIT_ID="c16611c539be111891116a737b02c5fb359ad1fc"
+ HUSHBOARD_COMMIT_ID="5d62c2aacb876f7178d8002a22e44128ac312c98"
SRC_URI="https://github.com/stuartlangridge/hushboard/archive/${HUSHBOARD_COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${HUSHBOARD_COMMIT_ID}"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/hushboard/
2022-06-30 17:38 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/hushboard/ Florian Schmaus
@ 2022-06-30 17:39 ` Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2022-06-30 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 4c20895db2092c03d412ebc05d3a7dace9342366
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 17:38:37 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 17:38:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c20895d
media-sound/hushboard: add 0.0_pre20220518
Closes: https://bugs.gentoo.org/817185
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
media-sound/hushboard/Manifest | 2 +-
...0.0_pre20210317-r1.ebuild => hushboard-0.0_pre20220518.ebuild} | 8 ++++----
media-sound/hushboard/hushboard-9999.ebuild | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/media-sound/hushboard/Manifest b/media-sound/hushboard/Manifest
index 7fc0e5968..d0315113d 100644
--- a/media-sound/hushboard/Manifest
+++ b/media-sound/hushboard/Manifest
@@ -1 +1 @@
-DIST hushboard-0.0_pre20210317.tar.gz 109253 BLAKE2B 337e68b0a99780d3d62cf0e447de372842734832f81a12106cbbc1955fc673006790615719c3041220e5b3989eb1e28419eb676228c65a7dddadd4ae5b5d3267 SHA512 431b7bb99bb98725b337b79387a69ea9b1833ee9e2686125014d3ef2bfc609d8cf3eefffaffe23d2fc4a24ac489681eba9c430dc84fa3c7316f9caa26c70750d
+DIST hushboard-0.0_pre20220518.tar.gz 111373 BLAKE2B 438ddc7ab4d7aa7a9542afc1c4a7ff4a86af858617be77bc06b1967a84ad56b3824fb2df099c7022ff2da9753bfc01b591058dfdd01ab7580e9602a7983e87a6 SHA512 99a65b8d6e166b2e5185f16727409ed12a1a596aaa7e76bfcebfa0650e82fd16f9b920e6797ea90c9dcdb1897b491fb39590285571fa5b650a1380ae372de644
diff --git a/media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild b/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild
similarity index 81%
rename from media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild
rename to media-sound/hushboard/hushboard-0.0_pre20220518.ebuild
index be4e0dcb2..9c8183d16 100644
--- a/media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild
+++ b/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/stuartlangridge/hushboard.git"
inherit git-r3
else
- HUSHBOARD_COMMIT_ID="c16611c539be111891116a737b02c5fb359ad1fc"
+ HUSHBOARD_COMMIT_ID="5d62c2aacb876f7178d8002a22e44128ac312c98"
SRC_URI="https://github.com/stuartlangridge/hushboard/archive/${HUSHBOARD_COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${HUSHBOARD_COMMIT_ID}"
KEYWORDS="~amd64"
diff --git a/media-sound/hushboard/hushboard-9999.ebuild b/media-sound/hushboard/hushboard-9999.ebuild
index be4e0dcb2..9c8183d16 100644
--- a/media-sound/hushboard/hushboard-9999.ebuild
+++ b/media-sound/hushboard/hushboard-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/stuartlangridge/hushboard.git"
inherit git-r3
else
- HUSHBOARD_COMMIT_ID="c16611c539be111891116a737b02c5fb359ad1fc"
+ HUSHBOARD_COMMIT_ID="5d62c2aacb876f7178d8002a22e44128ac312c98"
SRC_URI="https://github.com/stuartlangridge/hushboard/archive/${HUSHBOARD_COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${HUSHBOARD_COMMIT_ID}"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/hushboard/
2024-05-15 16:55 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-05-15 17:00 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-15 17:00 UTC (permalink / raw
To: gentoo-commits
commit: 0b4d5a80d32713226d1db9b7ac773d1821de62ca
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 15 16:28:07 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 16:55:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b4d5a80
media-sound/hushboard: enable py3.12
Closes: https://bugs.gentoo.org/931461
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
media-sound/hushboard/hushboard-0.0_pre20220518.ebuild | 4 ++--
media-sound/hushboard/hushboard-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild b/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild
index 8873688820..ee3bb1b882 100644
--- a/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild
+++ b/media-sound/hushboard/hushboard-0.0_pre20220518.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
diff --git a/media-sound/hushboard/hushboard-9999.ebuild b/media-sound/hushboard/hushboard-9999.ebuild
index 8873688820..ee3bb1b882 100644
--- a/media-sound/hushboard/hushboard-9999.ebuild
+++ b/media-sound/hushboard/hushboard-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-05-15 17:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 17:38 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/hushboard/ Florian Schmaus
2022-06-30 17:39 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2024-05-15 16:55 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-15 17:00 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2021-10-20 8:18 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2021-10-20 8:18 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2021-04-23 8:47 Haelwenn Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox