[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2024-04-14 Thread John Helmert III
commit: 9b8cab30e8258e0c1f2c3353ab3dea8e7a84cff5
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Apr 15 05:35:39 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Apr 15 05:35:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8cab30

media-sound/pulsemixer: enable py3.12

Closes: https://bugs.gentoo.org/929665
Signed-off-by: John Helmert III  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild | 4 ++--
 media-sound/pulsemixer/pulsemixer-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
index 6f2490c54558..92808ef8f579 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1

diff --git a/media-sound/pulsemixer/pulsemixer-.ebuild 
b/media-sound/pulsemixer/pulsemixer-.ebuild
index 54f5ab3fa3ac..c8ced02506c6 100644
--- a/media-sound/pulsemixer/pulsemixer-.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2023-07-22 Thread John Helmert III
commit: 15e07a173cba15dfb8af8a58235a8d79e6561114
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Jul 22 15:34:53 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Jul 22 16:30:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e07a17

media-sound/pulsemixer: drop 1.5.1

Signed-off-by: John Helmert III  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
deleted file mode 100644
index 700107370516..
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-DESCRIPTION="CLI and curses mixer for PulseAudio"
-HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
-else
-   SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="media-sound/pulseaudio"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2023-07-20 Thread Sam James
commit: e572628c135241cb931962bb2003ee2b2a3482e2
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 20 20:59:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 20 20:59:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e572628c

media-sound/pulsemixer: Stabilize 1.5.1-r2 x86, #910557

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
index e7f978e3d5e8..6f2490c54558 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
 else
SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2023-07-19 Thread John Helmert III
commit: 16f0080bfc6aa0f651719deaef8ee7e26a76e314
Author: John Helmert III  gentoo  org>
AuthorDate: Wed Jul 19 15:50:01 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Wed Jul 19 15:50:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f0080b

media-sound/pulsemixer: stabilize 1.5.1-r2 for amd64

Signed-off-by: John Helmert III  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
index 54f5ab3fa3ac..e7f978e3d5e8 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
 else
SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2023-06-10 Thread Andreas Sturmlechner
commit: fe5d0e1b9195233b2561355e49cda84370d1872c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 10:55:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5d0e1b

media-sound/pulsemixer: 1.5.1: Switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../{pulsemixer-1.5.1-r1.ebuild => pulsemixer-1.5.1-r2.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
similarity index 94%
rename from media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
rename to media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
index 2cccae253ebf..54f5ab3fa3ac 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
@@ -23,4 +23,4 @@ fi
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND="media-sound/pulseaudio"
+RDEPEND="media-libs/libpulse"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2023-06-10 Thread Andreas Sturmlechner
commit: 25e489062a13632a423d9cc80c6c989c0230f6f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 09:45:23 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 22:56:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e48906

media-sound/pulsemixer: Switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/pulsemixer/pulsemixer-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulsemixer/pulsemixer-.ebuild 
b/media-sound/pulsemixer/pulsemixer-.ebuild
index 2cccae253ebf..54f5ab3fa3ac 100644
--- a/media-sound/pulsemixer/pulsemixer-.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-.ebuild
@@ -23,4 +23,4 @@ fi
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND="media-sound/pulseaudio"
+RDEPEND="media-libs/libpulse"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2022-10-21 Thread John Helmert III
commit: 3ab34a279f59ab770e4298fd4ed34f75e0755821
Author: John Helmert III  gentoo  org>
AuthorDate: Fri Oct 21 19:33:09 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Fri Oct 21 19:56:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab34a27

media-sound/pulsemixer: sync live

Signed-off-by: John Helmert III  gentoo.org>

 media-sound/pulsemixer/pulsemixer-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-sound/pulsemixer/pulsemixer-.ebuild 
b/media-sound/pulsemixer/pulsemixer-.ebuild
index a4059e5a370c..fbca22552e0e 100644
--- a/media-sound/pulsemixer/pulsemixer-.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1
@@ -16,7 +17,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
 else
SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2022-10-21 Thread John Helmert III
commit: 2130fa9b1fdbd66306591b3a031529c50e16310f
Author: John Helmert III  gentoo  org>
AuthorDate: Fri Oct 21 19:32:53 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Fri Oct 21 19:56:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2130fa9b

media-sound/pulsemixer: add python3_11

Signed-off-by: John Helmert III  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild | 2 +-
 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
index 114d7ce451a3..fbca22552e0e 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
index a4059e5a370c..da8bb8c38bf1 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2022-10-21 Thread John Helmert III
commit: 28f09fe35705c77bfdeb6066b2f859f54bdd0fa1
Author: John Helmert III  gentoo  org>
AuthorDate: Fri Oct 21 05:45:03 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Fri Oct 21 06:04:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f09fe3

media-sound/pulsemixer: revbump to add DISTUTILS_USE_PEP517

Signed-off-by: John Helmert III  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild | 26 +++
 1 file changed, 26 insertions(+)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
new file mode 100644
index ..114d7ce451a3
--- /dev/null
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="CLI and curses mixer for PulseAudio"
+HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
+else
+   SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="media-sound/pulseaudio"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2022-01-29 Thread John Helmert III
commit: ed30e50bab38dbdaf68a7093fd08616c969a58ab
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jan 30 01:43:43 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Jan 30 01:46:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed30e50b

media-sound/pulsemixer: update EAPI 7 -> 8, add python3_10

Signed-off-by: John Helmert III  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
index 59fab70d4f78..a4059e5a370c 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2022-01-29 Thread John Helmert III
commit: 50238b8237a2dd79a2b5e12203b195c8ad225c73
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jan 30 01:44:32 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Jan 30 01:46:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50238b82

media-sound/pulsemixer: sync live

Signed-off-by: John Helmert III  gentoo.org>

 media-sound/pulsemixer/pulsemixer-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/pulsemixer/pulsemixer-.ebuild 
b/media-sound/pulsemixer/pulsemixer-.ebuild
index 69fcc89df9db..a4059e5a370c 100644
--- a/media-sound/pulsemixer/pulsemixer-.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
 else
SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2021-01-17 Thread Joonas Niilola
commit: dab9442aeffd4cfcea4b0f2bc59449b9f16ebec5
Author: Takuya Wakazono  gmail  com>
AuthorDate: Fri Jan 15 16:18:59 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jan 17 09:14:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab9442a

media-sound/pulsemixer: add python3.9 support

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Takuya Wakazono  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19067
Signed-off-by: Joonas Niilola  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 4 ++--
 media-sound/pulsemixer/pulsemixer-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
index e35eab3f236..8757e44ff2c 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1

diff --git a/media-sound/pulsemixer/pulsemixer-.ebuild 
b/media-sound/pulsemixer/pulsemixer-.ebuild
index 45f1ee6b0c9..c68d8895ae0 100644
--- a/media-sound/pulsemixer/pulsemixer-.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2020-09-23 Thread Agostino Sarubbo
commit: 17b1a03e98c217945930e8ed1ab2555052d3d388
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 23 10:33:45 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 23 10:33:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b1a03e

media-sound/pulsemixer: x86 stable wrt bug #743469

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
index 583f9b0c881..e35eab3f236 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
 else
SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2020-09-23 Thread Agostino Sarubbo
commit: 14e062e49ebd6697aaf061522a5ff94fe2e4b0bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 23 10:19:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 23 10:19:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e062e4

media-sound/pulsemixer: amd64 stable wrt bug #743469

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
index 55f1eba0f93..583f9b0c881 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
 else
SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2020-08-05 Thread Sam James
commit: 22bbf1eb929f7d1cbe5a1534fb5ac89787dbca68
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 17:45:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 17:45:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22bbf1eb

media-sound/pulsemixer: Keyword 1.5.1 arm, #734592

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
index 1e6840e0606..55f1eba0f93 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
 else
SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2020-08-04 Thread Sam James
commit: 8c7fd0702f9404de12e6eef42eb441fe3db38cf5
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 05:21:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 05:21:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7fd070

media-sound/pulsemixer: Keyword 1.5.1 arm64, #734592

Signed-off-by: Sam James  gentoo.org>

 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
index 7f8ba30cd07..1e6840e0606 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
 else
SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2020-07-09 Thread Joonas Niilola
commit: ce2a14c967ecc73b7864e0733627cdd579ae020b
Author: John Helmert III  posteo  net>
AuthorDate: Thu Jul  9 06:32:20 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jul  9 07:54:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2a14c9

media-sound/pulsemixer: Drop 1.5.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: John Helmert III  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/16644
Signed-off-by: Joonas Niilola  gentoo.org>

 media-sound/pulsemixer/Manifest|  1 -
 media-sound/pulsemixer/pulsemixer-1.5.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/media-sound/pulsemixer/Manifest b/media-sound/pulsemixer/Manifest
index 98bd178c13d..39ec6e5b730 100644
--- a/media-sound/pulsemixer/Manifest
+++ b/media-sound/pulsemixer/Manifest
@@ -1,2 +1 @@
-DIST pulsemixer-1.5.0.tar.gz 21557 BLAKE2B 
4c6cb9a3f9701301223c259532a0803a5c3e5f3abbce6f2763b6fd987f85aba56549e66861e9b69d0bf89c116c6c7e221d11cc65eb9a531402f74e8d63e9d824
 SHA512 
e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64
 DIST pulsemixer-1.5.1.tar.gz 21789 BLAKE2B 
4a20be7b6499501adc64f5ac33b30ad1ea9418190104fbf452e1ed2bd3585552033c042554948b78b41e6a48c22ac62a42f4117b0311300bda738f7556ef1dc3
 SHA512 
c07b5e5fffa71ca60ed41e4c28a0f4ae5c8b5df9f269ea7376ed835b35536300f34504da724899bab5277f0c39a4c345654b99930ec8bdf4b43374d9b6d331be

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
deleted file mode 100644
index 45f1ee6b0c9..000
--- a/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-DESCRIPTION="CLI and curses mixer for PulseAudio"
-HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
-else
-   SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="media-sound/pulseaudio"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2020-07-09 Thread Joonas Niilola
commit: a4261eb2bb9250e309dce2dcf2b3a599f3e9b084
Author: John Helmert III  posteo  net>
AuthorDate: Thu Jul  9 06:30:32 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jul  9 07:54:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4261eb2

media-sound/pulsemixer: Fix email

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: John Helmert III  posteo.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-sound/pulsemixer/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulsemixer/metadata.xml 
b/media-sound/pulsemixer/metadata.xml
index 8878000e28f..5cffdd8cf98 100644
--- a/media-sound/pulsemixer/metadata.xml
+++ b/media-sound/pulsemixer/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   jchelmer...@gmail.com
+   jchelme...@posteo.net
John Helmert III





[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2020-04-13 Thread Joonas Niilola
commit: 672ce9f352aefbd9012df04dedd477fe303f3c77
Author: John Helmert III  gmail  com>
AuthorDate: Sat Apr 11 18:26:00 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Apr 13 07:41:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672ce9f3

media-sound/pulsemixer: Add version 1.5.1

Signed-off-by: John Helmert III  gmail.com>
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Closes: https://github.com/gentoo/gentoo/pull/15310
Signed-off-by: Joonas Niilola  gentoo.org>

 media-sound/pulsemixer/Manifest|  1 +
 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-sound/pulsemixer/Manifest b/media-sound/pulsemixer/Manifest
index 5317857c3f8..98bd178c13d 100644
--- a/media-sound/pulsemixer/Manifest
+++ b/media-sound/pulsemixer/Manifest
@@ -1 +1,2 @@
 DIST pulsemixer-1.5.0.tar.gz 21557 BLAKE2B 
4c6cb9a3f9701301223c259532a0803a5c3e5f3abbce6f2763b6fd987f85aba56549e66861e9b69d0bf89c116c6c7e221d11cc65eb9a531402f74e8d63e9d824
 SHA512 
e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64
+DIST pulsemixer-1.5.1.tar.gz 21789 BLAKE2B 
4a20be7b6499501adc64f5ac33b30ad1ea9418190104fbf452e1ed2bd3585552033c042554948b78b41e6a48c22ac62a42f4117b0311300bda738f7556ef1dc3
 SHA512 
c07b5e5fffa71ca60ed41e4c28a0f4ae5c8b5df9f269ea7376ed835b35536300f34504da724899bab5277f0c39a4c345654b99930ec8bdf4b43374d9b6d331be

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
new file mode 100644
index 000..7f8ba30cd07
--- /dev/null
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="CLI and curses mixer for PulseAudio"
+HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
+else
+   SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="media-sound/pulseaudio"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/

2019-12-11 Thread Conrad Kostecki
commit: d94d9c7a0ae2aaa3120ada7ccc0578c68d0a1e53
Author: John Helmert  gmail  com>
AuthorDate: Sun Oct  6 01:12:35 2019 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Dec 11 21:01:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94d9c7a

media-sound/pulsemixer: New package

CLI and curses mixer for Pulseaudio

Closes: https://github.com/gentoo/gentoo/pull/13180
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: John Helmert III  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/pulsemixer/Manifest|  1 +
 media-sound/pulsemixer/metadata.xml| 16 
 media-sound/pulsemixer/pulsemixer-1.5.0.ebuild | 25 +
 media-sound/pulsemixer/pulsemixer-.ebuild  | 25 +
 4 files changed, 67 insertions(+)

diff --git a/media-sound/pulsemixer/Manifest b/media-sound/pulsemixer/Manifest
new file mode 100644
index 000..5317857c3f8
--- /dev/null
+++ b/media-sound/pulsemixer/Manifest
@@ -0,0 +1 @@
+DIST pulsemixer-1.5.0.tar.gz 21557 BLAKE2B 
4c6cb9a3f9701301223c259532a0803a5c3e5f3abbce6f2763b6fd987f85aba56549e66861e9b69d0bf89c116c6c7e221d11cc65eb9a531402f74e8d63e9d824
 SHA512 
e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64

diff --git a/media-sound/pulsemixer/metadata.xml 
b/media-sound/pulsemixer/metadata.xml
new file mode 100644
index 000..8878000e28f
--- /dev/null
+++ b/media-sound/pulsemixer/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   jchelmer...@gmail.com
+   John Helmert III
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   GeorgeFilipkin/pulsemixer
+   
https://github.com/GeorgeFilipkin/pulsemixer/releases
+   
+

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
new file mode 100644
index 000..45f1ee6b0c9
--- /dev/null
+++ b/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="CLI and curses mixer for PulseAudio"
+HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
+else
+   SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="media-sound/pulseaudio"

diff --git a/media-sound/pulsemixer/pulsemixer-.ebuild 
b/media-sound/pulsemixer/pulsemixer-.ebuild
new file mode 100644
index 000..45f1ee6b0c9
--- /dev/null
+++ b/media-sound/pulsemixer/pulsemixer-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="CLI and curses mixer for PulseAudio"
+HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
+else
+   SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="media-sound/pulseaudio"