public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2021-02-28 12:26 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2021-02-28 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bdd397a99d6f3a152e9ccdd6910ea16120916562
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 18:30:50 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 12:26:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd397a9

media-sound/pamix: Drop 1.5

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/pamix/Manifest         |  1 -
 media-sound/pamix/pamix-1.5.ebuild | 38 --------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index bb947b2e9df..29aed1f0f4c 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1,2 +1 @@
-DIST pamix-1.5.tar.gz 16902 BLAKE2B 4f7612cb870f84110b8cc31a061afecb7c2aeb8d073887cde671bbaf8702db83b8cfe4e7b06e9260c6925c4334c1cb46175612f87d4ed625181179f615b6e954 SHA512 51516664c5f5d8d0c70565c5cdd7a91e7d40c83a49d75ca76c38286d937a737da28f9070e9d0185545d8e74999894e3afa9f1d2f8c22658f83af5c1c161f7938
 DIST pamix-1.6.tar.gz 18552 BLAKE2B 35cc2844cf0d5824c961a226f1b857b3ac070dc5c4fc802a9aa21a3317f9afdc42fb87e18d9e9a61276ace66a93d42c256e7811e946e3f9fba19f645ab8f07ef SHA512 53f3a892b41418cdbfff28d29636997e777ab9e1042f002e1df47735941e5a34f0391866939c539594d22f0b3f0cbd1ad5342dc5663d816e12354ae9e744d5f8

diff --git a/media-sound/pamix/pamix-1.5.ebuild b/media-sound/pamix/pamix-1.5.ebuild
deleted file mode 100644
index 261d33492f6..00000000000
--- a/media-sound/pamix/pamix-1.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SCM=""
-[[ "${PV}" == 9999 ]] && SCM="git-r3"
-inherit autotools ${SCM}
-unset SCM
-
-DESCRIPTION="A PulseAudio NCurses mixer"
-HOMEPAGE="https://github.com/patroclos/PAmix"
-LICENSE="MIT"
-SLOT="0"
-IUSE="+unicode"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/patroclos/PAmix.git"
-else
-	SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-	S="${WORKDIR}/PAmix-${PV}"
-fi
-
-RDEPEND="media-sound/pulseaudio
-	sys-libs/ncurses:0=[unicode?]"
-DEPEND="sys-devel/autoconf-archive
-	virtual/pkgconfig
-	${RDEPEND}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable unicode)
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2023-05-29 12:23 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-05-29 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     aadf4a888fde3d26c8fc3ac359cd582fde7a9778
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 12:18:47 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 12:20:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadf4a88

media-sound/pamix: drop 1.6-r2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/pamix/pamix-1.6-r2.ebuild | 53 -----------------------------------
 1 file changed, 53 deletions(-)

diff --git a/media-sound/pamix/pamix-1.6-r2.ebuild b/media-sound/pamix/pamix-1.6-r2.ebuild
deleted file mode 100644
index d0c727991818..000000000000
--- a/media-sound/pamix/pamix-1.6-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/patroclos/PAmix.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-	S="${WORKDIR}/PAmix-${PV}"
-fi
-
-DESCRIPTION="A PulseAudio NCurses mixer"
-HOMEPAGE="https://github.com/patroclos/PAmix"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+unicode"
-
-RDEPEND="
-	media-sound/pulseaudio
-	sys-libs/ncurses:=[unicode(+)?]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-ncurses_pkgconfig.patch"
-	"${FILESDIR}/${P}-xdgconfigdir.patch"
-	"${FILESDIR}/${P}-fix-output-scrolling.patch"
-	"${FILESDIR}/${P}-fix-ncurses-freezing.patch"
-)
-
-src_prepare() {
-	cmake_src_prepare
-	if [[ ${PV} != 9999 ]] ; then
-		sed -e "/^include(CMakeGitDefines.cmake)/d" -i CMakeLists.txt || die
-	fi
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_UNICODE="$(usex unicode)"
-	)
-	[[ ${PV} != 9999 ]] && mycmakeargs+=( -DGIT_VERSION=${PV} )
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2023-05-29 12:23 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-05-29 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6ce17ec758186008eb22a900e4fbb01ae9228534
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 09:45:08 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 12:20:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce17ec7

media-sound/pamix: EAPI 8 bump, switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{pamix-9999.ebuild => pamix-1.6-r3.ebuild}      | 21 +++++++++++++--------
 media-sound/pamix/pamix-9999.ebuild                 | 12 +++++-------
 2 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-1.6-r3.ebuild
similarity index 68%
copy from media-sound/pamix/pamix-9999.ebuild
copy to media-sound/pamix/pamix-1.6-r3.ebuild
index a8baa4c57b38..72606c883207 100644
--- a/media-sound/pamix/pamix-9999.ebuild
+++ b/media-sound/pamix/pamix-1.6-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 
@@ -10,11 +10,11 @@ if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 	S="${WORKDIR}/PAmix-${PV}"
 fi
 
-DESCRIPTION="A PulseAudio NCurses mixer"
+DESCRIPTION="PulseAudio NCurses mixer"
 HOMEPAGE="https://github.com/patroclos/PAmix"
 
 LICENSE="MIT"
@@ -22,13 +22,18 @@ SLOT="0"
 IUSE="+unicode"
 
 RDEPEND="
-	media-sound/pulseaudio
+	media-libs/libpulse
 	sys-libs/ncurses:=[unicode(+)?]
 "
 DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}/${P}-ncurses_pkgconfig.patch"
+	"${FILESDIR}/${P}-xdgconfigdir.patch"
+	"${FILESDIR}/${P}-fix-output-scrolling.patch"
+	"${FILESDIR}/${P}-fix-ncurses-freezing.patch"
+)
 
 src_prepare() {
 	cmake_src_prepare

diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild
index a8baa4c57b38..e1631975ab6e 100644
--- a/media-sound/pamix/pamix-9999.ebuild
+++ b/media-sound/pamix/pamix-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 
@@ -14,7 +14,7 @@ else
 	S="${WORKDIR}/PAmix-${PV}"
 fi
 
-DESCRIPTION="A PulseAudio NCurses mixer"
+DESCRIPTION="PulseAudio NCurses mixer"
 HOMEPAGE="https://github.com/patroclos/PAmix"
 
 LICENSE="MIT"
@@ -22,13 +22,11 @@ SLOT="0"
 IUSE="+unicode"
 
 RDEPEND="
-	media-sound/pulseaudio
+	media-libs/libpulse
 	sys-libs/ncurses:=[unicode(+)?]
 "
 DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
 	cmake_src_prepare


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2021-04-19  9:33 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2021-04-19  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     823a7db7dbf359fcd3054049f7d9281cf0762ee7
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 09:33:24 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 09:33:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823a7db7

media-sound/pamix: Removed old

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/pamix-1.6.ebuild | 40 --------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/media-sound/pamix/pamix-1.6.ebuild b/media-sound/pamix/pamix-1.6.ebuild
deleted file mode 100644
index f77264e2b20..00000000000
--- a/media-sound/pamix/pamix-1.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SCM=""
-[[ "${PV}" == 9999 ]] && SCM="git-r3"
-inherit cmake-utils ${SCM}
-unset SCM
-
-DESCRIPTION="A PulseAudio NCurses mixer"
-HOMEPAGE="https://github.com/patroclos/PAmix"
-LICENSE="MIT"
-SLOT="0"
-IUSE="+unicode"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/patroclos/PAmix.git"
-else
-	SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-	S="${WORKDIR}/PAmix-${PV}"
-fi
-
-RDEPEND="media-sound/pulseaudio
-	sys-libs/ncurses:0=[unicode?]"
-DEPEND="sys-devel/autoconf-archive
-	virtual/pkgconfig
-	${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-ncurses_pkgconfig.patch"
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_UNICODE="$(usex unicode)"
-	)
-	cmake-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2021-03-30 18:32 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-30 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7bf523eca02e6b6eb0f44331a9b8a55fb4fcb119
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 18:30:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 18:31:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf523ec

media-sound/pamix: Stabilize 1.6-r1 amd64, #773427

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-sound/pamix/pamix-1.6-r1.ebuild b/media-sound/pamix/pamix-1.6-r1.ebuild
index 82b02421a7d..1d436b93023 100644
--- a/media-sound/pamix/pamix-1.6-r1.ebuild
+++ b/media-sound/pamix/pamix-1.6-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 x86"
+	KEYWORDS="amd64 x86"
 	S="${WORKDIR}/PAmix-${PV}"
 fi
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2021-03-30 16:26 Thomas Deutschmann
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Deutschmann @ 2021-03-30 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     67ed1560ab12df840406932841fecac8da4c5d9e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 16:25:04 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 16:25:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ed1560

media-sound/pamix: x86 stable (bug #773427)

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/media-sound/pamix/pamix-1.6-r1.ebuild b/media-sound/pamix/pamix-1.6-r1.ebuild
index e3fa9ceb8f7..82b02421a7d 100644
--- a/media-sound/pamix/pamix-1.6-r1.ebuild
+++ b/media-sound/pamix/pamix-1.6-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 x86"
 	S="${WORKDIR}/PAmix-${PV}"
 fi
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2019-06-14 15:01 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2019-06-14 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1056e79cf330884c38caade76a28319d4c901ebb
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 15:00:41 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 15:00:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1056e79c

media-sound/pamix: x86 stable wrt bug #687910

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/media-sound/pamix/pamix-1.6.ebuild b/media-sound/pamix/pamix-1.6.ebuild
index 633fb3a9622..f77264e2b20 100644
--- a/media-sound/pamix/pamix-1.6.ebuild
+++ b/media-sound/pamix/pamix-1.6.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/patroclos/PAmix.git"
 else
 	SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 	S="${WORKDIR}/PAmix-${PV}"
 fi
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2019-06-13 14:58 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2019-06-13 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2add5476114dcb6e18a56e0ba7d650ca7b008f3d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 14:57:45 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 14:57:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2add5476

media-sound/pamix: amd64 stable wrt bug #687910

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-sound/pamix/pamix-1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/pamix/pamix-1.6.ebuild b/media-sound/pamix/pamix-1.6.ebuild
index dbeb0e57cc7..633fb3a9622 100644
--- a/media-sound/pamix/pamix-1.6.ebuild
+++ b/media-sound/pamix/pamix-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/patroclos/PAmix.git"
 else
 	SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 	S="${WORKDIR}/PAmix-${PV}"
 fi
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2019-06-12 10:26 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2019-06-12 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     90144b7cde998631f19ebd96232d4bc375bc1e95
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 10:25:04 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 10:25:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90144b7c

media-sound/pamix: Bumped live ebuild to EAPI-7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/pamix-9999.ebuild | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild
index a3da8fcc45f..b4f4397507d 100644
--- a/media-sound/pamix/pamix-9999.ebuild
+++ b/media-sound/pamix/pamix-9999.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-SCM=""
-[[ "${PV}" == 9999 ]] && SCM="git-r3"
-inherit cmake-utils ${SCM}
-unset SCM
+inherit cmake-utils
+
+if [[ "${PV}" == 9999 ]] ; then
+	inherit git-r3
+fi
 
 DESCRIPTION="A PulseAudio NCurses mixer"
 HOMEPAGE="https://github.com/patroclos/PAmix"
@@ -24,9 +25,10 @@ fi
 
 RDEPEND="media-sound/pulseaudio
 	sys-libs/ncurses:0=[unicode?]"
-DEPEND="sys-devel/autoconf-archive
+DEPEND="${RDEPEND}"
+BDEPEND="
 	virtual/pkgconfig
-	${RDEPEND}"
+"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2018-01-02 15:00 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2018-01-02 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     7c752be150ffaba2b9819d184aede35c002fd27a
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 15:00:34 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 15:00:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c752be1

media-sound/pamix: Removed old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/pamix/Manifest           |  1 -
 media-sound/pamix/pamix-1.4.1.ebuild | 38 ------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index acf5c3b7744..bb947b2e9df 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1,3 +1,2 @@
-DIST pamix-1.4.1.tar.gz 15900 BLAKE2B 127467ae6cf2d380f78ab2ccd0e990a11ad1747adfe82411f05ba08403ebfc3d91ab10f931dfe46451755a350a830643abbf0165744eefa57ee4e3ed25f8f426 SHA512 2b33f384760f7706a10879ba51f027fd47e46f53c7a784feae0adf18f0badd7826a19a6ed75886a0c78afa115ca0725ddf7e319e55565f5b05081578310512d2
 DIST pamix-1.5.tar.gz 16902 BLAKE2B 4f7612cb870f84110b8cc31a061afecb7c2aeb8d073887cde671bbaf8702db83b8cfe4e7b06e9260c6925c4334c1cb46175612f87d4ed625181179f615b6e954 SHA512 51516664c5f5d8d0c70565c5cdd7a91e7d40c83a49d75ca76c38286d937a737da28f9070e9d0185545d8e74999894e3afa9f1d2f8c22658f83af5c1c161f7938
 DIST pamix-1.6.tar.gz 18552 BLAKE2B 35cc2844cf0d5824c961a226f1b857b3ac070dc5c4fc802a9aa21a3317f9afdc42fb87e18d9e9a61276ace66a93d42c256e7811e946e3f9fba19f645ab8f07ef SHA512 53f3a892b41418cdbfff28d29636997e777ab9e1042f002e1df47735941e5a34f0391866939c539594d22f0b3f0cbd1ad5342dc5663d816e12354ae9e744d5f8

diff --git a/media-sound/pamix/pamix-1.4.1.ebuild b/media-sound/pamix/pamix-1.4.1.ebuild
deleted file mode 100644
index 05816380caa..00000000000
--- a/media-sound/pamix/pamix-1.4.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SCM=""
-[[ "${PV}" == 9999 ]] && SCM="git-r3"
-inherit autotools ${SCM}
-unset SCM
-
-DESCRIPTION="A PulseAudio NCurses mixer"
-HOMEPAGE="https://github.com/patroclos/PAmix"
-LICENSE="MIT"
-SLOT="0"
-IUSE="+unicode"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/patroclos/PAmix.git"
-else
-	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/PAmix-${PV}"
-fi
-
-RDEPEND="media-sound/pulseaudio
-	sys-libs/ncurses:0=[unicode?]"
-DEPEND="sys-devel/autoconf-archive
-	virtual/pkgconfig
-	${RDEPEND}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable unicode)
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2018-01-02 15:00 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2018-01-02 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     32450612a32d1628d46d520460f83d89cce13ea3
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 15:00:07 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 15:00:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32450612

media-sound/pamix: Version 1.5 stable for amd64 and x86.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/pamix/pamix-1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/pamix/pamix-1.5.ebuild b/media-sound/pamix/pamix-1.5.ebuild
index 1efd5b46593..261d33492f6 100644
--- a/media-sound/pamix/pamix-1.5.ebuild
+++ b/media-sound/pamix/pamix-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/patroclos/PAmix.git"
 else
 	SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 	S="${WORKDIR}/PAmix-${PV}"
 fi
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2018-01-02 15:00 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2018-01-02 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     206df22c22de4815799625ce979f40096929df75
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 14:59:03 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 15:00:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206df22c

media-sound/pamix: Bump to version 1.6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/pamix/Manifest         |  1 +
 media-sound/pamix/pamix-1.6.ebuild | 44 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index 4aa70854cf8..acf5c3b7744 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1,2 +1,3 @@
 DIST pamix-1.4.1.tar.gz 15900 BLAKE2B 127467ae6cf2d380f78ab2ccd0e990a11ad1747adfe82411f05ba08403ebfc3d91ab10f931dfe46451755a350a830643abbf0165744eefa57ee4e3ed25f8f426 SHA512 2b33f384760f7706a10879ba51f027fd47e46f53c7a784feae0adf18f0badd7826a19a6ed75886a0c78afa115ca0725ddf7e319e55565f5b05081578310512d2
 DIST pamix-1.5.tar.gz 16902 BLAKE2B 4f7612cb870f84110b8cc31a061afecb7c2aeb8d073887cde671bbaf8702db83b8cfe4e7b06e9260c6925c4334c1cb46175612f87d4ed625181179f615b6e954 SHA512 51516664c5f5d8d0c70565c5cdd7a91e7d40c83a49d75ca76c38286d937a737da28f9070e9d0185545d8e74999894e3afa9f1d2f8c22658f83af5c1c161f7938
+DIST pamix-1.6.tar.gz 18552 BLAKE2B 35cc2844cf0d5824c961a226f1b857b3ac070dc5c4fc802a9aa21a3317f9afdc42fb87e18d9e9a61276ace66a93d42c256e7811e946e3f9fba19f645ab8f07ef SHA512 53f3a892b41418cdbfff28d29636997e777ab9e1042f002e1df47735941e5a34f0391866939c539594d22f0b3f0cbd1ad5342dc5663d816e12354ae9e744d5f8

diff --git a/media-sound/pamix/pamix-1.6.ebuild b/media-sound/pamix/pamix-1.6.ebuild
new file mode 100644
index 00000000000..19febfb88f4
--- /dev/null
+++ b/media-sound/pamix/pamix-1.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+SCM=""
+[[ "${PV}" == 9999 ]] && SCM="git-r3"
+inherit cmake-utils ${SCM}
+unset SCM
+
+DESCRIPTION="A PulseAudio NCurses mixer"
+HOMEPAGE="https://github.com/patroclos/PAmix"
+LICENSE="MIT"
+SLOT="0"
+IUSE="+unicode"
+
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="https://github.com/patroclos/PAmix.git"
+else
+	SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/PAmix-${PV}"
+fi
+
+RDEPEND="media-sound/pulseaudio
+	sys-libs/ncurses:0=[unicode?]"
+DEPEND="sys-devel/autoconf-archive
+	virtual/pkgconfig
+	${RDEPEND}"
+
+src_prepare() {
+	default
+
+	# ugly hackaround for split tinfo ncurses libs
+	sed '/link_libraries.*ncurses/s@\(")\)@" "tinfo\1@' \
+		-i CMakeLists.txt || die
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_UNICODE="$(usex unicode)"
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2017-12-30 23:16 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2017-12-30 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f22a8107e9fab131ce3bc4bdaff7f2886312595b
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 23:12:28 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 23:12:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22a8107

media-sound/pamix: Upstream now uses cmake instead of autotools.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/pamix/pamix-9999.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild
index 05816380caa..acdf22771d0 100644
--- a/media-sound/pamix/pamix-9999.ebuild
+++ b/media-sound/pamix/pamix-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 SCM=""
 [[ "${PV}" == 9999 ]] && SCM="git-r3"
-inherit autotools ${SCM}
+inherit cmake-utils ${SCM}
 unset SCM
 
 DESCRIPTION="A PulseAudio NCurses mixer"
@@ -30,9 +30,15 @@ DEPEND="sys-devel/autoconf-archive
 
 src_prepare() {
 	default
-	eautoreconf
+
+	# ugly hackaround for split tinfo ncurses libs
+	sed '/link_libraries.*ncurses/s@\(")\)@" "tinfo\1@' \
+		-i CMakeLists.txt || die
 }
 
 src_configure() {
-	econf $(use_enable unicode)
+	local mycmakeargs=(
+		-DWITH_UNICODE="$(usex unicode)"
+	)
+	cmake-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-12-02 23:50 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-12-02 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d3c40a2dd73f383dddb97c72ccc19c3b084ab1f5
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 23:47:45 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 23:50:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c40a2d

media-sound/pamix: Removed old.

Package-Manager: portage-2.3.2

 media-sound/pamix/Manifest         |  1 -
 media-sound/pamix/pamix-1.3.ebuild | 38 --------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index fdd162d..eae6c22 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1,3 +1,2 @@
-DIST pamix-1.3.tar.gz 11061 SHA256 b74b24cccaa62130a3b8650443f59fc99d6c1f5ef1b1601756fc7f775845ec01 SHA512 38cb2635e92c086671930fc9ffc94b02785ca3034750c05f92af8084133a48cbc370fd52b507b310b7e4d8500d6e9b3ad43b9242119b4d50c5fad05cba1865c7 WHIRLPOOL 20ed887974c9386c7df1f22204ea9990e25407f98340861f7ca715767db8498fd61ceeba84ebdbb31fc370d9499954f61d4651be546df15168c4311f706b9a99
 DIST pamix-1.4.1.tar.gz 15900 SHA256 52c0022bb650d93ee348a7e50156bc94dd9a77a47fff279b07e92f0b40ce145d SHA512 2b33f384760f7706a10879ba51f027fd47e46f53c7a784feae0adf18f0badd7826a19a6ed75886a0c78afa115ca0725ddf7e319e55565f5b05081578310512d2 WHIRLPOOL b6a4b25edb1eb4c7dbe3cff88c0fd874d2608143daf15f4edcb56e99441d43d5f96483aaa4e5aaa57e4b0d3e5fba7e5e533c99595aac10602e06d8e156e57739
 DIST pamix-1.5.tar.gz 16902 SHA256 f0085f00a9b0285465ad89c14d2aaa14090c1658ec4c34c49a2a42f5abb50fc3 SHA512 51516664c5f5d8d0c70565c5cdd7a91e7d40c83a49d75ca76c38286d937a737da28f9070e9d0185545d8e74999894e3afa9f1d2f8c22658f83af5c1c161f7938 WHIRLPOOL f5b6b2d7984279374c77efeedd5c45558a8accf3e328d499f65c4a2c327ef8f36b827952a0bcb57c879b84c24816043f9984759a87db57a8f044ca24ff3319b5

diff --git a/media-sound/pamix/pamix-1.3.ebuild b/media-sound/pamix/pamix-1.3.ebuild
deleted file mode 100644
index 0c2702c..00000000
--- a/media-sound/pamix/pamix-1.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-SCM=""
-[[ "${PV}" == 9999 ]] && SCM="git-r3"
-inherit autotools ${SCM}
-unset SCM
-
-DESCRIPTION="A PulseAudio NCurses mixer"
-HOMEPAGE="https://github.com/patroclos/PAmix"
-LICENSE="MIT"
-SLOT="0"
-IUSE="+unicode"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
-else
-	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/PAmix-${PV}"
-fi
-
-RDEPEND="media-sound/pulseaudio
-	sys-libs/ncurses:0=[unicode?]"
-DEPEND="virtual/pkgconfig
-	${RDEPEND}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable unicode)
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-12-02 23:50 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-12-02 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     dd8ed75fb3c30725e420118b50ccbab0d39b88f2
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 23:47:21 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 23:50:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8ed75f

media-sound/pamix: Bump to version 1.5

Package-Manager: portage-2.3.2

 media-sound/pamix/Manifest         |  1 +
 media-sound/pamix/pamix-1.5.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index 8a15a00..fdd162d 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1,2 +1,3 @@
 DIST pamix-1.3.tar.gz 11061 SHA256 b74b24cccaa62130a3b8650443f59fc99d6c1f5ef1b1601756fc7f775845ec01 SHA512 38cb2635e92c086671930fc9ffc94b02785ca3034750c05f92af8084133a48cbc370fd52b507b310b7e4d8500d6e9b3ad43b9242119b4d50c5fad05cba1865c7 WHIRLPOOL 20ed887974c9386c7df1f22204ea9990e25407f98340861f7ca715767db8498fd61ceeba84ebdbb31fc370d9499954f61d4651be546df15168c4311f706b9a99
 DIST pamix-1.4.1.tar.gz 15900 SHA256 52c0022bb650d93ee348a7e50156bc94dd9a77a47fff279b07e92f0b40ce145d SHA512 2b33f384760f7706a10879ba51f027fd47e46f53c7a784feae0adf18f0badd7826a19a6ed75886a0c78afa115ca0725ddf7e319e55565f5b05081578310512d2 WHIRLPOOL b6a4b25edb1eb4c7dbe3cff88c0fd874d2608143daf15f4edcb56e99441d43d5f96483aaa4e5aaa57e4b0d3e5fba7e5e533c99595aac10602e06d8e156e57739
+DIST pamix-1.5.tar.gz 16902 SHA256 f0085f00a9b0285465ad89c14d2aaa14090c1658ec4c34c49a2a42f5abb50fc3 SHA512 51516664c5f5d8d0c70565c5cdd7a91e7d40c83a49d75ca76c38286d937a737da28f9070e9d0185545d8e74999894e3afa9f1d2f8c22658f83af5c1c161f7938 WHIRLPOOL f5b6b2d7984279374c77efeedd5c45558a8accf3e328d499f65c4a2c327ef8f36b827952a0bcb57c879b84c24816043f9984759a87db57a8f044ca24ff3319b5

diff --git a/media-sound/pamix/pamix-1.5.ebuild b/media-sound/pamix/pamix-1.5.ebuild
new file mode 100644
index 00000000..7e9852f
--- /dev/null
+++ b/media-sound/pamix/pamix-1.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+SCM=""
+[[ "${PV}" == 9999 ]] && SCM="git-r3"
+inherit autotools ${SCM}
+unset SCM
+
+DESCRIPTION="A PulseAudio NCurses mixer"
+HOMEPAGE="https://github.com/patroclos/PAmix"
+LICENSE="MIT"
+SLOT="0"
+IUSE="+unicode"
+
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
+else
+	SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/PAmix-${PV}"
+fi
+
+RDEPEND="media-sound/pulseaudio
+	sys-libs/ncurses:0=[unicode?]"
+DEPEND="sys-devel/autoconf-archive
+	virtual/pkgconfig
+	${RDEPEND}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable unicode)
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-09-17 17:35 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-09-17 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d89d7811637b653db939ce59c94fd993debca202
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 17:34:57 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 17:35:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89d7811

media-sound/pamix: Added sys-devel/autoconf-archive to DEPEND (bug #593682).

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/pamix-1.4.1.ebuild | 3 ++-
 media-sound/pamix/pamix-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-sound/pamix/pamix-1.4.1.ebuild b/media-sound/pamix/pamix-1.4.1.ebuild
index 0c2702c..a56f2f1 100644
--- a/media-sound/pamix/pamix-1.4.1.ebuild
+++ b/media-sound/pamix/pamix-1.4.1.ebuild
@@ -25,7 +25,8 @@ fi
 
 RDEPEND="media-sound/pulseaudio
 	sys-libs/ncurses:0=[unicode?]"
-DEPEND="virtual/pkgconfig
+DEPEND="sys-devel/autoconf-archive
+	virtual/pkgconfig
 	${RDEPEND}"
 
 src_prepare() {

diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild
index 0c2702c..a56f2f1 100644
--- a/media-sound/pamix/pamix-9999.ebuild
+++ b/media-sound/pamix/pamix-9999.ebuild
@@ -25,7 +25,8 @@ fi
 
 RDEPEND="media-sound/pulseaudio
 	sys-libs/ncurses:0=[unicode?]"
-DEPEND="virtual/pkgconfig
+DEPEND="sys-devel/autoconf-archive
+	virtual/pkgconfig
 	${RDEPEND}"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-09-07 12:34 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-09-07 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d1da9c386142d5e9d426cb4fe49489804928490e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 12:33:55 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 12:33:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1da9c38

media-sound/pamix: Removed old.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/Manifest         |  1 -
 media-sound/pamix/pamix-1.2.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index 2cd403d..8a15a00 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1,3 +1,2 @@
-DIST pamix-1.2.tar.gz 9907 SHA256 4da3a60376cfb3eb2863743782cbb4a2d3a18a336ec45f6a33e93f17cde8f149 SHA512 af368778bd731c0887c5a01f5c6f3010f56600eaaf68e13e0ff38b4e484ac24ad094df0b3607c5fdb4517e48cb196cc235462a5e83b4ced00d06d821222bd1c6 WHIRLPOOL b4624e3b0452856d423ed19868bfb70e7fe8bd7ced0688295210261514e45bee85aaa445933cd43fe5a7cad62901ea7b16d76c9f53f978a502228881da5d2002
 DIST pamix-1.3.tar.gz 11061 SHA256 b74b24cccaa62130a3b8650443f59fc99d6c1f5ef1b1601756fc7f775845ec01 SHA512 38cb2635e92c086671930fc9ffc94b02785ca3034750c05f92af8084133a48cbc370fd52b507b310b7e4d8500d6e9b3ad43b9242119b4d50c5fad05cba1865c7 WHIRLPOOL 20ed887974c9386c7df1f22204ea9990e25407f98340861f7ca715767db8498fd61ceeba84ebdbb31fc370d9499954f61d4651be546df15168c4311f706b9a99
 DIST pamix-1.4.1.tar.gz 15900 SHA256 52c0022bb650d93ee348a7e50156bc94dd9a77a47fff279b07e92f0b40ce145d SHA512 2b33f384760f7706a10879ba51f027fd47e46f53c7a784feae0adf18f0badd7826a19a6ed75886a0c78afa115ca0725ddf7e319e55565f5b05081578310512d2 WHIRLPOOL b6a4b25edb1eb4c7dbe3cff88c0fd874d2608143daf15f4edcb56e99441d43d5f96483aaa4e5aaa57e4b0d3e5fba7e5e533c99595aac10602e06d8e156e57739

diff --git a/media-sound/pamix/pamix-1.2.ebuild b/media-sound/pamix/pamix-1.2.ebuild
deleted file mode 100644
index 986dad7..00000000
--- a/media-sound/pamix/pamix-1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-[[ "${PV}" == 9999 ]] && inherit git-r3
-
-DESCRIPTION="A PulseAudio NCurses mixer"
-HOMEPAGE="https://github.com/patroclos/PAmix"
-LICENSE="MIT"
-SLOT="0"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
-else
-	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/PAmix-${PV}"
-fi
-
-RDEPEND="media-sound/pulseaudio
-	sys-libs/ncurses:0=[unicode]"
-DEPEND="virtual/pkgconfig
-	${RDEPEND}"
-
-src_unpack() {
-	[[ "${PV}" == 9999 ]] && git-r3_src_unpack
-	default
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-09-07 12:34 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-09-07 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c1fe3815dc3674b19b136c539c1304ee9d1df814
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 12:33:30 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 12:33:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fe3815

media-sound/pamix: Bump to version 1.4.1

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/Manifest           |  1 +
 media-sound/pamix/pamix-1.4.1.ebuild | 38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index 759f0c3..2cd403d 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1,2 +1,3 @@
 DIST pamix-1.2.tar.gz 9907 SHA256 4da3a60376cfb3eb2863743782cbb4a2d3a18a336ec45f6a33e93f17cde8f149 SHA512 af368778bd731c0887c5a01f5c6f3010f56600eaaf68e13e0ff38b4e484ac24ad094df0b3607c5fdb4517e48cb196cc235462a5e83b4ced00d06d821222bd1c6 WHIRLPOOL b4624e3b0452856d423ed19868bfb70e7fe8bd7ced0688295210261514e45bee85aaa445933cd43fe5a7cad62901ea7b16d76c9f53f978a502228881da5d2002
 DIST pamix-1.3.tar.gz 11061 SHA256 b74b24cccaa62130a3b8650443f59fc99d6c1f5ef1b1601756fc7f775845ec01 SHA512 38cb2635e92c086671930fc9ffc94b02785ca3034750c05f92af8084133a48cbc370fd52b507b310b7e4d8500d6e9b3ad43b9242119b4d50c5fad05cba1865c7 WHIRLPOOL 20ed887974c9386c7df1f22204ea9990e25407f98340861f7ca715767db8498fd61ceeba84ebdbb31fc370d9499954f61d4651be546df15168c4311f706b9a99
+DIST pamix-1.4.1.tar.gz 15900 SHA256 52c0022bb650d93ee348a7e50156bc94dd9a77a47fff279b07e92f0b40ce145d SHA512 2b33f384760f7706a10879ba51f027fd47e46f53c7a784feae0adf18f0badd7826a19a6ed75886a0c78afa115ca0725ddf7e319e55565f5b05081578310512d2 WHIRLPOOL b6a4b25edb1eb4c7dbe3cff88c0fd874d2608143daf15f4edcb56e99441d43d5f96483aaa4e5aaa57e4b0d3e5fba7e5e533c99595aac10602e06d8e156e57739

diff --git a/media-sound/pamix/pamix-1.4.1.ebuild b/media-sound/pamix/pamix-1.4.1.ebuild
new file mode 100644
index 00000000..0c2702c
--- /dev/null
+++ b/media-sound/pamix/pamix-1.4.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+SCM=""
+[[ "${PV}" == 9999 ]] && SCM="git-r3"
+inherit autotools ${SCM}
+unset SCM
+
+DESCRIPTION="A PulseAudio NCurses mixer"
+HOMEPAGE="https://github.com/patroclos/PAmix"
+LICENSE="MIT"
+SLOT="0"
+IUSE="+unicode"
+
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
+else
+	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/PAmix-${PV}"
+fi
+
+RDEPEND="media-sound/pulseaudio
+	sys-libs/ncurses:0=[unicode?]"
+DEPEND="virtual/pkgconfig
+	${RDEPEND}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable unicode)
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-08-29 12:03 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-08-29 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8fee1a5c61eef865be9aa92a2dff1364ebc164f2
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 12:03:51 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 12:03:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fee1a5c

media-sound/pamix: Removed old.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/Manifest         |  1 -
 media-sound/pamix/pamix-1.1.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index bff9f86..759f0c3 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1,3 +1,2 @@
-DIST pamix-1.1.tar.gz 7955 SHA256 81e88b5c305b2864ea5c6adda79a9a2fe18c7ed7721354e865862e779acb6f5f SHA512 cdec746bfbb1887d558762a0247370616f480b4695a7802f4ac47c7d9f545efe77af228b1992dd61e2bed09118ca095546bde206be4b8dfea1839b91c768cdbc WHIRLPOOL c1113e4783637c1ec5f77be735d4a96ffc3060449571ad3f32d06e9d369c7dba6140863ab5b2f0a19f78b7a591614c32980e1e87c8ec950fe3e589514e5759a2
 DIST pamix-1.2.tar.gz 9907 SHA256 4da3a60376cfb3eb2863743782cbb4a2d3a18a336ec45f6a33e93f17cde8f149 SHA512 af368778bd731c0887c5a01f5c6f3010f56600eaaf68e13e0ff38b4e484ac24ad094df0b3607c5fdb4517e48cb196cc235462a5e83b4ced00d06d821222bd1c6 WHIRLPOOL b4624e3b0452856d423ed19868bfb70e7fe8bd7ced0688295210261514e45bee85aaa445933cd43fe5a7cad62901ea7b16d76c9f53f978a502228881da5d2002
 DIST pamix-1.3.tar.gz 11061 SHA256 b74b24cccaa62130a3b8650443f59fc99d6c1f5ef1b1601756fc7f775845ec01 SHA512 38cb2635e92c086671930fc9ffc94b02785ca3034750c05f92af8084133a48cbc370fd52b507b310b7e4d8500d6e9b3ad43b9242119b4d50c5fad05cba1865c7 WHIRLPOOL 20ed887974c9386c7df1f22204ea9990e25407f98340861f7ca715767db8498fd61ceeba84ebdbb31fc370d9499954f61d4651be546df15168c4311f706b9a99

diff --git a/media-sound/pamix/pamix-1.1.ebuild b/media-sound/pamix/pamix-1.1.ebuild
deleted file mode 100644
index 986dad7..00000000
--- a/media-sound/pamix/pamix-1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-[[ "${PV}" == 9999 ]] && inherit git-r3
-
-DESCRIPTION="A PulseAudio NCurses mixer"
-HOMEPAGE="https://github.com/patroclos/PAmix"
-LICENSE="MIT"
-SLOT="0"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
-else
-	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/PAmix-${PV}"
-fi
-
-RDEPEND="media-sound/pulseaudio
-	sys-libs/ncurses:0=[unicode]"
-DEPEND="virtual/pkgconfig
-	${RDEPEND}"
-
-src_unpack() {
-	[[ "${PV}" == 9999 ]] && git-r3_src_unpack
-	default
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-08-29 12:03 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-08-29 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     52e6a24b4b6f36060fdc5cdaef15b5686662f2bb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 12:03:24 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 12:03:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e6a24b

media-sound/pamix: Bump to version 1.3

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/Manifest         |  1 +
 media-sound/pamix/pamix-1.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index 689c6ae..bff9f86 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1,2 +1,3 @@
 DIST pamix-1.1.tar.gz 7955 SHA256 81e88b5c305b2864ea5c6adda79a9a2fe18c7ed7721354e865862e779acb6f5f SHA512 cdec746bfbb1887d558762a0247370616f480b4695a7802f4ac47c7d9f545efe77af228b1992dd61e2bed09118ca095546bde206be4b8dfea1839b91c768cdbc WHIRLPOOL c1113e4783637c1ec5f77be735d4a96ffc3060449571ad3f32d06e9d369c7dba6140863ab5b2f0a19f78b7a591614c32980e1e87c8ec950fe3e589514e5759a2
 DIST pamix-1.2.tar.gz 9907 SHA256 4da3a60376cfb3eb2863743782cbb4a2d3a18a336ec45f6a33e93f17cde8f149 SHA512 af368778bd731c0887c5a01f5c6f3010f56600eaaf68e13e0ff38b4e484ac24ad094df0b3607c5fdb4517e48cb196cc235462a5e83b4ced00d06d821222bd1c6 WHIRLPOOL b4624e3b0452856d423ed19868bfb70e7fe8bd7ced0688295210261514e45bee85aaa445933cd43fe5a7cad62901ea7b16d76c9f53f978a502228881da5d2002
+DIST pamix-1.3.tar.gz 11061 SHA256 b74b24cccaa62130a3b8650443f59fc99d6c1f5ef1b1601756fc7f775845ec01 SHA512 38cb2635e92c086671930fc9ffc94b02785ca3034750c05f92af8084133a48cbc370fd52b507b310b7e4d8500d6e9b3ad43b9242119b4d50c5fad05cba1865c7 WHIRLPOOL 20ed887974c9386c7df1f22204ea9990e25407f98340861f7ca715767db8498fd61ceeba84ebdbb31fc370d9499954f61d4651be546df15168c4311f706b9a99

diff --git a/media-sound/pamix/pamix-1.3.ebuild b/media-sound/pamix/pamix-1.3.ebuild
new file mode 100644
index 00000000..0c2702c
--- /dev/null
+++ b/media-sound/pamix/pamix-1.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+SCM=""
+[[ "${PV}" == 9999 ]] && SCM="git-r3"
+inherit autotools ${SCM}
+unset SCM
+
+DESCRIPTION="A PulseAudio NCurses mixer"
+HOMEPAGE="https://github.com/patroclos/PAmix"
+LICENSE="MIT"
+SLOT="0"
+IUSE="+unicode"
+
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
+else
+	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/PAmix-${PV}"
+fi
+
+RDEPEND="media-sound/pulseaudio
+	sys-libs/ncurses:0=[unicode?]"
+DEPEND="virtual/pkgconfig
+	${RDEPEND}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable unicode)
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-08-29 12:03 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-08-29 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1f5d9e3578edeedee44e76df36c88c88f9bbfaf3
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 12:01:31 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 12:01:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5d9e35

media-sound/pamix: Added unicode USE flag to live ebuild.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/pamix-9999.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild
index 4c7c30f..0c2702c 100644
--- a/media-sound/pamix/pamix-9999.ebuild
+++ b/media-sound/pamix/pamix-9999.ebuild
@@ -13,6 +13,7 @@ DESCRIPTION="A PulseAudio NCurses mixer"
 HOMEPAGE="https://github.com/patroclos/PAmix"
 LICENSE="MIT"
 SLOT="0"
+IUSE="+unicode"
 
 if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
@@ -23,7 +24,7 @@ else
 fi
 
 RDEPEND="media-sound/pulseaudio
-	sys-libs/ncurses:0=[unicode]"
+	sys-libs/ncurses:0=[unicode?]"
 DEPEND="virtual/pkgconfig
 	${RDEPEND}"
 
@@ -31,3 +32,7 @@ src_prepare() {
 	default
 	eautoreconf
 }
+
+src_configure() {
+	econf $(use_enable unicode)
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-08-18  9:31 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-08-18  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     60ab074112a12d11236fc6337b5c00ea6ac6eeb6
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 09:31:39 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 09:31:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ab0741

media-sound/pamix: Prepare live ebuild for next release.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/pamix-9999.ebuild | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild
index 97f3fe1..4c7c30f 100644
--- a/media-sound/pamix/pamix-9999.ebuild
+++ b/media-sound/pamix/pamix-9999.ebuild
@@ -4,7 +4,10 @@
 
 EAPI=6
 
-[[ "${PV}" == 9999 ]] && inherit autotools git-r3
+SCM=""
+[[ "${PV}" == 9999 ]] && SCM="git-r3"
+inherit autotools ${SCM}
+unset SCM
 
 DESCRIPTION="A PulseAudio NCurses mixer"
 HOMEPAGE="https://github.com/patroclos/PAmix"
@@ -24,15 +27,7 @@ RDEPEND="media-sound/pulseaudio
 DEPEND="virtual/pkgconfig
 	${RDEPEND}"
 
-src_unpack() {
-	[[ "${PV}" == 9999 ]] && git-r3_src_unpack
-	default
-}
-
 src_prepare() {
 	default
-	if [[ "${PV}" == 9999 ]] ; then
-		sed 's@^pamix_LDFLAGS@pamix_LDADD@' -i Makefile.am || die
-		eautoreconf
-	fi
+	eautoreconf
 }


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-08-16 14:30 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-08-16 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8154e21d026385d9c90126df8866174e12a95f2f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 14:30:30 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 14:30:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8154e21d

media-sound/pamix: Bump to version 1.2

Overhauled live ebuild.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/Manifest                                |  1 +
 media-sound/pamix/{pamix-9999.ebuild => pamix-1.2.ebuild} |  0
 media-sound/pamix/pamix-9999.ebuild                       | 10 +++++++++-
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
index e696d39..689c6ae 100644
--- a/media-sound/pamix/Manifest
+++ b/media-sound/pamix/Manifest
@@ -1 +1,2 @@
 DIST pamix-1.1.tar.gz 7955 SHA256 81e88b5c305b2864ea5c6adda79a9a2fe18c7ed7721354e865862e779acb6f5f SHA512 cdec746bfbb1887d558762a0247370616f480b4695a7802f4ac47c7d9f545efe77af228b1992dd61e2bed09118ca095546bde206be4b8dfea1839b91c768cdbc WHIRLPOOL c1113e4783637c1ec5f77be735d4a96ffc3060449571ad3f32d06e9d369c7dba6140863ab5b2f0a19f78b7a591614c32980e1e87c8ec950fe3e589514e5759a2
+DIST pamix-1.2.tar.gz 9907 SHA256 4da3a60376cfb3eb2863743782cbb4a2d3a18a336ec45f6a33e93f17cde8f149 SHA512 af368778bd731c0887c5a01f5c6f3010f56600eaaf68e13e0ff38b4e484ac24ad094df0b3607c5fdb4517e48cb196cc235462a5e83b4ced00d06d821222bd1c6 WHIRLPOOL b4624e3b0452856d423ed19868bfb70e7fe8bd7ced0688295210261514e45bee85aaa445933cd43fe5a7cad62901ea7b16d76c9f53f978a502228881da5d2002

diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-1.2.ebuild
similarity index 100%
copy from media-sound/pamix/pamix-9999.ebuild
copy to media-sound/pamix/pamix-1.2.ebuild

diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild
index 986dad7..97f3fe1 100644
--- a/media-sound/pamix/pamix-9999.ebuild
+++ b/media-sound/pamix/pamix-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-[[ "${PV}" == 9999 ]] && inherit git-r3
+[[ "${PV}" == 9999 ]] && inherit autotools git-r3
 
 DESCRIPTION="A PulseAudio NCurses mixer"
 HOMEPAGE="https://github.com/patroclos/PAmix"
@@ -28,3 +28,11 @@ src_unpack() {
 	[[ "${PV}" == 9999 ]] && git-r3_src_unpack
 	default
 }
+
+src_prepare() {
+	default
+	if [[ "${PV}" == 9999 ]] ; then
+		sed 's@^pamix_LDFLAGS@pamix_LDADD@' -i Makefile.am || die
+		eautoreconf
+	fi
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/
@ 2016-08-10 16:39 Lars Wendler
  0 siblings, 0 replies; 24+ messages in thread
From: Lars Wendler @ 2016-08-10 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     afdee627b5077b5697b7e9fd001c56a1c84e4c8f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 16:39:11 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 16:39:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afdee627

media-sound/pamix: Initial commit (bug #590728).

Thanks to Joshua Jensch for the bug report and the ebuild work.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/pamix/Manifest          |  1 +
 media-sound/pamix/metadata.xml      | 11 +++++++++++
 media-sound/pamix/pamix-1.1.ebuild  | 30 ++++++++++++++++++++++++++++++
 media-sound/pamix/pamix-9999.ebuild | 30 ++++++++++++++++++++++++++++++
 4 files changed, 72 insertions(+)

diff --git a/media-sound/pamix/Manifest b/media-sound/pamix/Manifest
new file mode 100644
index 0000000..e696d39
--- /dev/null
+++ b/media-sound/pamix/Manifest
@@ -0,0 +1 @@
+DIST pamix-1.1.tar.gz 7955 SHA256 81e88b5c305b2864ea5c6adda79a9a2fe18c7ed7721354e865862e779acb6f5f SHA512 cdec746bfbb1887d558762a0247370616f480b4695a7802f4ac47c7d9f545efe77af228b1992dd61e2bed09118ca095546bde206be4b8dfea1839b91c768cdbc WHIRLPOOL c1113e4783637c1ec5f77be735d4a96ffc3060449571ad3f32d06e9d369c7dba6140863ab5b2f0a19f78b7a591614c32980e1e87c8ec950fe3e589514e5759a2

diff --git a/media-sound/pamix/metadata.xml b/media-sound/pamix/metadata.xml
new file mode 100644
index 0000000..88f381f
--- /dev/null
+++ b/media-sound/pamix/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>polynomial-c@gentoo.org</email>
+    <name>Lars Wendler</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">patroclos/PAmix</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/media-sound/pamix/pamix-1.1.ebuild b/media-sound/pamix/pamix-1.1.ebuild
new file mode 100644
index 0000000..986dad7
--- /dev/null
+++ b/media-sound/pamix/pamix-1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+[[ "${PV}" == 9999 ]] && inherit git-r3
+
+DESCRIPTION="A PulseAudio NCurses mixer"
+HOMEPAGE="https://github.com/patroclos/PAmix"
+LICENSE="MIT"
+SLOT="0"
+
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
+else
+	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/PAmix-${PV}"
+fi
+
+RDEPEND="media-sound/pulseaudio
+	sys-libs/ncurses:0=[unicode]"
+DEPEND="virtual/pkgconfig
+	${RDEPEND}"
+
+src_unpack() {
+	[[ "${PV}" == 9999 ]] && git-r3_src_unpack
+	default
+}

diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild
new file mode 100644
index 0000000..986dad7
--- /dev/null
+++ b/media-sound/pamix/pamix-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+[[ "${PV}" == 9999 ]] && inherit git-r3
+
+DESCRIPTION="A PulseAudio NCurses mixer"
+HOMEPAGE="https://github.com/patroclos/PAmix"
+LICENSE="MIT"
+SLOT="0"
+
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="git://github.com/patroclos/PAmix.git"
+else
+	SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/PAmix-${PV}"
+fi
+
+RDEPEND="media-sound/pulseaudio
+	sys-libs/ncurses:0=[unicode]"
+DEPEND="virtual/pkgconfig
+	${RDEPEND}"
+
+src_unpack() {
+	[[ "${PV}" == 9999 ]] && git-r3_src_unpack
+	default
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2023-05-29 12:23 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-28 12:26 [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2023-05-29 12:23 Andreas Sturmlechner
2023-05-29 12:23 Andreas Sturmlechner
2021-04-19  9:33 Lars Wendler
2021-03-30 18:32 Sam James
2021-03-30 16:26 Thomas Deutschmann
2019-06-14 15:01 Agostino Sarubbo
2019-06-13 14:58 Agostino Sarubbo
2019-06-12 10:26 Lars Wendler
2018-01-02 15:00 Lars Wendler
2018-01-02 15:00 Lars Wendler
2018-01-02 15:00 Lars Wendler
2017-12-30 23:16 Lars Wendler
2016-12-02 23:50 Lars Wendler
2016-12-02 23:50 Lars Wendler
2016-09-17 17:35 Lars Wendler
2016-09-07 12:34 Lars Wendler
2016-09-07 12:34 Lars Wendler
2016-08-29 12:03 Lars Wendler
2016-08-29 12:03 Lars Wendler
2016-08-29 12:03 Lars Wendler
2016-08-18  9:31 Lars Wendler
2016-08-16 14:30 Lars Wendler
2016-08-10 16:39 Lars Wendler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox