* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2017-05-08 16:49 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2017-05-08 16:49 UTC (permalink / raw
To: gentoo-commits
commit: 00458a904d6a263692f0cfaa02714cc082c9b732
Author: Karl Linden <karl.j.linden <AT> gmail <DOT> com>
AuthorDate: Mon May 8 05:22:25 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 8 16:49:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00458a90
media-sound/klick: depend on virtual/jack
Closes: https://github.com/gentoo/gentoo/pull/4566
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-sound/klick/{klick-0.12.2.ebuild => klick-0.12.2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/klick/klick-0.12.2.ebuild b/media-sound/klick/klick-0.12.2-r1.ebuild
similarity index 96%
rename from media-sound/klick/klick-0.12.2.ebuild
rename to media-sound/klick/klick-0.12.2-r1.ebuild
index 9a853d94a0a..06734a9fa58 100644
--- a/media-sound/klick/klick-0.12.2.ebuild
+++ b/media-sound/klick/klick-0.12.2-r1.ebuild
@@ -17,7 +17,7 @@ IUSE="debug osc rubberband"
RDEPEND="dev-libs/boost
media-libs/libsamplerate
media-libs/libsndfile
- media-sound/jack-audio-connection-kit
+ virtual/jack
osc? ( media-libs/liblo )
rubberband? ( media-libs/rubberband )"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2019-06-01 10:54 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2019-06-01 10:54 UTC (permalink / raw
To: gentoo-commits
commit: db65d65e43626b808d74bc5647c34f39031e771b
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Fri May 31 23:01:32 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 10:53:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db65d65e
media-sound/klick: EAPI=7 bump
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../klick/{klick-0.12.2-r1.ebuild => klick-0.12.2-r2.ebuild} | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/media-sound/klick/klick-0.12.2-r1.ebuild b/media-sound/klick/klick-0.12.2-r2.ebuild
similarity index 83%
rename from media-sound/klick/klick-0.12.2-r1.ebuild
rename to media-sound/klick/klick-0.12.2-r2.ebuild
index 06734a9fa58..6c88ea4ac1a 100644
--- a/media-sound/klick/klick-0.12.2-r1.ebuild
+++ b/media-sound/klick/klick-0.12.2-r2.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit scons-utils toolchain-funcs
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+inherit python-any-r1 scons-utils toolchain-funcs
DESCRIPTION="An advanced command-line based metronome for JACK"
HOMEPAGE="http://das.nasophon.de/klick"
@@ -20,8 +22,8 @@ RDEPEND="dev-libs/boost
virtual/jack
osc? ( media-libs/liblo )
rubberband? ( media-libs/rubberband )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-sconstruct.patch
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2019-06-01 10:54 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2019-06-01 10:54 UTC (permalink / raw
To: gentoo-commits
commit: 3539e8b79544fcf786ab6265fa82d1c46ccc14a4
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Tue May 21 15:52:30 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 10:54:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3539e8b7
media-sound/klick: boost is a build-time only dependency
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/klick/klick-0.12.2-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/klick/klick-0.12.2-r2.ebuild b/media-sound/klick/klick-0.12.2-r2.ebuild
index 6c88ea4ac1a..0a33dbe71f4 100644
--- a/media-sound/klick/klick-0.12.2-r2.ebuild
+++ b/media-sound/klick/klick-0.12.2-r2.ebuild
@@ -16,13 +16,13 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug osc rubberband"
-RDEPEND="dev-libs/boost
- media-libs/libsamplerate
+RDEPEND="media-libs/libsamplerate
media-libs/libsndfile
virtual/jack
osc? ( media-libs/liblo )
rubberband? ( media-libs/rubberband )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-libs/boost"
BDEPEND="virtual/pkgconfig"
PATCHES=(
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2019-06-01 10:54 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2019-06-01 10:54 UTC (permalink / raw
To: gentoo-commits
commit: 12fc6a8e893b0c202c4e643b18712ecf70741348
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Tue May 21 15:15:03 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 10:53:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fc6a8e
media-sound/klick: take maintainership
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/klick/metadata.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/media-sound/klick/metadata.xml b/media-sound/klick/metadata.xml
index e83667d5c94..807ed60afdd 100644
--- a/media-sound/klick/metadata.xml
+++ b/media-sound/klick/metadata.xml
@@ -1,8 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>alexander@tsoy.me</email>
+ <name>Alexander Tsoy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<use>
<flag name="rubberband">Enable rubberband support</flag>
</use>
+ <upstream>
+ <remote-id type="github">dsacre/klick</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2019-06-01 10:54 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2019-06-01 10:54 UTC (permalink / raw
To: gentoo-commits
commit: 10369ebe826db0a3b19e3938cca2f25e38985ec4
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Fri May 31 23:04:01 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 10:54:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10369ebe
media-sound/klick: fix license to GPL-2+
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/klick/klick-0.12.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/klick/klick-0.12.2-r2.ebuild b/media-sound/klick/klick-0.12.2-r2.ebuild
index 0a33dbe71f4..25f94d2fe96 100644
--- a/media-sound/klick/klick-0.12.2-r2.ebuild
+++ b/media-sound/klick/klick-0.12.2-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="An advanced command-line based metronome for JACK"
HOMEPAGE="http://das.nasophon.de/klick"
SRC_URI="http://das.nasophon.de/download/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug osc rubberband"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2020-04-26 8:40 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2020-04-26 8:40 UTC (permalink / raw
To: gentoo-commits
commit: 24c0bbcb85b962aabae3c5705fcb70d46dd22fbf
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Wed Apr 22 21:37:32 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 08:39:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c0bbcb
media-sound/klick: Enable py3.{7,8}
Closes: https://bugs.gentoo.org/718400
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/15475
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-sound/klick/klick-0.12.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/klick/klick-0.12.2-r2.ebuild b/media-sound/klick/klick-0.12.2-r2.ebuild
index 2cb01450f33..578c9bd794d 100644
--- a/media-sound/klick/klick-0.12.2-r2.ebuild
+++ b/media-sound/klick/klick-0.12.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit python-any-r1 scons-utils toolchain-funcs
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2021-05-23 10:19 Miroslav Šulc
0 siblings, 0 replies; 12+ messages in thread
From: Miroslav Šulc @ 2021-05-23 10:19 UTC (permalink / raw
To: gentoo-commits
commit: dc670f2192cff992a64e52097bac33ec59dfeade
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 10:19:32 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun May 23 10:19:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc670f21
media-sound/klick: py3_9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/klick/klick-0.12.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/klick/klick-0.12.2-r2.ebuild b/media-sound/klick/klick-0.12.2-r2.ebuild
index 0c783a18a69..d7417732e2e 100644
--- a/media-sound/klick/klick-0.12.2-r2.ebuild
+++ b/media-sound/klick/klick-0.12.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit python-any-r1 scons-utils toolchain-funcs
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2022-06-16 16:32 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-06-16 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 0a31dc2cfb95fd8ba41654682c77716f9c7fe043
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Wed Jun 15 13:06:19 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 16:32:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a31dc2c
media-sound/klick: add Python 3.10 support
Also fix variable scope issue.
Closes: https://bugs.gentoo.org/846074
Closes: https://bugs.gentoo.org/836078
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/25909
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/klick/klick-0.12.2-r3.ebuild | 54 ++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/media-sound/klick/klick-0.12.2-r3.ebuild b/media-sound/klick/klick-0.12.2-r3.ebuild
new file mode 100644
index 000000000000..dc5e78d639f9
--- /dev/null
+++ b/media-sound/klick/klick-0.12.2-r3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit python-any-r1 scons-utils toolchain-funcs
+
+DESCRIPTION="An advanced command-line based metronome for JACK"
+HOMEPAGE="http://das.nasophon.de/klick"
+SRC_URI="http://das.nasophon.de/download/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug osc rubberband"
+
+RDEPEND="media-libs/libsamplerate
+ media-libs/libsndfile
+ virtual/jack
+ osc? ( media-libs/liblo )
+ rubberband? ( media-libs/rubberband )"
+DEPEND="${RDEPEND}
+ dev-libs/boost"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-sconstruct.patch
+ "${FILESDIR}"/${P}-gcc6.patch
+)
+
+HTML_DOCS=( doc/manual.html )
+
+src_configure() {
+ MYSCONS=(
+ CXX="$(tc-getCXX)"
+ CXXFLAGS="${CXXFLAGS}"
+ LINKFLAGS="${LDFLAGS}"
+ PREFIX="${EPREFIX}/usr"
+ DEBUG=$(usex debug)
+ OSC=$(usex osc)
+ RUBBERBAND=$(usex rubberband)
+ )
+}
+
+src_compile() {
+ escons "${MYSCONS[@]}"
+}
+
+src_install() {
+ escons "${MYSCONS[@]}" DESTDIR="${D}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2022-10-12 16:23 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2022-10-12 16:23 UTC (permalink / raw
To: gentoo-commits
commit: 31d01967fd17e068fa3791eb83f16288f9f99aef
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Tue Oct 11 17:17:56 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 16:23:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d01967
media-sound/klick: remove old
Closes: https://github.com/gentoo/gentoo/pull/27550
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-sound/klick/klick-0.12.2-r2.ebuild | 55 --------------------------------
1 file changed, 55 deletions(-)
diff --git a/media-sound/klick/klick-0.12.2-r2.ebuild b/media-sound/klick/klick-0.12.2-r2.ebuild
deleted file mode 100644
index d7417732e2e2..000000000000
--- a/media-sound/klick/klick-0.12.2-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit python-any-r1 scons-utils toolchain-funcs
-
-DESCRIPTION="An advanced command-line based metronome for JACK"
-HOMEPAGE="http://das.nasophon.de/klick"
-SRC_URI="http://das.nasophon.de/download/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug osc rubberband"
-
-RDEPEND="media-libs/libsamplerate
- media-libs/libsndfile
- virtual/jack
- osc? ( media-libs/liblo )
- rubberband? ( media-libs/rubberband )"
-DEPEND="${RDEPEND}
- dev-libs/boost"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${P}-sconstruct.patch
- "${FILESDIR}"/${P}-gcc6.patch
-)
-
-HTML_DOCS=( doc/manual.html )
-
-src_configure() {
- MYSCONS=(
- CXX="$(tc-getCXX)"
- CXXFLAGS="${CXXFLAGS}"
- LINKFLAGS="${LDFLAGS}"
- PREFIX="${EPREFIX}/usr"
- DESTDIR="${D}"
- DEBUG=$(usex debug)
- OSC=$(usex osc)
- RUBBERBAND=$(usex rubberband)
- )
-}
-
-src_compile() {
- escons "${MYSCONS[@]}"
-}
-
-src_install() {
- escons "${MYSCONS[@]}" install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2023-04-03 13:34 Viorel Munteanu
0 siblings, 0 replies; 12+ messages in thread
From: Viorel Munteanu @ 2023-04-03 13:34 UTC (permalink / raw
To: gentoo-commits
commit: 65d5f4bb15f3e07f2516abac4e69947f76e9529c
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 13:33:22 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 13:34:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d5f4bb
media-sound/klick: update HOMEPAGE, SRC_URI
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
media-sound/klick/klick-0.12.2-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/klick/klick-0.12.2-r4.ebuild b/media-sound/klick/klick-0.12.2-r4.ebuild
index d862a9f6e1c7..29bd9c9b86be 100644
--- a/media-sound/klick/klick-0.12.2-r4.ebuild
+++ b/media-sound/klick/klick-0.12.2-r4.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit python-any-r1 scons-utils toolchain-funcs
DESCRIPTION="An advanced command-line based metronome for JACK"
-HOMEPAGE="http://das.nasophon.de/klick"
-SRC_URI="http://das.nasophon.de/download/${P}.tar.gz"
+HOMEPAGE="https://das.nasophon.de/klick/"
+SRC_URI="https://das.nasophon.de/download/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2023-04-03 13:34 Viorel Munteanu
0 siblings, 0 replies; 12+ messages in thread
From: Viorel Munteanu @ 2023-04-03 13:34 UTC (permalink / raw
To: gentoo-commits
commit: 17b55496aa5be41094413590c1b3c49460bb400a
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Sun Mar 5 20:18:35 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 13:34:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b55496
media-sound/klick: EAPI 8 and py3.11
Closes: https://bugs.gentoo.org/897034
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/29945
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
media-sound/klick/{klick-0.12.2-r3.ebuild => klick-0.12.2-r4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/klick/klick-0.12.2-r3.ebuild b/media-sound/klick/klick-0.12.2-r4.ebuild
similarity index 96%
rename from media-sound/klick/klick-0.12.2-r3.ebuild
rename to media-sound/klick/klick-0.12.2-r4.ebuild
index 9f64b7f52ac1..d862a9f6e1c7 100644
--- a/media-sound/klick/klick-0.12.2-r3.ebuild
+++ b/media-sound/klick/klick-0.12.2-r4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit python-any-r1 scons-utils toolchain-funcs
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/
@ 2024-04-19 7:28 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-19 7:28 UTC (permalink / raw
To: gentoo-commits
commit: a7be689441192f415428b9ee0c62ca3e8029d9aa
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Thu Apr 18 03:52:52 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 07:28:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7be6894
media-sound/klick: Enable py3.12
Closes: https://bugs.gentoo.org/929661
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/36304
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-sound/klick/klick-0.12.2-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/klick/klick-0.12.2-r4.ebuild b/media-sound/klick/klick-0.12.2-r4.ebuild
index 29bd9c9b86be..bee2f5f90249 100644
--- a/media-sound/klick/klick-0.12.2-r4.ebuild
+++ b/media-sound/klick/klick-0.12.2-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-any-r1 scons-utils toolchain-funcs
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-04-19 7:29 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-03 13:34 [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 7:28 Arthur Zamarin
2023-04-03 13:34 Viorel Munteanu
2022-10-12 16:23 Joonas Niilola
2022-06-16 16:32 Sam James
2021-05-23 10:19 Miroslav Šulc
2020-04-26 8:40 Joonas Niilola
2019-06-01 10:54 Michał Górny
2019-06-01 10:54 Michał Górny
2019-06-01 10:54 Michał Górny
2019-06-01 10:54 Michał Górny
2017-05-08 16:49 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox