[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2021-03-09 Thread Bernard Cafarelli
commit: 3ab487079d48e909f31d4b65cc63116cb3adba21
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Mar  8 18:07:46 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Mar  9 19:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab48707

x11-plugins/wmmixer: 1.9 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index ac908ad2fc5..40867577585 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
 DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
+DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
new file mode 100644
index 000..0c06dab6747
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: 548514f782a456d2225a1a5812351043956cd7e2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:31 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548514f7

x11-plugins/wmmixer: drop 1.8, 1.9

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 -
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 ---
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 40867577585a..3f78ac23e573 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
-DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
deleted file mode 100644
index e557c839133f..
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
deleted file mode 100644
index 0c06dab67479..
--- a/x11-plugins/wmmixer/wmmixer-1.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: de34157fa609a3691c50f2444cf5dd41d82d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:16 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de34157f

x11-plugins/wmmixer: fix desktop file and HOMEPAGE

Closes: https://bugs.gentoo.org/743043
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
new file mode 100644
index ..f79fafdda1ab
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmixer";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   sed -e "s/Audio;/\0AudioVideo;/" -i ${PN}.desktop || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 1dd9e02facd56bda830e1b1c493a3637c67ed866
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:29:41 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9e02f

x11-plugins/wmmixer: 1.8 bump

Update homepage and rewrite ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2061eae7379..2abcfbf794f 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
+DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
 DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
new file mode 100644
index 000..cf15272fd85
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 24d01a668ab70a537703335084fc3a2fb5c0e035
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:30:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d01a66

x11-plugins/wmmixer: fix 1.7 homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
index 98e1e7692ca..c2f78e5f1af 100644
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://packages.qa.debian.org/w/wmmixer.html";
+HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2018-05-05 Thread Aaron Bauman
commit: 7161253bc1eaa302ff227329b87c417422a5145c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 30 09:03:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 19:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7161253b

x11-plugins/wmmixer: use HTTPS

 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
index cf15272fd85..72b8ef660d7 100644
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://www.dockapps.net/wmmon";
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 1dd9e02facd56bda830e1b1c493a3637c67ed866
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:29:41 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9e02f

x11-plugins/wmmixer: 1.8 bump

Update homepage and rewrite ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2061eae7379..2abcfbf794f 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
+DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
 DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
new file mode 100644
index 000..cf15272fd85
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 24d01a668ab70a537703335084fc3a2fb5c0e035
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:30:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d01a66

x11-plugins/wmmixer: fix 1.7 homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
index 98e1e7692ca..c2f78e5f1af 100644
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://packages.qa.debian.org/w/wmmixer.html";
+HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2018-05-05 Thread Aaron Bauman
commit: 7161253bc1eaa302ff227329b87c417422a5145c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 30 09:03:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 19:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7161253b

x11-plugins/wmmixer: use HTTPS

 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
index cf15272fd85..72b8ef660d7 100644
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://www.dockapps.net/wmmon";
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2018-05-05 Thread Aaron Bauman
commit: 7161253bc1eaa302ff227329b87c417422a5145c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 30 09:03:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 19:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7161253b

x11-plugins/wmmixer: use HTTPS

 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
index cf15272fd85..72b8ef660d7 100644
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://www.dockapps.net/wmmon";
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: 548514f782a456d2225a1a5812351043956cd7e2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:31 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548514f7

x11-plugins/wmmixer: drop 1.8, 1.9

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 -
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 ---
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 40867577585a..3f78ac23e573 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
-DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
deleted file mode 100644
index e557c839133f..
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
deleted file mode 100644
index 0c06dab67479..
--- a/x11-plugins/wmmixer/wmmixer-1.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: de34157fa609a3691c50f2444cf5dd41d82d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:16 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de34157f

x11-plugins/wmmixer: fix desktop file and HOMEPAGE

Closes: https://bugs.gentoo.org/743043
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
new file mode 100644
index ..f79fafdda1ab
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmixer";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   sed -e "s/Audio;/\0AudioVideo;/" -i ${PN}.desktop || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2021-03-09 Thread Bernard Cafarelli
commit: 3ab487079d48e909f31d4b65cc63116cb3adba21
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Mar  8 18:07:46 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Mar  9 19:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab48707

x11-plugins/wmmixer: 1.9 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index ac908ad2fc5..40867577585 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
 DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
+DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
new file mode 100644
index 000..0c06dab6747
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2021-03-09 Thread Bernard Cafarelli
commit: 3ab487079d48e909f31d4b65cc63116cb3adba21
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Mar  8 18:07:46 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Mar  9 19:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab48707

x11-plugins/wmmixer: 1.9 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index ac908ad2fc5..40867577585 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
 DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
+DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
new file mode 100644
index 000..0c06dab6747
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: 548514f782a456d2225a1a5812351043956cd7e2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:31 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548514f7

x11-plugins/wmmixer: drop 1.8, 1.9

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 -
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 ---
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 40867577585a..3f78ac23e573 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
-DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
deleted file mode 100644
index e557c839133f..
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
deleted file mode 100644
index 0c06dab67479..
--- a/x11-plugins/wmmixer/wmmixer-1.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: de34157fa609a3691c50f2444cf5dd41d82d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:16 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de34157f

x11-plugins/wmmixer: fix desktop file and HOMEPAGE

Closes: https://bugs.gentoo.org/743043
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
new file mode 100644
index ..f79fafdda1ab
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmixer";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   sed -e "s/Audio;/\0AudioVideo;/" -i ${PN}.desktop || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 1dd9e02facd56bda830e1b1c493a3637c67ed866
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:29:41 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9e02f

x11-plugins/wmmixer: 1.8 bump

Update homepage and rewrite ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2061eae7379..2abcfbf794f 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
+DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
 DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
new file mode 100644
index 000..cf15272fd85
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 24d01a668ab70a537703335084fc3a2fb5c0e035
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:30:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d01a66

x11-plugins/wmmixer: fix 1.7 homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
index 98e1e7692ca..c2f78e5f1af 100644
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://packages.qa.debian.org/w/wmmixer.html";
+HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2021-03-09 Thread Bernard Cafarelli
commit: 3ab487079d48e909f31d4b65cc63116cb3adba21
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Mar  8 18:07:46 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Mar  9 19:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab48707

x11-plugins/wmmixer: 1.9 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index ac908ad2fc5..40867577585 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
 DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
+DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
new file mode 100644
index 000..0c06dab6747
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2018-05-05 Thread Aaron Bauman
commit: 7161253bc1eaa302ff227329b87c417422a5145c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 30 09:03:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 19:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7161253b

x11-plugins/wmmixer: use HTTPS

 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
index cf15272fd85..72b8ef660d7 100644
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://www.dockapps.net/wmmon";
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 1dd9e02facd56bda830e1b1c493a3637c67ed866
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:29:41 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9e02f

x11-plugins/wmmixer: 1.8 bump

Update homepage and rewrite ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2061eae7379..2abcfbf794f 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
+DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
 DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
new file mode 100644
index 000..cf15272fd85
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 24d01a668ab70a537703335084fc3a2fb5c0e035
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:30:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d01a66

x11-plugins/wmmixer: fix 1.7 homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
index 98e1e7692ca..c2f78e5f1af 100644
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://packages.qa.debian.org/w/wmmixer.html";
+HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2018-05-05 Thread Aaron Bauman
commit: 7161253bc1eaa302ff227329b87c417422a5145c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 30 09:03:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 19:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7161253b

x11-plugins/wmmixer: use HTTPS

 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
index cf15272fd85..72b8ef660d7 100644
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://www.dockapps.net/wmmon";
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 1dd9e02facd56bda830e1b1c493a3637c67ed866
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:29:41 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9e02f

x11-plugins/wmmixer: 1.8 bump

Update homepage and rewrite ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2061eae7379..2abcfbf794f 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
+DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
 DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
new file mode 100644
index 000..cf15272fd85
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 24d01a668ab70a537703335084fc3a2fb5c0e035
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:30:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d01a66

x11-plugins/wmmixer: fix 1.7 homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
index 98e1e7692ca..c2f78e5f1af 100644
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://packages.qa.debian.org/w/wmmixer.html";
+HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: 548514f782a456d2225a1a5812351043956cd7e2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:31 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548514f7

x11-plugins/wmmixer: drop 1.8, 1.9

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 -
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 ---
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 40867577585a..3f78ac23e573 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
-DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
deleted file mode 100644
index e557c839133f..
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
deleted file mode 100644
index 0c06dab67479..
--- a/x11-plugins/wmmixer/wmmixer-1.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: de34157fa609a3691c50f2444cf5dd41d82d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:16 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de34157f

x11-plugins/wmmixer: fix desktop file and HOMEPAGE

Closes: https://bugs.gentoo.org/743043
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
new file mode 100644
index ..f79fafdda1ab
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmixer";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   sed -e "s/Audio;/\0AudioVideo;/" -i ${PN}.desktop || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: 548514f782a456d2225a1a5812351043956cd7e2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:31 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548514f7

x11-plugins/wmmixer: drop 1.8, 1.9

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 -
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 ---
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 40867577585a..3f78ac23e573 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
-DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
deleted file mode 100644
index e557c839133f..
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
deleted file mode 100644
index 0c06dab67479..
--- a/x11-plugins/wmmixer/wmmixer-1.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: de34157fa609a3691c50f2444cf5dd41d82d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:16 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de34157f

x11-plugins/wmmixer: fix desktop file and HOMEPAGE

Closes: https://bugs.gentoo.org/743043
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
new file mode 100644
index ..f79fafdda1ab
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmixer";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   sed -e "s/Audio;/\0AudioVideo;/" -i ${PN}.desktop || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2021-03-09 Thread Bernard Cafarelli
commit: 3ab487079d48e909f31d4b65cc63116cb3adba21
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Mar  8 18:07:46 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Mar  9 19:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab48707

x11-plugins/wmmixer: 1.9 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index ac908ad2fc5..40867577585 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
 DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
+DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
new file mode 100644
index 000..0c06dab6747
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: 548514f782a456d2225a1a5812351043956cd7e2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:31 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548514f7

x11-plugins/wmmixer: drop 1.8, 1.9

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 -
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 ---
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 40867577585a..3f78ac23e573 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
-DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
deleted file mode 100644
index e557c839133f..
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
deleted file mode 100644
index 0c06dab67479..
--- a/x11-plugins/wmmixer/wmmixer-1.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: de34157fa609a3691c50f2444cf5dd41d82d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:16 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de34157f

x11-plugins/wmmixer: fix desktop file and HOMEPAGE

Closes: https://bugs.gentoo.org/743043
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
new file mode 100644
index ..f79fafdda1ab
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmixer";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   sed -e "s/Audio;/\0AudioVideo;/" -i ${PN}.desktop || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2021-03-09 Thread Bernard Cafarelli
commit: 3ab487079d48e909f31d4b65cc63116cb3adba21
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Mar  8 18:07:46 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Mar  9 19:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab48707

x11-plugins/wmmixer: 1.9 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index ac908ad2fc5..40867577585 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
 DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
+DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
new file mode 100644
index 000..0c06dab6747
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2018-05-05 Thread Aaron Bauman
commit: 7161253bc1eaa302ff227329b87c417422a5145c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 30 09:03:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 19:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7161253b

x11-plugins/wmmixer: use HTTPS

 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
index cf15272fd85..72b8ef660d7 100644
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://www.dockapps.net/wmmon";
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 1dd9e02facd56bda830e1b1c493a3637c67ed866
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:29:41 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9e02f

x11-plugins/wmmixer: 1.8 bump

Update homepage and rewrite ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2061eae7379..2abcfbf794f 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
+DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
 DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
new file mode 100644
index 000..cf15272fd85
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 24d01a668ab70a537703335084fc3a2fb5c0e035
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:30:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d01a66

x11-plugins/wmmixer: fix 1.7 homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
index 98e1e7692ca..c2f78e5f1af 100644
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://packages.qa.debian.org/w/wmmixer.html";
+HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: 548514f782a456d2225a1a5812351043956cd7e2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:31 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548514f7

x11-plugins/wmmixer: drop 1.8, 1.9

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 -
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 ---
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 40867577585a..3f78ac23e573 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
-DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
deleted file mode 100644
index e557c839133f..
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
deleted file mode 100644
index 0c06dab67479..
--- a/x11-plugins/wmmixer/wmmixer-1.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: de34157fa609a3691c50f2444cf5dd41d82d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:16 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de34157f

x11-plugins/wmmixer: fix desktop file and HOMEPAGE

Closes: https://bugs.gentoo.org/743043
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
new file mode 100644
index ..f79fafdda1ab
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmixer";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   sed -e "s/Audio;/\0AudioVideo;/" -i ${PN}.desktop || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: 548514f782a456d2225a1a5812351043956cd7e2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:31 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548514f7

x11-plugins/wmmixer: drop 1.8, 1.9

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 -
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 ---
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 40867577585a..3f78ac23e573 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
-DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
deleted file mode 100644
index e557c839133f..
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
deleted file mode 100644
index 0c06dab67479..
--- a/x11-plugins/wmmixer/wmmixer-1.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://www.dockapps.net/wmmon";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2022-07-10 Thread Bernard Cafarelli
commit: de34157fa609a3691c50f2444cf5dd41d82d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 18:29:16 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 18:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de34157f

x11-plugins/wmmixer: fix desktop file and HOMEPAGE

Closes: https://bugs.gentoo.org/743043
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
new file mode 100644
index ..f79fafdda1ab
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmixer";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   sed -e "s/Audio;/\0AudioVideo;/" -i ${PN}.desktop || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2021-03-09 Thread Bernard Cafarelli
commit: 3ab487079d48e909f31d4b65cc63116cb3adba21
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Mar  8 18:07:46 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Mar  9 19:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab48707

x11-plugins/wmmixer: 1.9 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index ac908ad2fc5..40867577585 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
 DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
+DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
new file mode 100644
index 000..0c06dab6747
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2021-03-09 Thread Bernard Cafarelli
commit: 3ab487079d48e909f31d4b65cc63116cb3adba21
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Mar  8 18:07:46 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Mar  9 19:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab48707

x11-plugins/wmmixer: 1.9 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index ac908ad2fc5..40867577585 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
 DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 
2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93
 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
+DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 
82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b
 SHA512 
3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d

diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
new file mode 100644
index 000..0c06dab6747
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 1dd9e02facd56bda830e1b1c493a3637c67ed866
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:29:41 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9e02f

x11-plugins/wmmixer: 1.8 bump

Update homepage and rewrite ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2061eae7379..2abcfbf794f 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
+DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
 DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
new file mode 100644
index 000..cf15272fd85
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 24d01a668ab70a537703335084fc3a2fb5c0e035
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:30:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d01a66

x11-plugins/wmmixer: fix 1.7 homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
index 98e1e7692ca..c2f78e5f1af 100644
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://packages.qa.debian.org/w/wmmixer.html";
+HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2018-05-05 Thread Aaron Bauman
commit: 7161253bc1eaa302ff227329b87c417422a5145c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 30 09:03:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 19:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7161253b

x11-plugins/wmmixer: use HTTPS

 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
index cf15272fd85..72b8ef660d7 100644
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://www.dockapps.net/wmmon";
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2018-05-05 Thread Aaron Bauman
commit: 7161253bc1eaa302ff227329b87c417422a5145c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 30 09:03:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 19:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7161253b

x11-plugins/wmmixer: use HTTPS

 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
index cf15272fd85..72b8ef660d7 100644
--- a/x11-plugins/wmmixer/wmmixer-1.8.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://www.dockapps.net/wmmon";
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+HOMEPAGE="https://www.dockapps.net/wmmon";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 1dd9e02facd56bda830e1b1c493a3637c67ed866
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:29:41 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9e02f

x11-plugins/wmmixer: 1.8 bump

Update homepage and rewrite ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2061eae7379..2abcfbf794f 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
+DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
 DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
new file mode 100644
index 000..cf15272fd85
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 24d01a668ab70a537703335084fc3a2fb5c0e035
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:30:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d01a66

x11-plugins/wmmixer: fix 1.7 homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
index 98e1e7692ca..c2f78e5f1af 100644
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://packages.qa.debian.org/w/wmmixer.html";
+HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/files/, x11-plugins/wmmixer/

2017-12-05 Thread Bernard Cafarelli
commit: 298f106fc1d9d996277aa20e8b7a7f21908d4426
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec  5 13:42:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec  5 15:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298f106f

x11-plugins/wmmixer: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmmixer/Manifest   |  1 -
 .../wmmixer/files/wmmixer-1.7-respect_flags.patch  | 34 
 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 37 --
 3 files changed, 72 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2abcfbf794f..79c1040aea1 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
 DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
-DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch 
b/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
deleted file mode 100644
index feb03166ddd..000
--- a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 Makefile.orig  2012-08-21 11:03:31.028266807 +0200
-+++ Makefile   2012-08-21 11:05:06.808876995 +0200
-@@ -1,19 +1,12 @@
- # $Id$
- 
--prefix  = /usr/local
-+prefix  = /usr
- exec_prefix = ${prefix}
- bindir  = ${exec_prefix}/bin
- mandir  = ${prefix}/share/man
- 
--DESTDIR =
--
--CXX   = g++
--CXXFLAGS= -O -Wall
--EXTRA_LIBS  = -L/usr/X11R6/lib -lX11 -lXpm -lXext
--
--
--LD= g++
--LDFLAGS = -o $(EXECUTABLE) $(CXXFLAGS)
-+CXX   ?= g++
-+LIBS= -lX11 -lXpm -lXext
- 
- EXECUTABLE  = wmmixer
- OBJS  = xhandler.o mixctl.o wmmixer.o exception.o
-@@ -26,7 +19,7 @@
-   $(CXX) $(CXXFLAGS) -c -o $@ $<
- 
- $(EXECUTABLE): $(OBJS)
--  $(LD) $(LDFLAGS) $(OBJS) $(EXTRA_LIBDIRS) $(EXTRA_LIBS)
-+  $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(EXECUTABLE)
- 
- all: $(EXECUTABLE)
- 

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
deleted file mode 100644
index c2f78e5f1af..000
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
-SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-respect_flags.patch
-}
-
-src_compile() {
-   emake CXX=$(tc-getCXX)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc CHANGES home.wmmixer README
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/files/, x11-plugins/wmmixer/

2017-12-05 Thread Bernard Cafarelli
commit: 298f106fc1d9d996277aa20e8b7a7f21908d4426
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec  5 13:42:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec  5 15:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298f106f

x11-plugins/wmmixer: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmmixer/Manifest   |  1 -
 .../wmmixer/files/wmmixer-1.7-respect_flags.patch  | 34 
 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 37 --
 3 files changed, 72 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2abcfbf794f..79c1040aea1 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
 DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
-DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch 
b/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
deleted file mode 100644
index feb03166ddd..000
--- a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 Makefile.orig  2012-08-21 11:03:31.028266807 +0200
-+++ Makefile   2012-08-21 11:05:06.808876995 +0200
-@@ -1,19 +1,12 @@
- # $Id$
- 
--prefix  = /usr/local
-+prefix  = /usr
- exec_prefix = ${prefix}
- bindir  = ${exec_prefix}/bin
- mandir  = ${prefix}/share/man
- 
--DESTDIR =
--
--CXX   = g++
--CXXFLAGS= -O -Wall
--EXTRA_LIBS  = -L/usr/X11R6/lib -lX11 -lXpm -lXext
--
--
--LD= g++
--LDFLAGS = -o $(EXECUTABLE) $(CXXFLAGS)
-+CXX   ?= g++
-+LIBS= -lX11 -lXpm -lXext
- 
- EXECUTABLE  = wmmixer
- OBJS  = xhandler.o mixctl.o wmmixer.o exception.o
-@@ -26,7 +19,7 @@
-   $(CXX) $(CXXFLAGS) -c -o $@ $<
- 
- $(EXECUTABLE): $(OBJS)
--  $(LD) $(LDFLAGS) $(OBJS) $(EXTRA_LIBDIRS) $(EXTRA_LIBS)
-+  $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(EXECUTABLE)
- 
- all: $(EXECUTABLE)
- 

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
deleted file mode 100644
index c2f78e5f1af..000
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
-SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-respect_flags.patch
-}
-
-src_compile() {
-   emake CXX=$(tc-getCXX)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc CHANGES home.wmmixer README
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/files/, x11-plugins/wmmixer/

2017-12-05 Thread Bernard Cafarelli
commit: 298f106fc1d9d996277aa20e8b7a7f21908d4426
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec  5 13:42:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec  5 15:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298f106f

x11-plugins/wmmixer: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmmixer/Manifest   |  1 -
 .../wmmixer/files/wmmixer-1.7-respect_flags.patch  | 34 
 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 37 --
 3 files changed, 72 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2abcfbf794f..79c1040aea1 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
 DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
-DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch 
b/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
deleted file mode 100644
index feb03166ddd..000
--- a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 Makefile.orig  2012-08-21 11:03:31.028266807 +0200
-+++ Makefile   2012-08-21 11:05:06.808876995 +0200
-@@ -1,19 +1,12 @@
- # $Id$
- 
--prefix  = /usr/local
-+prefix  = /usr
- exec_prefix = ${prefix}
- bindir  = ${exec_prefix}/bin
- mandir  = ${prefix}/share/man
- 
--DESTDIR =
--
--CXX   = g++
--CXXFLAGS= -O -Wall
--EXTRA_LIBS  = -L/usr/X11R6/lib -lX11 -lXpm -lXext
--
--
--LD= g++
--LDFLAGS = -o $(EXECUTABLE) $(CXXFLAGS)
-+CXX   ?= g++
-+LIBS= -lX11 -lXpm -lXext
- 
- EXECUTABLE  = wmmixer
- OBJS  = xhandler.o mixctl.o wmmixer.o exception.o
-@@ -26,7 +19,7 @@
-   $(CXX) $(CXXFLAGS) -c -o $@ $<
- 
- $(EXECUTABLE): $(OBJS)
--  $(LD) $(LDFLAGS) $(OBJS) $(EXTRA_LIBDIRS) $(EXTRA_LIBS)
-+  $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(EXECUTABLE)
- 
- all: $(EXECUTABLE)
- 

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
deleted file mode 100644
index c2f78e5f1af..000
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
-SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-respect_flags.patch
-}
-
-src_compile() {
-   emake CXX=$(tc-getCXX)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc CHANGES home.wmmixer README
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/files/, x11-plugins/wmmixer/

2017-12-05 Thread Bernard Cafarelli
commit: 298f106fc1d9d996277aa20e8b7a7f21908d4426
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec  5 13:42:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec  5 15:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298f106f

x11-plugins/wmmixer: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmmixer/Manifest   |  1 -
 .../wmmixer/files/wmmixer-1.7-respect_flags.patch  | 34 
 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 37 --
 3 files changed, 72 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2abcfbf794f..79c1040aea1 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
 DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
-DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch 
b/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
deleted file mode 100644
index feb03166ddd..000
--- a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 Makefile.orig  2012-08-21 11:03:31.028266807 +0200
-+++ Makefile   2012-08-21 11:05:06.808876995 +0200
-@@ -1,19 +1,12 @@
- # $Id$
- 
--prefix  = /usr/local
-+prefix  = /usr
- exec_prefix = ${prefix}
- bindir  = ${exec_prefix}/bin
- mandir  = ${prefix}/share/man
- 
--DESTDIR =
--
--CXX   = g++
--CXXFLAGS= -O -Wall
--EXTRA_LIBS  = -L/usr/X11R6/lib -lX11 -lXpm -lXext
--
--
--LD= g++
--LDFLAGS = -o $(EXECUTABLE) $(CXXFLAGS)
-+CXX   ?= g++
-+LIBS= -lX11 -lXpm -lXext
- 
- EXECUTABLE  = wmmixer
- OBJS  = xhandler.o mixctl.o wmmixer.o exception.o
-@@ -26,7 +19,7 @@
-   $(CXX) $(CXXFLAGS) -c -o $@ $<
- 
- $(EXECUTABLE): $(OBJS)
--  $(LD) $(LDFLAGS) $(OBJS) $(EXTRA_LIBDIRS) $(EXTRA_LIBS)
-+  $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(EXECUTABLE)
- 
- all: $(EXECUTABLE)
- 

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
deleted file mode 100644
index c2f78e5f1af..000
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
-SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-respect_flags.patch
-}
-
-src_compile() {
-   emake CXX=$(tc-getCXX)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc CHANGES home.wmmixer README
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/files/, x11-plugins/wmmixer/

2017-12-05 Thread Bernard Cafarelli
commit: 298f106fc1d9d996277aa20e8b7a7f21908d4426
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec  5 13:42:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec  5 15:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298f106f

x11-plugins/wmmixer: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmmixer/Manifest   |  1 -
 .../wmmixer/files/wmmixer-1.7-respect_flags.patch  | 34 
 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 37 --
 3 files changed, 72 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2abcfbf794f..79c1040aea1 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
 DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
-DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch 
b/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
deleted file mode 100644
index feb03166ddd..000
--- a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 Makefile.orig  2012-08-21 11:03:31.028266807 +0200
-+++ Makefile   2012-08-21 11:05:06.808876995 +0200
-@@ -1,19 +1,12 @@
- # $Id$
- 
--prefix  = /usr/local
-+prefix  = /usr
- exec_prefix = ${prefix}
- bindir  = ${exec_prefix}/bin
- mandir  = ${prefix}/share/man
- 
--DESTDIR =
--
--CXX   = g++
--CXXFLAGS= -O -Wall
--EXTRA_LIBS  = -L/usr/X11R6/lib -lX11 -lXpm -lXext
--
--
--LD= g++
--LDFLAGS = -o $(EXECUTABLE) $(CXXFLAGS)
-+CXX   ?= g++
-+LIBS= -lX11 -lXpm -lXext
- 
- EXECUTABLE  = wmmixer
- OBJS  = xhandler.o mixctl.o wmmixer.o exception.o
-@@ -26,7 +19,7 @@
-   $(CXX) $(CXXFLAGS) -c -o $@ $<
- 
- $(EXECUTABLE): $(OBJS)
--  $(LD) $(LDFLAGS) $(OBJS) $(EXTRA_LIBDIRS) $(EXTRA_LIBS)
-+  $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(EXECUTABLE)
- 
- all: $(EXECUTABLE)
- 

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
deleted file mode 100644
index c2f78e5f1af..000
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
-SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-respect_flags.patch
-}
-
-src_compile() {
-   emake CXX=$(tc-getCXX)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc CHANGES home.wmmixer README
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/files/, x11-plugins/wmmixer/

2017-12-05 Thread Bernard Cafarelli
commit: 298f106fc1d9d996277aa20e8b7a7f21908d4426
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec  5 13:42:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec  5 15:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298f106f

x11-plugins/wmmixer: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmmixer/Manifest   |  1 -
 .../wmmixer/files/wmmixer-1.7-respect_flags.patch  | 34 
 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 37 --
 3 files changed, 72 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2abcfbf794f..79c1040aea1 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
 DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
-DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch 
b/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
deleted file mode 100644
index feb03166ddd..000
--- a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 Makefile.orig  2012-08-21 11:03:31.028266807 +0200
-+++ Makefile   2012-08-21 11:05:06.808876995 +0200
-@@ -1,19 +1,12 @@
- # $Id$
- 
--prefix  = /usr/local
-+prefix  = /usr
- exec_prefix = ${prefix}
- bindir  = ${exec_prefix}/bin
- mandir  = ${prefix}/share/man
- 
--DESTDIR =
--
--CXX   = g++
--CXXFLAGS= -O -Wall
--EXTRA_LIBS  = -L/usr/X11R6/lib -lX11 -lXpm -lXext
--
--
--LD= g++
--LDFLAGS = -o $(EXECUTABLE) $(CXXFLAGS)
-+CXX   ?= g++
-+LIBS= -lX11 -lXpm -lXext
- 
- EXECUTABLE  = wmmixer
- OBJS  = xhandler.o mixctl.o wmmixer.o exception.o
-@@ -26,7 +19,7 @@
-   $(CXX) $(CXXFLAGS) -c -o $@ $<
- 
- $(EXECUTABLE): $(OBJS)
--  $(LD) $(LDFLAGS) $(OBJS) $(EXTRA_LIBDIRS) $(EXTRA_LIBS)
-+  $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(EXECUTABLE)
- 
- all: $(EXECUTABLE)
- 

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
deleted file mode 100644
index c2f78e5f1af..000
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
-SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-respect_flags.patch
-}
-
-src_compile() {
-   emake CXX=$(tc-getCXX)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc CHANGES home.wmmixer README
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/files/, x11-plugins/wmmixer/

2017-12-05 Thread Bernard Cafarelli
commit: 298f106fc1d9d996277aa20e8b7a7f21908d4426
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec  5 13:42:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec  5 15:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298f106f

x11-plugins/wmmixer: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmmixer/Manifest   |  1 -
 .../wmmixer/files/wmmixer-1.7-respect_flags.patch  | 34 
 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 37 --
 3 files changed, 72 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2abcfbf794f..79c1040aea1 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
 DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
-DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch 
b/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
deleted file mode 100644
index feb03166ddd..000
--- a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 Makefile.orig  2012-08-21 11:03:31.028266807 +0200
-+++ Makefile   2012-08-21 11:05:06.808876995 +0200
-@@ -1,19 +1,12 @@
- # $Id$
- 
--prefix  = /usr/local
-+prefix  = /usr
- exec_prefix = ${prefix}
- bindir  = ${exec_prefix}/bin
- mandir  = ${prefix}/share/man
- 
--DESTDIR =
--
--CXX   = g++
--CXXFLAGS= -O -Wall
--EXTRA_LIBS  = -L/usr/X11R6/lib -lX11 -lXpm -lXext
--
--
--LD= g++
--LDFLAGS = -o $(EXECUTABLE) $(CXXFLAGS)
-+CXX   ?= g++
-+LIBS= -lX11 -lXpm -lXext
- 
- EXECUTABLE  = wmmixer
- OBJS  = xhandler.o mixctl.o wmmixer.o exception.o
-@@ -26,7 +19,7 @@
-   $(CXX) $(CXXFLAGS) -c -o $@ $<
- 
- $(EXECUTABLE): $(OBJS)
--  $(LD) $(LDFLAGS) $(OBJS) $(EXTRA_LIBDIRS) $(EXTRA_LIBS)
-+  $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(EXECUTABLE)
- 
- all: $(EXECUTABLE)
- 

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
deleted file mode 100644
index c2f78e5f1af..000
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
-SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-respect_flags.patch
-}
-
-src_compile() {
-   emake CXX=$(tc-getCXX)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc CHANGES home.wmmixer README
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/files/, x11-plugins/wmmixer/

2017-12-05 Thread Bernard Cafarelli
commit: 298f106fc1d9d996277aa20e8b7a7f21908d4426
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec  5 13:42:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec  5 15:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298f106f

x11-plugins/wmmixer: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmmixer/Manifest   |  1 -
 .../wmmixer/files/wmmixer-1.7-respect_flags.patch  | 34 
 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 37 --
 3 files changed, 72 deletions(-)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2abcfbf794f..79c1040aea1 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1,2 +1 @@
 DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
-DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch 
b/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
deleted file mode 100644
index feb03166ddd..000
--- a/x11-plugins/wmmixer/files/wmmixer-1.7-respect_flags.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 Makefile.orig  2012-08-21 11:03:31.028266807 +0200
-+++ Makefile   2012-08-21 11:05:06.808876995 +0200
-@@ -1,19 +1,12 @@
- # $Id$
- 
--prefix  = /usr/local
-+prefix  = /usr
- exec_prefix = ${prefix}
- bindir  = ${exec_prefix}/bin
- mandir  = ${prefix}/share/man
- 
--DESTDIR =
--
--CXX   = g++
--CXXFLAGS= -O -Wall
--EXTRA_LIBS  = -L/usr/X11R6/lib -lX11 -lXpm -lXext
--
--
--LD= g++
--LDFLAGS = -o $(EXECUTABLE) $(CXXFLAGS)
-+CXX   ?= g++
-+LIBS= -lX11 -lXpm -lXext
- 
- EXECUTABLE  = wmmixer
- OBJS  = xhandler.o mixctl.o wmmixer.o exception.o
-@@ -26,7 +19,7 @@
-   $(CXX) $(CXXFLAGS) -c -o $@ $<
- 
- $(EXECUTABLE): $(OBJS)
--  $(LD) $(LDFLAGS) $(OBJS) $(EXTRA_LIBDIRS) $(EXTRA_LIBS)
-+  $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(EXECUTABLE)
- 
- all: $(EXECUTABLE)
- 

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
deleted file mode 100644
index c2f78e5f1af..000
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html";
-SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-respect_flags.patch
-}
-
-src_compile() {
-   emake CXX=$(tc-getCXX)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc CHANGES home.wmmixer README
-}