public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2016-09-13 14:02 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2016-09-13 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bc8e087af1cf6f547e068747da147b66bb3cb8a7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 13:47:47 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 13:59:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8e087a

xfce-extra/xfce4-volumed-pulse: Bump to 0.2.1

 xfce-extra/xfce4-volumed-pulse/Manifest            |  1 +
 .../xfce4-volumed-pulse-0.2.1.ebuild               | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest
index 6b58be4..6d55b43 100644
--- a/xfce-extra/xfce4-volumed-pulse/Manifest
+++ b/xfce-extra/xfce4-volumed-pulse/Manifest
@@ -1 +1,2 @@
 DIST xfce4-volumed-pulse-0.2.0.tar.bz2 282403 SHA256 6930034a30bfa54106f3c76ea8e50f578426f5e6151c0e82fda04e6d127de550 SHA512 efa5bcb3558eda0b36f2bf0b737409571f69af7454f542a3dbd777e94d40b3f0107567d3fea3fc019b3eb77450b2bebde7aff8b72b0c30d2afd9a316e6ea77a6 WHIRLPOOL 1800a5e3db8e4a81a2c622aa9c33db4778391f253992056f3f4402ed337bce98c8e199d79b411e96d7d8abbb68a7d58d83471d3014dc9cbf367c87c6be26e091
+DIST xfce4-volumed-pulse-0.2.1.tar.bz2 310534 SHA256 d7400f027854d202dafe43e0d0e15e7529dc89e963ded8706e8359703bd49083 SHA512 27ab14606db33952e67aee8e37ca3ea99f24a0af67ad6b713ab38462a58e5f8a45292b5826d4ea42f5072f1dcd6b97f53876b5c5af33455a36c3ff5e6e518960 WHIRLPOOL 356f9b2329be910487e382a928f3d4c4bc1c5cf3a82a16c89b69cf8a8ece4c6659500ab061f0248463b384e7eade4ae7ea15e7111443ee13df7be86c3dc430ef

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.1.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.1.ebuild
new file mode 100644
index 00000000..328081d
--- /dev/null
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
+HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug libnotify"
+
+RDEPEND=">=dev-libs/glib-2.16:2=
+	dev-libs/keybinder:0=
+	>=media-sound/pulseaudio-0.9.19:=[glib]
+	>=x11-libs/gtk+-2.20:2=
+	>=xfce-base/xfconf-4.8:=
+	libnotify? ( x11-libs/libnotify:= )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	XFCONF=(
+		$(use_enable libnotify)
+		$(xfconf_use_debug)
+		)
+
+	DOCS=( AUTHORS ChangeLog README THANKS )
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2016-09-14  4:19 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2016-09-14  4:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3f109d657cd0ab494ec654da68581a753a5b01e1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 04:15:20 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 04:19:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f109d65

xfce-extra/xfce4-volumed-pulse: Bump to 0.2.2

 xfce-extra/xfce4-volumed-pulse/Manifest            |  1 +
 .../xfce4-volumed-pulse-0.2.2.ebuild               | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest
index 6d55b43..cfa9efb 100644
--- a/xfce-extra/xfce4-volumed-pulse/Manifest
+++ b/xfce-extra/xfce4-volumed-pulse/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-volumed-pulse-0.2.0.tar.bz2 282403 SHA256 6930034a30bfa54106f3c76ea8e50f578426f5e6151c0e82fda04e6d127de550 SHA512 efa5bcb3558eda0b36f2bf0b737409571f69af7454f542a3dbd777e94d40b3f0107567d3fea3fc019b3eb77450b2bebde7aff8b72b0c30d2afd9a316e6ea77a6 WHIRLPOOL 1800a5e3db8e4a81a2c622aa9c33db4778391f253992056f3f4402ed337bce98c8e199d79b411e96d7d8abbb68a7d58d83471d3014dc9cbf367c87c6be26e091
 DIST xfce4-volumed-pulse-0.2.1.tar.bz2 310534 SHA256 d7400f027854d202dafe43e0d0e15e7529dc89e963ded8706e8359703bd49083 SHA512 27ab14606db33952e67aee8e37ca3ea99f24a0af67ad6b713ab38462a58e5f8a45292b5826d4ea42f5072f1dcd6b97f53876b5c5af33455a36c3ff5e6e518960 WHIRLPOOL 356f9b2329be910487e382a928f3d4c4bc1c5cf3a82a16c89b69cf8a8ece4c6659500ab061f0248463b384e7eade4ae7ea15e7111443ee13df7be86c3dc430ef
+DIST xfce4-volumed-pulse-0.2.2.tar.bz2 312703 SHA256 0ec315cd87943466e35c0572541bf4239730604236e5d793e4d9f46856d04c76 SHA512 6e452a603ca19b8fc8470851ed9570c84a8208bc7695493cc8ad6425ce6176427a264e39c5249767fe93bdb172137a0c59ef858336f28a574e74bce8d9d35bb6 WHIRLPOOL 07d8fab178005ab9defc6ab4e6715a5f337b337f52e01a1fec3de70ce649d1db77733fe165379121e54ee7804c59cf0aa2baa5090573bac8bf9ff28e534e816c

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
new file mode 100644
index 00000000..328081d
--- /dev/null
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
+HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug libnotify"
+
+RDEPEND=">=dev-libs/glib-2.16:2=
+	dev-libs/keybinder:0=
+	>=media-sound/pulseaudio-0.9.19:=[glib]
+	>=x11-libs/gtk+-2.20:2=
+	>=xfce-base/xfconf-4.8:=
+	libnotify? ( x11-libs/libnotify:= )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	XFCONF=(
+		$(use_enable libnotify)
+		$(xfconf_use_debug)
+		)
+
+	DOCS=( AUTHORS ChangeLog README THANKS )
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2017-06-07 20:06 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2017-06-07 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     02b197f6c5911e6ffdc5ba9a3464ff5573e64789
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 10:13:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 20:05:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b197f6

xfce-extra/xfce4-volumed-pulse: Drop old

 xfce-extra/xfce4-volumed-pulse/Manifest            |  1 -
 .../xfce4-volumed-pulse-0.2.1.ebuild               | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest
index cfa9efb6b74..2b9466c8529 100644
--- a/xfce-extra/xfce4-volumed-pulse/Manifest
+++ b/xfce-extra/xfce4-volumed-pulse/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-volumed-pulse-0.2.0.tar.bz2 282403 SHA256 6930034a30bfa54106f3c76ea8e50f578426f5e6151c0e82fda04e6d127de550 SHA512 efa5bcb3558eda0b36f2bf0b737409571f69af7454f542a3dbd777e94d40b3f0107567d3fea3fc019b3eb77450b2bebde7aff8b72b0c30d2afd9a316e6ea77a6 WHIRLPOOL 1800a5e3db8e4a81a2c622aa9c33db4778391f253992056f3f4402ed337bce98c8e199d79b411e96d7d8abbb68a7d58d83471d3014dc9cbf367c87c6be26e091
-DIST xfce4-volumed-pulse-0.2.1.tar.bz2 310534 SHA256 d7400f027854d202dafe43e0d0e15e7529dc89e963ded8706e8359703bd49083 SHA512 27ab14606db33952e67aee8e37ca3ea99f24a0af67ad6b713ab38462a58e5f8a45292b5826d4ea42f5072f1dcd6b97f53876b5c5af33455a36c3ff5e6e518960 WHIRLPOOL 356f9b2329be910487e382a928f3d4c4bc1c5cf3a82a16c89b69cf8a8ece4c6659500ab061f0248463b384e7eade4ae7ea15e7111443ee13df7be86c3dc430ef
 DIST xfce4-volumed-pulse-0.2.2.tar.bz2 312703 SHA256 0ec315cd87943466e35c0572541bf4239730604236e5d793e4d9f46856d04c76 SHA512 6e452a603ca19b8fc8470851ed9570c84a8208bc7695493cc8ad6425ce6176427a264e39c5249767fe93bdb172137a0c59ef858336f28a574e74bce8d9d35bb6 WHIRLPOOL 07d8fab178005ab9defc6ab4e6715a5f337b337f52e01a1fec3de70ce649d1db77733fe165379121e54ee7804c59cf0aa2baa5090573bac8bf9ff28e534e816c

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.1.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.1.ebuild
deleted file mode 100644
index a4633b940c0..00000000000
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
-HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/"
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug libnotify"
-
-RDEPEND=">=dev-libs/glib-2.16:2=
-	dev-libs/keybinder:0=
-	>=media-sound/pulseaudio-0.9.19:=[glib]
-	>=x11-libs/gtk+-2.20:2=
-	>=xfce-base/xfconf-4.8:=
-	libnotify? ( x11-libs/libnotify:= )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	XFCONF=(
-		$(use_enable libnotify)
-		$(xfconf_use_debug)
-		)
-
-	DOCS=( AUTHORS ChangeLog README THANKS )
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2018-01-05 11:33 Mikle Kolyada
  0 siblings, 0 replies; 25+ messages in thread
From: Mikle Kolyada @ 2018-01-05 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b3ff64dae89d8e0228aaff67e7d20c3c130f6edb
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 11:31:05 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 11:31:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ff64da

xfce-extra/xfce4-volumed-pulse: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
index a4633b940c0..523316c1a2b 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug libnotify"
 
 RDEPEND=">=dev-libs/glib-2.16:2=


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2018-01-06  5:05 Thomas Deutschmann
  0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2018-01-06  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f46dafeef1f25825240c1ac95a093e45e8aba059
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 04:54:51 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 04:54:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46dafee

xfce-extra/xfce4-volumed-pulse: x86 stable (bug #643074)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
index 523316c1a2b..26a9f4c19a6 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug libnotify"
 
 RDEPEND=">=dev-libs/glib-2.16:2=


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2018-02-14 13:35 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2018-02-14 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6e6bd43cf0f04170ea48412984f92ee471558475
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 12:35:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:34:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6bd43c

xfce-extra/xfce4-volumed-pulse: Bump to 0.2.3 (GTK+3 version)

 xfce-extra/xfce4-volumed-pulse/Manifest            |  1 +
 .../xfce4-volumed-pulse-0.2.3.ebuild               | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest
index a8677d6ce55..9babcfdbec0 100644
--- a/xfce-extra/xfce4-volumed-pulse/Manifest
+++ b/xfce-extra/xfce4-volumed-pulse/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-volumed-pulse-0.2.0.tar.bz2 282403 BLAKE2B 801ee03f7517f5235eaa45c2ee6eafd911c98bbee1cc5bea5d84e181ea52c5fe17741192fb10b5471f900eb254293990efcdc77fc71d0374c844165e9f3d1b18 SHA512 efa5bcb3558eda0b36f2bf0b737409571f69af7454f542a3dbd777e94d40b3f0107567d3fea3fc019b3eb77450b2bebde7aff8b72b0c30d2afd9a316e6ea77a6
 DIST xfce4-volumed-pulse-0.2.2.tar.bz2 312703 BLAKE2B 6c88c8f4023f5200c7b5b976ee4fff94344913f313ede29334d3f3b291d6862f56fa11e22a90c79019bcc137e1c77feac84ad14d067f4ce13c86ce58484480ea SHA512 6e452a603ca19b8fc8470851ed9570c84a8208bc7695493cc8ad6425ce6176427a264e39c5249767fe93bdb172137a0c59ef858336f28a574e74bce8d9d35bb6
+DIST xfce4-volumed-pulse-0.2.3.tar.bz2 308063 BLAKE2B e64d2e668bf1a6666ce82ac4f03852abfb0346936a789ce7f89acde1734af948f628ca3c17d515e72ab292fc86525623b8aa0b4a219555d7b8729cee10889142 SHA512 da190cea2b3993717f35e1ded058613df99f8fa223a90d379d95dff0bc9d44f4fba15bd23ff1b54f11218d20518092d14a2f2b808d4984673d3bb77616c2f3e3

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
new file mode 100644
index 00000000000..7625362506f
--- /dev/null
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
+HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+RDEPEND=">=dev-libs/glib-2.16:2=
+	dev-libs/keybinder:3=
+	>=media-sound/pulseaudio-0.9.19:=[glib]
+	>=x11-libs/gtk+-3.20:3=
+	>=xfce-base/xfconf-4.8:=
+	libnotify? ( x11-libs/libnotify:= )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_configure() {
+	local myconf=(
+		$(use_enable libnotify)
+	)
+
+	econf "${myconf[@]}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2018-03-25 17:27 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2018-03-25 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cc75b365582958dc0f07d48945340c72cf112fbb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 16:22:05 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 17:27:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc75b365

xfce-extra/xfce4-volumed-pulse: Drop old

 xfce-extra/xfce4-volumed-pulse/Manifest            |  1 -
 .../xfce4-volumed-pulse-0.2.0.ebuild               | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest
index 9babcfdbec0..40742da72ff 100644
--- a/xfce-extra/xfce4-volumed-pulse/Manifest
+++ b/xfce-extra/xfce4-volumed-pulse/Manifest
@@ -1,3 +1,2 @@
-DIST xfce4-volumed-pulse-0.2.0.tar.bz2 282403 BLAKE2B 801ee03f7517f5235eaa45c2ee6eafd911c98bbee1cc5bea5d84e181ea52c5fe17741192fb10b5471f900eb254293990efcdc77fc71d0374c844165e9f3d1b18 SHA512 efa5bcb3558eda0b36f2bf0b737409571f69af7454f542a3dbd777e94d40b3f0107567d3fea3fc019b3eb77450b2bebde7aff8b72b0c30d2afd9a316e6ea77a6
 DIST xfce4-volumed-pulse-0.2.2.tar.bz2 312703 BLAKE2B 6c88c8f4023f5200c7b5b976ee4fff94344913f313ede29334d3f3b291d6862f56fa11e22a90c79019bcc137e1c77feac84ad14d067f4ce13c86ce58484480ea SHA512 6e452a603ca19b8fc8470851ed9570c84a8208bc7695493cc8ad6425ce6176427a264e39c5249767fe93bdb172137a0c59ef858336f28a574e74bce8d9d35bb6
 DIST xfce4-volumed-pulse-0.2.3.tar.bz2 308063 BLAKE2B e64d2e668bf1a6666ce82ac4f03852abfb0346936a789ce7f89acde1734af948f628ca3c17d515e72ab292fc86525623b8aa0b4a219555d7b8729cee10889142 SHA512 da190cea2b3993717f35e1ded058613df99f8fa223a90d379d95dff0bc9d44f4fba15bd23ff1b54f11218d20518092d14a2f2b808d4984673d3bb77616c2f3e3

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.0.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.0.ebuild
deleted file mode 100644
index 5b9de82d1c1..00000000000
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
-HOMEPAGE="https://launchpad.net/xfce4-volumed-pulse"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug libnotify"
-
-RDEPEND=">=dev-libs/glib-2.16
-	dev-libs/keybinder:0
-	>=media-sound/pulseaudio-0.9.19[glib]
-	>=x11-libs/gtk+-2.20:2
-	>=xfce-base/xfconf-4.8
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	XFCONF=(
-		$(use_enable libnotify)
-		$(xfconf_use_debug)
-		)
-
-	DOCS=( AUTHORS ChangeLog README THANKS )
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2018-04-08 17:28 Aaron Bauman
  0 siblings, 0 replies; 25+ messages in thread
From: Aaron Bauman @ 2018-04-08 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     1e6553789be1da1dcd3a192ee6d23d6ef5e6879d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  8 17:20:58 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Apr  8 17:20:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e655378

xfce-extra/xfce4-volumed-pulse: amd64 stable

Bug: https://bugs.gentoo.org/651490
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index 7625362506f..5fbe847414e 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="libnotify"
 
 RDEPEND=">=dev-libs/glib-2.16:2=


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2018-07-10 12:29 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2018-07-10 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     93a87db8d60002f1b65711833c99fd945f3597b0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 10:48:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 12:29:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a87db8

xfce-extra/xfce4-volumed-pulse: Inline mirror://xfce

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild | 2 +-
 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
index 26a9f4c19a6..86e68f933a6 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
@@ -6,7 +6,7 @@ inherit xfconf
 
 DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
 HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/"
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index 9ed5707226b..c7003ec8315 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
 HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/"
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2018-11-11 19:07 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2018-11-11 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     75571a3994d0ffdd8bfae46e6597d51cd8172544
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 13:16:46 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 19:07:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75571a39

xfce-extra/xfce4-volumed-pulse: Clean old up

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-volumed-pulse/Manifest            |  1 -
 .../xfce4-volumed-pulse-0.2.2.ebuild               | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest
index 40742da72ff..965ec01811a 100644
--- a/xfce-extra/xfce4-volumed-pulse/Manifest
+++ b/xfce-extra/xfce4-volumed-pulse/Manifest
@@ -1,2 +1 @@
-DIST xfce4-volumed-pulse-0.2.2.tar.bz2 312703 BLAKE2B 6c88c8f4023f5200c7b5b976ee4fff94344913f313ede29334d3f3b291d6862f56fa11e22a90c79019bcc137e1c77feac84ad14d067f4ce13c86ce58484480ea SHA512 6e452a603ca19b8fc8470851ed9570c84a8208bc7695493cc8ad6425ce6176427a264e39c5249767fe93bdb172137a0c59ef858336f28a574e74bce8d9d35bb6
 DIST xfce4-volumed-pulse-0.2.3.tar.bz2 308063 BLAKE2B e64d2e668bf1a6666ce82ac4f03852abfb0346936a789ce7f89acde1734af948f628ca3c17d515e72ab292fc86525623b8aa0b4a219555d7b8729cee10889142 SHA512 da190cea2b3993717f35e1ded058613df99f8fa223a90d379d95dff0bc9d44f4fba15bd23ff1b54f11218d20518092d14a2f2b808d4984673d3bb77616c2f3e3

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
deleted file mode 100644
index 86e68f933a6..00000000000
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
-HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug libnotify"
-
-RDEPEND=">=dev-libs/glib-2.16:2=
-	dev-libs/keybinder:0=
-	>=media-sound/pulseaudio-0.9.19:=[glib]
-	>=x11-libs/gtk+-2.20:2=
-	>=xfce-base/xfconf-4.8:=
-	libnotify? ( x11-libs/libnotify:= )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	XFCONF=(
-		$(use_enable libnotify)
-		$(xfconf_use_debug)
-		)
-
-	DOCS=( AUTHORS ChangeLog README THANKS )
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2020-06-11 22:08 Mart Raudsepp
  0 siblings, 0 replies; 25+ messages in thread
From: Mart Raudsepp @ 2020-06-11 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4765136047022b1caacdda5b26f74748d3237463
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Wed Jun 10 12:01:34 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 22:04:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47651360

xfce-extra/xfce4-volumed-pulse: arm64 keyworded (bug #727700)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index c7003ec8315..2008a747cf3 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="libnotify"
 
 RDEPEND=">=dev-libs/glib-2.16:2=


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2020-07-16 14:06 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-07-16 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e170eaf90692d7a3a8aa168ba8dbf5b5f9546a8e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 14:06:55 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 14:06:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e170eaf9

xfce-extra/xfce4-volumed-pulse: arm keyworded (bug #725920)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index 2008a747cf3..5cbb94f7732 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="libnotify"
 
 RDEPEND=">=dev-libs/glib-2.16:2=


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2021-01-16 19:03 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2021-01-16 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6a738a1fbebe067cae26cb315bfc83ba0e53777f
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 16 14:30:10 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 19:03:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a738a1f

xfce-extra/xfce4-volumed-pulse: EAPI 7

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index 5cbb94f7732..f0809640fcd 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
 HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/"
@@ -18,8 +18,8 @@ RDEPEND=">=dev-libs/glib-2.16:2=
 	>=x11-libs/gtk+-3.20:3=
 	>=xfce-base/xfconf-4.8:=
 	libnotify? ( x11-libs/libnotify:= )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
 	local myconf=(


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2021-01-28  1:08 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-01-28  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d278e094b50053966592c054e0a4ff9d1a89ceb7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 01:08:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 01:08:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d278e094

xfce-extra/xfce4-volumed-pulse: Keyword 0.2.3 ppc64, #765607

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

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index f0809640fcd..710df125526 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="libnotify"
 
 RDEPEND=">=dev-libs/glib-2.16:2=


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2021-02-11  7:36 Sergei Trofimovich
  0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2021-02-11  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     921d0207b583a608481c80726a69bf894d092249
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 07:35:10 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 07:36:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921d0207

xfce-extra/xfce4-volumed-pulse: keyworded 0.2.3 for ia64

keyworded wrt bug #765607

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index 710df125526..3d2bfd4c1fa 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 x86"
 IUSE="libnotify"
 
 RDEPEND=">=dev-libs/glib-2.16:2=


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2021-02-21  5:15 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-02-21  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     9cabf3d9c732bd5359d44bffac32c2aca50927b6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 05:14:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 05:14:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cabf3d9

xfce-extra/xfce4-volumed-pulse: Keyword 0.2.3 ppc, #765607

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

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index 3d2bfd4c1fa..019fc98234d 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
 IUSE="libnotify"
 
 RDEPEND=">=dev-libs/glib-2.16:2=


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2021-02-25  9:49 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-02-25  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cc76250c1d5577a3f8d3a1fa9d8b927d15c56ca3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 09:47:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 09:47:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc76250c

xfce-extra/xfce4-volumed-pulse: Stabilize 0.2.3 ppc, #771639

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

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index 019fc98234d..6a9fc3a318b 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86"
 IUSE="libnotify"
 
 RDEPEND=">=dev-libs/glib-2.16:2=


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2021-07-25  7:56 Matt Turner
  0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2021-07-25  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     88b337cb855ebe55106c22e1a9ddd8dcbd5c0251
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 07:55:36 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 07:56:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b337cb

xfce-extra/xfce4-volumed-pulse: Keyword 0.2.3 alpha, #765607

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index 6a9fc3a318b..3c9987e938f 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86"
 IUSE="libnotify"
 
 RDEPEND=">=dev-libs/glib-2.16:2=


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2022-11-26 17:03 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2022-11-26 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5a7d1cf327791196c613cbe720eb88b9a2a969f8
Author:     Alexander Kurakin <kuraga333 <AT> mail <DOT> ru>
AuthorDate: Wed Nov 23 21:10:00 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 17:03:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7d1cf3

xfce-extra/xfce4-volumed-pulse: update the homepage

Bug: https://bugs.gentoo.org/882331
Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
index 3115cc41ac34..e98a24bdab0d 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
-HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/"
+HOMEPAGE="https://gitlab.xfce.org/apps/xfce4-volumed-pulse/"
 SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2023-06-11 11:44 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2023-06-11 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     66c0180782a703f0daa5153bf4efd509d6d6207f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 10:36:51 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 11:44:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c01807

xfce-extra/xfce4-volumed-pulse: EAPI 8, switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../xfce4-volumed-pulse-0.2.3-r1.ebuild            | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3-r1.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3-r1.ebuild
new file mode 100644
index 000000000000..001ce97a8d2b
--- /dev/null
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
+HOMEPAGE="https://gitlab.xfce.org/apps/xfce4-volumed-pulse/"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv x86"
+IUSE="libnotify"
+
+DEPEND="
+	>=dev-libs/glib-2.16:2=
+	dev-libs/keybinder:3=
+	media-libs/libpulse:=[glib]
+	>=x11-libs/gtk+-3.20:3=
+	>=xfce-base/xfconf-4.8:=
+	libnotify? ( x11-libs/libnotify:= )
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local myconf=(
+		$(use_enable libnotify)
+	)
+
+	econf "${myconf[@]}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2023-06-11 11:44 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2023-06-11 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6c2ef35675925bfc72097a58fd1c947b566fbcb2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 10:37:22 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 11:44:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2ef356

xfce-extra/xfce4-volumed-pulse: drop 0.2.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../xfce4-volumed-pulse-0.2.3.ebuild               | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
deleted file mode 100644
index e98a24bdab0d..000000000000
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
-HOMEPAGE="https://gitlab.xfce.org/apps/xfce4-volumed-pulse/"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv x86"
-IUSE="libnotify"
-
-RDEPEND=">=dev-libs/glib-2.16:2=
-	dev-libs/keybinder:3=
-	>=media-sound/pulseaudio-0.9.19:=[glib]
-	>=x11-libs/gtk+-3.20:3=
-	>=xfce-base/xfconf-4.8:=
-	libnotify? ( x11-libs/libnotify:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local myconf=(
-		$(use_enable libnotify)
-	)
-
-	econf "${myconf[@]}"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2023-07-25 13:17 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2023-07-25 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1ddfcc0404b7f99c4cc81c5d9aa8c92ebebd77c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 13:08:06 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 13:08:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddfcc04

xfce-extra/xfce4-volumed-pulse: Bump to 0.2.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-volumed-pulse/Manifest            |  1 +
 .../xfce4-volumed-pulse-0.2.4.ebuild               | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest
index 965ec01811a4..d1a6c6cd0358 100644
--- a/xfce-extra/xfce4-volumed-pulse/Manifest
+++ b/xfce-extra/xfce4-volumed-pulse/Manifest
@@ -1 +1,2 @@
 DIST xfce4-volumed-pulse-0.2.3.tar.bz2 308063 BLAKE2B e64d2e668bf1a6666ce82ac4f03852abfb0346936a789ce7f89acde1734af948f628ca3c17d515e72ab292fc86525623b8aa0b4a219555d7b8729cee10889142 SHA512 da190cea2b3993717f35e1ded058613df99f8fa223a90d379d95dff0bc9d44f4fba15bd23ff1b54f11218d20518092d14a2f2b808d4984673d3bb77616c2f3e3
+DIST xfce4-volumed-pulse-0.2.4.tar.bz2 314882 BLAKE2B d765de73e434f52829db3ca66285268e317dfa1d885cc9b44e575df619ab3270035a45e914f116d846122ce23f0504af9269ac9c41fca1ad403c97cd0fef53d6 SHA512 3867806a41d088a016085b64ba2a7878d50535b006c07f5f81882cd4047d013c6ef4cfc5cd34e6f21209ad301db91d44206632b60ee0e7226742af72fbe58484

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild
new file mode 100644
index 000000000000..2c8488c4c6e4
--- /dev/null
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
+HOMEPAGE="https://gitlab.xfce.org/apps/xfce4-volumed-pulse/"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="libnotify"
+
+DEPEND="
+	>=dev-libs/glib-2.26
+	dev-libs/keybinder:3
+	media-libs/libpulse[glib]
+	>=x11-libs/gtk+-3.20:3
+	>=xfce-base/xfconf-4.8:=
+	libnotify? ( x11-libs/libnotify )
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local myconf=(
+		$(use_enable libnotify)
+	)
+
+	econf "${myconf[@]}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2023-10-06 14:31 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2023-10-06 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d871eedc3ce13e24f4659422e7c1ac05354112b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 14:30:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 14:30:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d871eedc

xfce-extra/xfce4-volumed-pulse: Stabilize 0.2.4 x86, #915246

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

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild
index 2c8488c4c6e4..d55301d48636 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv x86"
 IUSE="libnotify"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2023-10-06 17:25 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2023-10-06 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     916beeb73948000925f817ead109467da0720ac0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 17:25:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 17:25:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916beeb7

xfce-extra/xfce4-volumed-pulse: Stabilize 0.2.4 amd64, #915246

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

 xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild
index 2a15eb914942..d5333c8b5460 100644
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv x86"
 IUSE="libnotify"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
@ 2023-10-06 18:12 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2023-10-06 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     df109183d71746cb9f2e89ad5644ca386d4874d0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 17:48:10 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 18:12:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df109183

xfce-extra/xfce4-volumed-pulse: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-volumed-pulse/Manifest            |  1 -
 .../xfce4-volumed-pulse-0.2.3-r1.ebuild            | 36 ----------------------
 2 files changed, 37 deletions(-)

diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest
index d1a6c6cd0358..e11fb0ad1d24 100644
--- a/xfce-extra/xfce4-volumed-pulse/Manifest
+++ b/xfce-extra/xfce4-volumed-pulse/Manifest
@@ -1,2 +1 @@
-DIST xfce4-volumed-pulse-0.2.3.tar.bz2 308063 BLAKE2B e64d2e668bf1a6666ce82ac4f03852abfb0346936a789ce7f89acde1734af948f628ca3c17d515e72ab292fc86525623b8aa0b4a219555d7b8729cee10889142 SHA512 da190cea2b3993717f35e1ded058613df99f8fa223a90d379d95dff0bc9d44f4fba15bd23ff1b54f11218d20518092d14a2f2b808d4984673d3bb77616c2f3e3
 DIST xfce4-volumed-pulse-0.2.4.tar.bz2 314882 BLAKE2B d765de73e434f52829db3ca66285268e317dfa1d885cc9b44e575df619ab3270035a45e914f116d846122ce23f0504af9269ac9c41fca1ad403c97cd0fef53d6 SHA512 3867806a41d088a016085b64ba2a7878d50535b006c07f5f81882cd4047d013c6ef4cfc5cd34e6f21209ad301db91d44206632b60ee0e7226742af72fbe58484

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3-r1.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3-r1.ebuild
deleted file mode 100644
index 001ce97a8d2b..000000000000
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
-HOMEPAGE="https://gitlab.xfce.org/apps/xfce4-volumed-pulse/"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv x86"
-IUSE="libnotify"
-
-DEPEND="
-	>=dev-libs/glib-2.16:2=
-	dev-libs/keybinder:3=
-	media-libs/libpulse:=[glib]
-	>=x11-libs/gtk+-3.20:3=
-	>=xfce-base/xfconf-4.8:=
-	libnotify? ( x11-libs/libnotify:= )
-"
-RDEPEND="
-	${DEPEND}
-"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local myconf=(
-		$(use_enable libnotify)
-	)
-
-	econf "${myconf[@]}"
-}


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

end of thread, other threads:[~2023-10-06 18:12 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 11:44 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-10-06 18:12 Michał Górny
2023-10-06 17:25 Sam James
2023-10-06 14:31 Sam James
2023-07-25 13:17 Michał Górny
2023-06-11 11:44 Michał Górny
2022-11-26 17:03 Michał Górny
2021-07-25  7:56 Matt Turner
2021-02-25  9:49 Sam James
2021-02-21  5:15 Sam James
2021-02-11  7:36 Sergei Trofimovich
2021-01-28  1:08 Sam James
2021-01-16 19:03 Michał Górny
2020-07-16 14:06 Sam James
2020-06-11 22:08 Mart Raudsepp
2018-11-11 19:07 Michał Górny
2018-07-10 12:29 Michał Górny
2018-04-08 17:28 Aaron Bauman
2018-03-25 17:27 Michał Górny
2018-02-14 13:35 Michał Górny
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 11:33 Mikle Kolyada
2017-06-07 20:06 Michał Górny
2016-09-14  4:19 Michał Górny
2016-09-13 14:02 Michał Górny

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