public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-08-09 18:19 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-08-09 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     09f95bdfe515ff2170d14fbda88830b234962e43
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 18:18:12 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 18:18:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f95bdf

media-sound/pnmixer: version bump to 0.6_rc1

 media-sound/pnmixer/Manifest               |  1 +
 media-sound/pnmixer/pnmixer-0.6_rc1.ebuild | 50 ++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 5d31624..9a97dd4 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,2 +1,3 @@
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
 DIST pnmixer-0.6_pre20140924.tar.gz 263467 SHA256 8db9160fe5a41222e84ef19a38264f3633629013971f7fe549733e5644429558 SHA512 4ed5a5fb8cfa5a0f0757a30c78cb4b90fa8d1fa64234f18306941ef4382af66f49ecce2a833c1784e547b840bab36eab7d0c1f85cb89bde81c117472669ba283 WHIRLPOOL 54bd420e5bdfb76b155440f3f44f3e1e207ed116c3ff664429c0f8ced5945c6545daf0be8ffcede91ead1983882a6e1a18e61d8708f6a24719a0065e250a884a
+DIST pnmixer-0.6_rc1.tar.gz 211924 SHA256 93573056c50fdd6feb881e2c0e1538563996dc26c2fe52ce857bc28fdbc3c589 SHA512 cd617b473067f97b0e830c43d4ee1bc500f6ce953546dd2d062882e11f61c05354aaaa96688b958471f94064b68652715cddfd7fc9dca46b47a6296d0f591cc2 WHIRLPOOL fb3ae98b3274dccfbe0031051ddacddbb8cfd81483f6cd854ad565d506bde92475224a7131138dc44c0d750bc361d19fe914e05c5e6c3ae0e8d894ed2f4429a8

diff --git a/media-sound/pnmixer/pnmixer-0.6_rc1.ebuild b/media-sound/pnmixer/pnmixer-0.6_rc1.ebuild
new file mode 100644
index 0000000..3c3e658
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.6_rc1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+WANT_LIBTOOL=none
+inherit autotools eutils gnome2-utils
+
+DESCRIPTION="Volume mixer for the system tray"
+HOMEPAGE="https://github.com/nicklan/pnmixer"
+SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug libnotify"
+
+RDEPEND="dev-libs/glib:2
+	media-libs/alsa-lib
+	>=x11-libs/gtk+-3.6:3
+	x11-libs/libX11
+	libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+src_prepare() {
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_with libnotify) \
+		$(use_enable debug) \
+		--enable-minimal-flags \
+		--with-gtk3
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-08-10 23:33 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-08-10 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2569034e75b96e5cd8dbbae0cc2aad82f2ad8398
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 23:30:03 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 23:32:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2569034e

media-sound/pnmixer: version bump to 0.6_rc2

 media-sound/pnmixer/Manifest               |  1 +
 media-sound/pnmixer/pnmixer-0.6_rc2.ebuild | 52 ++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 9a97dd4..fd85f9b 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,3 +1,4 @@
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
 DIST pnmixer-0.6_pre20140924.tar.gz 263467 SHA256 8db9160fe5a41222e84ef19a38264f3633629013971f7fe549733e5644429558 SHA512 4ed5a5fb8cfa5a0f0757a30c78cb4b90fa8d1fa64234f18306941ef4382af66f49ecce2a833c1784e547b840bab36eab7d0c1f85cb89bde81c117472669ba283 WHIRLPOOL 54bd420e5bdfb76b155440f3f44f3e1e207ed116c3ff664429c0f8ced5945c6545daf0be8ffcede91ead1983882a6e1a18e61d8708f6a24719a0065e250a884a
 DIST pnmixer-0.6_rc1.tar.gz 211924 SHA256 93573056c50fdd6feb881e2c0e1538563996dc26c2fe52ce857bc28fdbc3c589 SHA512 cd617b473067f97b0e830c43d4ee1bc500f6ce953546dd2d062882e11f61c05354aaaa96688b958471f94064b68652715cddfd7fc9dca46b47a6296d0f591cc2 WHIRLPOOL fb3ae98b3274dccfbe0031051ddacddbb8cfd81483f6cd854ad565d506bde92475224a7131138dc44c0d750bc361d19fe914e05c5e6c3ae0e8d894ed2f4429a8
+DIST pnmixer-0.6_rc2.tar.gz 198319 SHA256 df394656c31e94d0ef49a81a8c13d6bcae85a56212b01f2e8da1b6aac63ef049 SHA512 dd54a270e75913c17482e8b7830f19f57a96a07cd0a5a12dd81dc5e09bca185c30d61ff0212d9f5aed542f775de7dab4f8f6b335ae6e0e019d6b6c62ee97bb18 WHIRLPOOL 6af9ab8036b2926a1a4df1276496956d527d523851405bfc86cfc3707f4db944ad74780656d2fff1dec5356b033b2be106c0974ee4b3e7d3dbe440665a327551

diff --git a/media-sound/pnmixer/pnmixer-0.6_rc2.ebuild b/media-sound/pnmixer/pnmixer-0.6_rc2.ebuild
new file mode 100644
index 0000000..d527755
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.6_rc2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WANT_LIBTOOL=none
+inherit autotools eutils gnome2-utils
+
+DESCRIPTION="Volume mixer for the system tray"
+HOMEPAGE="https://github.com/nicklan/pnmixer"
+SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug libnotify"
+
+RDEPEND="dev-libs/glib:2
+	media-libs/alsa-lib
+	>=x11-libs/gtk+-3.6:3
+	x11-libs/libX11
+	libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+S=${WORKDIR}/${P/_rc/-rc}
+
+src_prepare() {
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_with libnotify) \
+		$(use_enable debug) \
+		--enable-minimal-flags \
+		--with-gtk3
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-08-10 23:33 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-08-10 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9fc76ffab942e4d043d94137823e66cf40adf524
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 23:30:47 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 23:32:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc76ffa

media-sound/pnmixer: rm old

 media-sound/pnmixer/Manifest                       |  2 -
 media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild | 50 ----------------------
 media-sound/pnmixer/pnmixer-0.6_rc1.ebuild         | 50 ----------------------
 3 files changed, 102 deletions(-)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index fd85f9b..c946fd7 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,4 +1,2 @@
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
-DIST pnmixer-0.6_pre20140924.tar.gz 263467 SHA256 8db9160fe5a41222e84ef19a38264f3633629013971f7fe549733e5644429558 SHA512 4ed5a5fb8cfa5a0f0757a30c78cb4b90fa8d1fa64234f18306941ef4382af66f49ecce2a833c1784e547b840bab36eab7d0c1f85cb89bde81c117472669ba283 WHIRLPOOL 54bd420e5bdfb76b155440f3f44f3e1e207ed116c3ff664429c0f8ced5945c6545daf0be8ffcede91ead1983882a6e1a18e61d8708f6a24719a0065e250a884a
-DIST pnmixer-0.6_rc1.tar.gz 211924 SHA256 93573056c50fdd6feb881e2c0e1538563996dc26c2fe52ce857bc28fdbc3c589 SHA512 cd617b473067f97b0e830c43d4ee1bc500f6ce953546dd2d062882e11f61c05354aaaa96688b958471f94064b68652715cddfd7fc9dca46b47a6296d0f591cc2 WHIRLPOOL fb3ae98b3274dccfbe0031051ddacddbb8cfd81483f6cd854ad565d506bde92475224a7131138dc44c0d750bc361d19fe914e05c5e6c3ae0e8d894ed2f4429a8
 DIST pnmixer-0.6_rc2.tar.gz 198319 SHA256 df394656c31e94d0ef49a81a8c13d6bcae85a56212b01f2e8da1b6aac63ef049 SHA512 dd54a270e75913c17482e8b7830f19f57a96a07cd0a5a12dd81dc5e09bca185c30d61ff0212d9f5aed542f775de7dab4f8f6b335ae6e0e019d6b6c62ee97bb18 WHIRLPOOL 6af9ab8036b2926a1a4df1276496956d527d523851405bfc86cfc3707f4db944ad74780656d2fff1dec5356b033b2be106c0974ee4b3e7d3dbe440665a327551

diff --git a/media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild b/media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild
deleted file mode 100644
index eace2db..0000000
--- a/media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils gnome2-utils
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug libnotify"
-
-RDEPEND="dev-libs/glib:2
-	media-libs/alsa-lib
-	>=x11-libs/gtk+-3.6:3
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		$(use_with libnotify) \
-		$(use_enable debug) \
-		--enable-minimal-flags \
-		--with-gtk3
-}
-
-src_install() {
-	default
-	newicon -s 128 pixmaps/${PN}-about.png ${PN}.png
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}

diff --git a/media-sound/pnmixer/pnmixer-0.6_rc1.ebuild b/media-sound/pnmixer/pnmixer-0.6_rc1.ebuild
deleted file mode 100644
index 8843405..0000000
--- a/media-sound/pnmixer/pnmixer-0.6_rc1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WANT_LIBTOOL=none
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug libnotify"
-
-RDEPEND="dev-libs/glib:2
-	media-libs/alsa-lib
-	>=x11-libs/gtk+-3.6:3
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_with libnotify) \
-		$(use_enable debug) \
-		--enable-minimal-flags \
-		--with-gtk3
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-08-10 23:33 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-08-10 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     fc56954babfb7e86f01b39261e36218eff78c4ce
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 23:31:59 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 23:32:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc56954b

media-sound/pnmixer: update live ebuild

Rm obsolete src_install phase. Fix Header.

 media-sound/pnmixer/pnmixer-9999.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild
index d97a17c..822a98e 100644
--- a/media-sound/pnmixer/pnmixer-9999.ebuild
+++ b/media-sound/pnmixer/pnmixer-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -39,11 +39,6 @@ src_configure() {
 		--with-gtk3
 }
 
-src_install() {
-	default
-	newicon -s 128 pixmaps/${PN}-about.png ${PN}.png
-}
-
 pkg_preinst() {
 	gnome2_icon_savelist
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-08-11 13:45 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-08-11 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     99f2ff207ac4eaee73d075902dd462e344540d13
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 13:42:54 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 13:45:08 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f2ff20

media-sound/pnmixer: fix DEPEND

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

diff --git a/media-sound/pnmixer/pnmixer-0.6_rc2.ebuild b/media-sound/pnmixer/pnmixer-0.6_rc2.ebuild
index d527755..6ed4fb6 100644
--- a/media-sound/pnmixer/pnmixer-0.6_rc2.ebuild
+++ b/media-sound/pnmixer/pnmixer-0.6_rc2.ebuild
@@ -22,7 +22,7 @@ RDEPEND="dev-libs/glib:2
 	x11-libs/libX11
 	libnotify? ( x11-libs/libnotify )"
 DEPEND="${RDEPEND}
-	sys-devel/gettext
+	dev-util/intltool
 	virtual/pkgconfig"
 
 S=${WORKDIR}/${P/_rc/-rc}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-09-01 11:30 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-09-01 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     787bf3ff53eb799c54bca11bd49e7875bbb25ff8
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 11:29:38 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 11:30:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787bf3ff

media-sound/pnmixer: version bump to 0.6_rc3

 media-sound/pnmixer/Manifest               |  1 +
 media-sound/pnmixer/pnmixer-0.6_rc3.ebuild | 52 ++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index c946fd7..07ca00d 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,2 +1,3 @@
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
 DIST pnmixer-0.6_rc2.tar.gz 198319 SHA256 df394656c31e94d0ef49a81a8c13d6bcae85a56212b01f2e8da1b6aac63ef049 SHA512 dd54a270e75913c17482e8b7830f19f57a96a07cd0a5a12dd81dc5e09bca185c30d61ff0212d9f5aed542f775de7dab4f8f6b335ae6e0e019d6b6c62ee97bb18 WHIRLPOOL 6af9ab8036b2926a1a4df1276496956d527d523851405bfc86cfc3707f4db944ad74780656d2fff1dec5356b033b2be106c0974ee4b3e7d3dbe440665a327551
+DIST pnmixer-0.6_rc3.tar.gz 199559 SHA256 095d467730f87b0017baa1949f74b9d9cda5cd8901ef4e503f0d2cf523f2d3a2 SHA512 d45e08b63ba6b7c108c92cf7e5bb54bf9133e6cd8d44961e781a55a111f886a43340cd106126c2da61f37faa23dc0bdc1fabda0ce69ae55aae4becc616dfd287 WHIRLPOOL 7066e408b842b75b498e8b24e4a0bcd11ba3314089a2cc56f0a0cc2569fc7a1f969c885da044645946c1c0af20fe4599d19057d5da2afde68320a8ea8d35bc4d

diff --git a/media-sound/pnmixer/pnmixer-0.6_rc3.ebuild b/media-sound/pnmixer/pnmixer-0.6_rc3.ebuild
new file mode 100644
index 0000000..6ed4fb6
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.6_rc3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WANT_LIBTOOL=none
+inherit autotools eutils gnome2-utils
+
+DESCRIPTION="Volume mixer for the system tray"
+HOMEPAGE="https://github.com/nicklan/pnmixer"
+SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug libnotify"
+
+RDEPEND="dev-libs/glib:2
+	media-libs/alsa-lib
+	>=x11-libs/gtk+-3.6:3
+	x11-libs/libX11
+	libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	virtual/pkgconfig"
+
+S=${WORKDIR}/${P/_rc/-rc}
+
+src_prepare() {
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_with libnotify) \
+		$(use_enable debug) \
+		--enable-minimal-flags \
+		--with-gtk3
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-09-01 11:30 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-09-01 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2f57bbed387956babfd533d5271f824b7198d884
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 11:30:01 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 11:30:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f57bbed

media-sound/pnmixer: rm old

 media-sound/pnmixer/Manifest               |  1 -
 media-sound/pnmixer/pnmixer-0.6_rc2.ebuild | 52 ------------------------------
 2 files changed, 53 deletions(-)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 07ca00d..9c78452 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,3 +1,2 @@
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
-DIST pnmixer-0.6_rc2.tar.gz 198319 SHA256 df394656c31e94d0ef49a81a8c13d6bcae85a56212b01f2e8da1b6aac63ef049 SHA512 dd54a270e75913c17482e8b7830f19f57a96a07cd0a5a12dd81dc5e09bca185c30d61ff0212d9f5aed542f775de7dab4f8f6b335ae6e0e019d6b6c62ee97bb18 WHIRLPOOL 6af9ab8036b2926a1a4df1276496956d527d523851405bfc86cfc3707f4db944ad74780656d2fff1dec5356b033b2be106c0974ee4b3e7d3dbe440665a327551
 DIST pnmixer-0.6_rc3.tar.gz 199559 SHA256 095d467730f87b0017baa1949f74b9d9cda5cd8901ef4e503f0d2cf523f2d3a2 SHA512 d45e08b63ba6b7c108c92cf7e5bb54bf9133e6cd8d44961e781a55a111f886a43340cd106126c2da61f37faa23dc0bdc1fabda0ce69ae55aae4becc616dfd287 WHIRLPOOL 7066e408b842b75b498e8b24e4a0bcd11ba3314089a2cc56f0a0cc2569fc7a1f969c885da044645946c1c0af20fe4599d19057d5da2afde68320a8ea8d35bc4d

diff --git a/media-sound/pnmixer/pnmixer-0.6_rc2.ebuild b/media-sound/pnmixer/pnmixer-0.6_rc2.ebuild
deleted file mode 100644
index 6ed4fb6..0000000
--- a/media-sound/pnmixer/pnmixer-0.6_rc2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WANT_LIBTOOL=none
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug libnotify"
-
-RDEPEND="dev-libs/glib:2
-	media-libs/alsa-lib
-	>=x11-libs/gtk+-3.6:3
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_rc/-rc}
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_with libnotify) \
-		$(use_enable debug) \
-		--enable-minimal-flags \
-		--with-gtk3
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-09-02 16:10 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-09-02 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3598e157177f763e291787d6242da160bb173fbd
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 16:10:06 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 16:10:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3598e157

media-sound/pnmixer: update live-ebuild

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

diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild
index 822a98e..102795c 100644
--- a/media-sound/pnmixer/pnmixer-9999.ebuild
+++ b/media-sound/pnmixer/pnmixer-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 WANT_LIBTOOL=none
-inherit autotools eutils gnome2-utils git-2
+inherit autotools eutils gnome2-utils git-r3
 
 DESCRIPTION="Volume mixer for the system tray"
 HOMEPAGE="https://github.com/nicklan/pnmixer"
@@ -24,7 +24,7 @@ RDEPEND="dev-libs/glib:2
 	x11-libs/libX11
 	libnotify? ( x11-libs/libnotify )"
 DEPEND="${RDEPEND}
-	sys-devel/gettext
+	dev-util/intltool
 	virtual/pkgconfig"
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-09-02 16:10 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-09-02 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4a67da4a5f498c7eba06a7d09bd66fc4de80e5df
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 16:06:37 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 16:10:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a67da4a

media-sound/pnmixer: version bump to 0.6

 media-sound/pnmixer/Manifest           |  1 +
 media-sound/pnmixer/pnmixer-0.6.ebuild | 52 ++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 9c78452..f744044 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,2 +1,3 @@
+DIST pnmixer-0.6.tar.gz 198551 SHA256 e70faffcc56bec315f23f66dff85dd335627fc3219d37f1583d16e3383811b61 SHA512 89327628edfbab4e62ba80746f2299a5b418110a85d3fea34f1b16af49c97b4cbea7b44a547ac7ab025ff0d8f6b3c1b5eaf07cc69a385b363a57def30a4d0d93 WHIRLPOOL 91c6cf212cc1b06497a720c7c2bb9ddaf7cd9aeb10ab135afaa86ca3085c1fa37b92fb5038cdfa13a2638ae3db7bdd838507922511c984297dc2aebef4b4c0c8
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
 DIST pnmixer-0.6_rc3.tar.gz 199559 SHA256 095d467730f87b0017baa1949f74b9d9cda5cd8901ef4e503f0d2cf523f2d3a2 SHA512 d45e08b63ba6b7c108c92cf7e5bb54bf9133e6cd8d44961e781a55a111f886a43340cd106126c2da61f37faa23dc0bdc1fabda0ce69ae55aae4becc616dfd287 WHIRLPOOL 7066e408b842b75b498e8b24e4a0bcd11ba3314089a2cc56f0a0cc2569fc7a1f969c885da044645946c1c0af20fe4599d19057d5da2afde68320a8ea8d35bc4d

diff --git a/media-sound/pnmixer/pnmixer-0.6.ebuild b/media-sound/pnmixer/pnmixer-0.6.ebuild
new file mode 100644
index 0000000..6ed4fb6
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WANT_LIBTOOL=none
+inherit autotools eutils gnome2-utils
+
+DESCRIPTION="Volume mixer for the system tray"
+HOMEPAGE="https://github.com/nicklan/pnmixer"
+SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug libnotify"
+
+RDEPEND="dev-libs/glib:2
+	media-libs/alsa-lib
+	>=x11-libs/gtk+-3.6:3
+	x11-libs/libX11
+	libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	virtual/pkgconfig"
+
+S=${WORKDIR}/${P/_rc/-rc}
+
+src_prepare() {
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_with libnotify) \
+		$(use_enable debug) \
+		--enable-minimal-flags \
+		--with-gtk3
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-09-02 16:10 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-09-02 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     254568c14bc5159702bb0fed1903663015afd123
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 16:07:24 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 16:10:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254568c1

media-sound/pnmixer: rm old 0.6_rc3

 media-sound/pnmixer/Manifest               |  1 -
 media-sound/pnmixer/pnmixer-0.6_rc3.ebuild | 52 ------------------------------
 2 files changed, 53 deletions(-)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index f744044..b5aefb7 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,3 +1,2 @@
 DIST pnmixer-0.6.tar.gz 198551 SHA256 e70faffcc56bec315f23f66dff85dd335627fc3219d37f1583d16e3383811b61 SHA512 89327628edfbab4e62ba80746f2299a5b418110a85d3fea34f1b16af49c97b4cbea7b44a547ac7ab025ff0d8f6b3c1b5eaf07cc69a385b363a57def30a4d0d93 WHIRLPOOL 91c6cf212cc1b06497a720c7c2bb9ddaf7cd9aeb10ab135afaa86ca3085c1fa37b92fb5038cdfa13a2638ae3db7bdd838507922511c984297dc2aebef4b4c0c8
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
-DIST pnmixer-0.6_rc3.tar.gz 199559 SHA256 095d467730f87b0017baa1949f74b9d9cda5cd8901ef4e503f0d2cf523f2d3a2 SHA512 d45e08b63ba6b7c108c92cf7e5bb54bf9133e6cd8d44961e781a55a111f886a43340cd106126c2da61f37faa23dc0bdc1fabda0ce69ae55aae4becc616dfd287 WHIRLPOOL 7066e408b842b75b498e8b24e4a0bcd11ba3314089a2cc56f0a0cc2569fc7a1f969c885da044645946c1c0af20fe4599d19057d5da2afde68320a8ea8d35bc4d

diff --git a/media-sound/pnmixer/pnmixer-0.6_rc3.ebuild b/media-sound/pnmixer/pnmixer-0.6_rc3.ebuild
deleted file mode 100644
index 6ed4fb6..0000000
--- a/media-sound/pnmixer/pnmixer-0.6_rc3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WANT_LIBTOOL=none
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug libnotify"
-
-RDEPEND="dev-libs/glib:2
-	media-libs/alsa-lib
-	>=x11-libs/gtk+-3.6:3
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_rc/-rc}
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_with libnotify) \
-		$(use_enable debug) \
-		--enable-minimal-flags \
-		--with-gtk3
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2015-09-02 16:49 Julian Ospald
  0 siblings, 0 replies; 33+ messages in thread
From: Julian Ospald @ 2015-09-02 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d684a0ee9fcf8c1b9aa20b1a69df57433c7ee843
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 16:49:21 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 16:49:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d684a0ee

media-sound/pnmixer: update metadata.xml

 media-sound/pnmixer/metadata.xml | 47 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 46 insertions(+), 1 deletion(-)

diff --git a/media-sound/pnmixer/metadata.xml b/media-sound/pnmixer/metadata.xml
index 22796d6..39a15f4 100644
--- a/media-sound/pnmixer/metadata.xml
+++ b/media-sound/pnmixer/metadata.xml
@@ -5,9 +5,54 @@
 		<email>hasufell@gentoo.org</email>
 		<name>Julian Ospald</name>
 	</maintainer>
+	<natural-name>PNMixer</natural-name>
+	<longdescription lang='en'>
+		PNMixer is a simple mixer application designed to run in your system
+		tray. It integrates nicely into desktop environments that don't have
+		a panel that supports applets, and therefore can't run a mixer applet.
+		In particular it's been used quite a lot with fbpanel and tint2, but
+		should run fine in any system tray.
+
+		PNMixer is designed to work on systems that use ALSA for sound
+		management. Any other sound driver like OSS or FFADO, or sound
+		server like PulseAudio or Jackd, are currently not supported
+		(patches welcome).
+
+		PNMixer is a fork of OBMixer with a number of additions.
+		These include:
+			* Volume adjustment with the scroll wheel
+			* Select which ALSA device and channel to use
+			* Detect disconnect from sound system and re-connect if requested
+			* Bind and use HotKeys for volume control
+			* Texual display of volume level in popup window
+			* Continous volume adjustment when dragging the slider (not just
+				when you let go)
+			* Draw a volume level onto system tray icon
+			* Use system icon theme for icons and use mute/low/medium/high
+				volume icons
+			* Configurable middle click action
+			* Preferences for:
+				- volume text display
+				- volume text position
+				- icon theme
+				- amount to adjust per scoll
+				- middle click action
+				- drawing of volume level on tray icon
+
+		Source and so on are at: https://github.com/nicklan/pnmixer
+	</longdescription>
 	<upstream>
-		<doc lang="en">https://github.com/nicklan/pnmixer/wiki</doc>
 		<bugs-to>https://github.com/nicklan/pnmixer/issues</bugs-to>
+		<changelog>https://github.com/nicklan/pnmixer/releases</changelog>
+		<doc lang="en">https://github.com/nicklan/pnmixer/wiki</doc>
 		<remote-id type="github">nicklan/pnmixer</remote-id>
+		<maintainer status='active'>
+			<email>hasufell@gentoo.org</email>
+			<name>Julian Ospald</name>
+		</maintainer>
+		<maintainer status='active'>
+			<email>elboulangero@gmail.com</email>
+			<name>El Boulangero</name>
+		</maintainer>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2016-04-18  4:43 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2016-04-18  4:43 UTC (permalink / raw
  To: gentoo-commits

commit:     eaab397970882b6d33e7f319aa091683cbd10cfc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 04:43:00 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 04:43:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaab3979

media-sound/pnmixer: Remove obsolete natural-name from metadata.xml

 media-sound/pnmixer/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/pnmixer/metadata.xml b/media-sound/pnmixer/metadata.xml
index fcc6846..4c19915 100644
--- a/media-sound/pnmixer/metadata.xml
+++ b/media-sound/pnmixer/metadata.xml
@@ -5,7 +5,6 @@
 		<email>hasufell@gentoo.org</email>
 		<name>Julian Ospald</name>
 	</maintainer>
-	<natural-name>PNMixer</natural-name>
 	<longdescription lang="en">
 		PNMixer is a simple mixer application designed to run in your system
 		tray. It integrates nicely into desktop environments that don't have


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2017-03-04  0:46 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2017-03-04  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     f462ed4aa23b2f1e8390728a95d0a1106c40563e
Author:     Julian Ospald <hasufell <AT> posteo <DOT> de>
AuthorDate: Thu Mar  2 22:48:46 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 00:45:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f462ed4a

media-sound/pnmixer: update upstream maintainer

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

diff --git a/media-sound/pnmixer/metadata.xml b/media-sound/pnmixer/metadata.xml
index 63de7028c7b..0877b41108a 100644
--- a/media-sound/pnmixer/metadata.xml
+++ b/media-sound/pnmixer/metadata.xml
@@ -42,7 +42,7 @@
 		<doc lang="en">https://github.com/nicklan/pnmixer/wiki</doc>
 		<remote-id type="github">nicklan/pnmixer</remote-id>
 		<maintainer status="active">
-			<email>hasufell@gentoo.org</email>
+			<email>hasufell@posteo.de</email>
 			<name>Julian Ospald</name>
 		</maintainer>
 		<maintainer status="active">


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2017-03-04  0:46 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2017-03-04  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     186a0830b77a03e94a40f4e8fc216946c48f2914
Author:     Julian Ospald <hasufell <AT> posteo <DOT> de>
AuthorDate: Thu Mar  2 22:50:23 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 00:45:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186a0830

media-sound/pnmixer: fix live ebuild

 media-sound/pnmixer/pnmixer-9999.ebuild | 26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild
index 472ca575804..9abf5137754 100644
--- a/media-sound/pnmixer/pnmixer-9999.ebuild
+++ b/media-sound/pnmixer/pnmixer-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 WANT_LIBTOOL=none
-inherit autotools eutils gnome2-utils git-r3
+inherit cmake-utils gnome2-utils git-r3
 
 DESCRIPTION="Volume mixer for the system tray"
 HOMEPAGE="https://github.com/nicklan/pnmixer"
@@ -15,27 +15,23 @@ EGIT_BRANCH="master"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug libnotify"
+IUSE="libnotify"
 
 RDEPEND="dev-libs/glib:2
 	media-libs/alsa-lib
-	>=x11-libs/gtk+-3.6:3
+	>=x11-libs/gtk+-3.12:3
 	x11-libs/libX11
 	libnotify? ( x11-libs/libnotify )"
 DEPEND="${RDEPEND}
-	dev-util/intltool
+	sys-devel/gettext
 	virtual/pkgconfig"
 
-src_prepare() {
-	eautoreconf
-}
-
 src_configure() {
-	econf \
-		$(use_with libnotify) \
-		$(use_enable debug) \
-		--enable-minimal-flags \
-		--with-gtk3
+	local mycmakeargs=(
+		-DWITH_LIBNOTIFY="$(usex libnotify)"
+	)
+
+	cmake-utils_src_configure
 }
 
 pkg_preinst() {


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2017-03-04  0:46 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2017-03-04  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     af03c0750d9b9c10a19ec741ef089a288e51ee01
Author:     Julian Ospald <hasufell <AT> posteo <DOT> de>
AuthorDate: Thu Mar  2 22:56:51 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 00:45:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af03c075

media-sound/pnmixer: bump to 0.7.1_rc1

 media-sound/pnmixer/Manifest                 |  1 +
 media-sound/pnmixer/pnmixer-0.7.1_rc1.ebuild | 46 ++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index b5aefb7bd75..15a71cf2efd 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,2 +1,3 @@
 DIST pnmixer-0.6.tar.gz 198551 SHA256 e70faffcc56bec315f23f66dff85dd335627fc3219d37f1583d16e3383811b61 SHA512 89327628edfbab4e62ba80746f2299a5b418110a85d3fea34f1b16af49c97b4cbea7b44a547ac7ab025ff0d8f6b3c1b5eaf07cc69a385b363a57def30a4d0d93 WHIRLPOOL 91c6cf212cc1b06497a720c7c2bb9ddaf7cd9aeb10ab135afaa86ca3085c1fa37b92fb5038cdfa13a2638ae3db7bdd838507922511c984297dc2aebef4b4c0c8
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
+DIST pnmixer-0.7.1_rc1.tar.gz 234636 SHA256 eb9d617476291423adf90dccb8b99fdb0fc6321720bcbc44082fcfd2d143dffc SHA512 778ba6abd7efacfb1a49ad67f4370113d37b1b78bf0e73c26141edf56fce94dca2426919e54068b1c648f912bc2a6d30ac3a7c5bb620bc0d33e5af8e1ef6dabc WHIRLPOOL b3d1c45fae5cffbcabf02a225feae778b0de02aa137716e42fa5de1f1e697d22a759b03a08b3e45453097e6eaa0c612c6df47f241c4835a823f9ce5b5cd186c2

diff --git a/media-sound/pnmixer/pnmixer-0.7.1_rc1.ebuild b/media-sound/pnmixer/pnmixer-0.7.1_rc1.ebuild
new file mode 100644
index 00000000000..82a15fc35dd
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.7.1_rc1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Volume mixer for the system tray"
+HOMEPAGE="https://github.com/nicklan/pnmixer"
+SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+RDEPEND="dev-libs/glib:2
+	media-libs/alsa-lib
+	>=x11-libs/gtk+-3.12:3
+	x11-libs/libX11
+	libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${PV/_rc/-rc}
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_LIBNOTIFY="$(usex libnotify)"
+	)
+
+	cmake-utils_src_configure
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2017-03-04  0:46 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2017-03-04  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     21725ddd5a962b74fbc0c4a4eade8311b21a5bfe
Author:     Julian Ospald <hasufell <AT> posteo <DOT> de>
AuthorDate: Thu Mar  2 22:57:01 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 00:45:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21725ddd

media-sound/pnmixer: rm old

 media-sound/pnmixer/Manifest           |  1 -
 media-sound/pnmixer/pnmixer-0.6.ebuild | 51 ----------------------------------
 2 files changed, 52 deletions(-)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 15a71cf2efd..5a47fe539f0 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,3 +1,2 @@
-DIST pnmixer-0.6.tar.gz 198551 SHA256 e70faffcc56bec315f23f66dff85dd335627fc3219d37f1583d16e3383811b61 SHA512 89327628edfbab4e62ba80746f2299a5b418110a85d3fea34f1b16af49c97b4cbea7b44a547ac7ab025ff0d8f6b3c1b5eaf07cc69a385b363a57def30a4d0d93 WHIRLPOOL 91c6cf212cc1b06497a720c7c2bb9ddaf7cd9aeb10ab135afaa86ca3085c1fa37b92fb5038cdfa13a2638ae3db7bdd838507922511c984297dc2aebef4b4c0c8
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
 DIST pnmixer-0.7.1_rc1.tar.gz 234636 SHA256 eb9d617476291423adf90dccb8b99fdb0fc6321720bcbc44082fcfd2d143dffc SHA512 778ba6abd7efacfb1a49ad67f4370113d37b1b78bf0e73c26141edf56fce94dca2426919e54068b1c648f912bc2a6d30ac3a7c5bb620bc0d33e5af8e1ef6dabc WHIRLPOOL b3d1c45fae5cffbcabf02a225feae778b0de02aa137716e42fa5de1f1e697d22a759b03a08b3e45453097e6eaa0c612c6df47f241c4835a823f9ce5b5cd186c2

diff --git a/media-sound/pnmixer/pnmixer-0.6.ebuild b/media-sound/pnmixer/pnmixer-0.6.ebuild
deleted file mode 100644
index 74a5e66fe15..00000000000
--- a/media-sound/pnmixer/pnmixer-0.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WANT_LIBTOOL=none
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug libnotify"
-
-RDEPEND="dev-libs/glib:2
-	media-libs/alsa-lib
-	>=x11-libs/gtk+-3.6:3
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_rc/-rc}
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_with libnotify) \
-		$(use_enable debug) \
-		--enable-minimal-flags \
-		--with-gtk3
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2017-03-18  9:22 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2017-03-18  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9218454c23c790fc101db09b67446a226f507a98
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 09:22:04 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 09:22:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9218454c

media-sound/pnmixer: version bump 0.7.1_rc2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/pnmixer/Manifest                 |  1 +
 media-sound/pnmixer/pnmixer-0.7.1_rc2.ebuild | 46 ++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 5a47fe539f0..16e020eb616 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,2 +1,3 @@
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
 DIST pnmixer-0.7.1_rc1.tar.gz 234636 SHA256 eb9d617476291423adf90dccb8b99fdb0fc6321720bcbc44082fcfd2d143dffc SHA512 778ba6abd7efacfb1a49ad67f4370113d37b1b78bf0e73c26141edf56fce94dca2426919e54068b1c648f912bc2a6d30ac3a7c5bb620bc0d33e5af8e1ef6dabc WHIRLPOOL b3d1c45fae5cffbcabf02a225feae778b0de02aa137716e42fa5de1f1e697d22a759b03a08b3e45453097e6eaa0c612c6df47f241c4835a823f9ce5b5cd186c2
+DIST pnmixer-0.7.1_rc2.tar.gz 234921 SHA256 a0beadbad159e8451689e8753481764375fbcb4c8ff01f45b81204a033fc92c1 SHA512 e35de36967145765a909ddea384497ebc348d19a293c0764d9d5697d1a0fcab1404ad06cb728d7af58190984bfd935902696a02cb311c0a00bb0da740adaa3fd WHIRLPOOL ce163c857ea28a3f7879853069c321824a7c02f90f32e9503e7cf82cc6f8353e932faf0227435ea528178e0f05151430d45388c2f5b507275fc9903ba1912ff7

diff --git a/media-sound/pnmixer/pnmixer-0.7.1_rc2.ebuild b/media-sound/pnmixer/pnmixer-0.7.1_rc2.ebuild
new file mode 100644
index 00000000000..82a15fc35dd
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.7.1_rc2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Volume mixer for the system tray"
+HOMEPAGE="https://github.com/nicklan/pnmixer"
+SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+RDEPEND="dev-libs/glib:2
+	media-libs/alsa-lib
+	>=x11-libs/gtk+-3.12:3
+	x11-libs/libX11
+	libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${PV/_rc/-rc}
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_LIBNOTIFY="$(usex libnotify)"
+	)
+
+	cmake-utils_src_configure
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2017-05-19 10:52 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2017-05-19 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5c112d04164d537a679e0f25ddf8c1b78d8c2c20
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 10:37:44 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 19 10:51:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c112d04

media-sound/pnmixer: Drop old

 media-sound/pnmixer/Manifest                 |  2 --
 media-sound/pnmixer/pnmixer-0.7.1_rc1.ebuild | 46 ----------------------------
 media-sound/pnmixer/pnmixer-0.7.1_rc2.ebuild | 46 ----------------------------
 3 files changed, 94 deletions(-)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 2f84f49cb42..8bca180b260 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,4 +1,2 @@
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
 DIST pnmixer-0.7.1.tar.gz 237949 SHA256 3214b3bb54a245b8f38a5b28ebe853df8648edfbdaebec14128e4ffe3f1f4bc2 SHA512 08d83424d921ef6112700fe8c3b55e147ace7767698a9d3ee4bb79ed0e727be7bcc82d55d3debc4b805e75f07c5702443be157e1bccce44d76072c36f8825816 WHIRLPOOL c56b26f8e8bd783f732c9a691c184139cf082c0362e7a2c4122b5aae965b4d014ef1ec36f31a17794c7634726c991957ced77e1afb0e22e28a61a763eea7a70a
-DIST pnmixer-0.7.1_rc1.tar.gz 234636 SHA256 eb9d617476291423adf90dccb8b99fdb0fc6321720bcbc44082fcfd2d143dffc SHA512 778ba6abd7efacfb1a49ad67f4370113d37b1b78bf0e73c26141edf56fce94dca2426919e54068b1c648f912bc2a6d30ac3a7c5bb620bc0d33e5af8e1ef6dabc WHIRLPOOL b3d1c45fae5cffbcabf02a225feae778b0de02aa137716e42fa5de1f1e697d22a759b03a08b3e45453097e6eaa0c612c6df47f241c4835a823f9ce5b5cd186c2
-DIST pnmixer-0.7.1_rc2.tar.gz 234921 SHA256 a0beadbad159e8451689e8753481764375fbcb4c8ff01f45b81204a033fc92c1 SHA512 e35de36967145765a909ddea384497ebc348d19a293c0764d9d5697d1a0fcab1404ad06cb728d7af58190984bfd935902696a02cb311c0a00bb0da740adaa3fd WHIRLPOOL ce163c857ea28a3f7879853069c321824a7c02f90f32e9503e7cf82cc6f8353e932faf0227435ea528178e0f05151430d45388c2f5b507275fc9903ba1912ff7

diff --git a/media-sound/pnmixer/pnmixer-0.7.1_rc1.ebuild b/media-sound/pnmixer/pnmixer-0.7.1_rc1.ebuild
deleted file mode 100644
index 82a15fc35dd..00000000000
--- a/media-sound/pnmixer/pnmixer-0.7.1_rc1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
-
-RDEPEND="dev-libs/glib:2
-	media-libs/alsa-lib
-	>=x11-libs/gtk+-3.12:3
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}-${PV/_rc/-rc}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_LIBNOTIFY="$(usex libnotify)"
-	)
-
-	cmake-utils_src_configure
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}

diff --git a/media-sound/pnmixer/pnmixer-0.7.1_rc2.ebuild b/media-sound/pnmixer/pnmixer-0.7.1_rc2.ebuild
deleted file mode 100644
index 82a15fc35dd..00000000000
--- a/media-sound/pnmixer/pnmixer-0.7.1_rc2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
-
-RDEPEND="dev-libs/glib:2
-	media-libs/alsa-lib
-	>=x11-libs/gtk+-3.12:3
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}-${PV/_rc/-rc}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_LIBNOTIFY="$(usex libnotify)"
-	)
-
-	cmake-utils_src_configure
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2017-05-19 10:52 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2017-05-19 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3a75f61793f7efc45b860fe39c2393fb89bf9179
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 10:37:05 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 19 10:51:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a75f617

media-sound/pnmixer: Bump to 0.7.1

Requested by the proxied maintainer on IRC.

 media-sound/pnmixer/Manifest             |  1 +
 media-sound/pnmixer/pnmixer-0.7.1.ebuild | 42 ++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 16e020eb616..2f84f49cb42 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,3 +1,4 @@
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
+DIST pnmixer-0.7.1.tar.gz 237949 SHA256 3214b3bb54a245b8f38a5b28ebe853df8648edfbdaebec14128e4ffe3f1f4bc2 SHA512 08d83424d921ef6112700fe8c3b55e147ace7767698a9d3ee4bb79ed0e727be7bcc82d55d3debc4b805e75f07c5702443be157e1bccce44d76072c36f8825816 WHIRLPOOL c56b26f8e8bd783f732c9a691c184139cf082c0362e7a2c4122b5aae965b4d014ef1ec36f31a17794c7634726c991957ced77e1afb0e22e28a61a763eea7a70a
 DIST pnmixer-0.7.1_rc1.tar.gz 234636 SHA256 eb9d617476291423adf90dccb8b99fdb0fc6321720bcbc44082fcfd2d143dffc SHA512 778ba6abd7efacfb1a49ad67f4370113d37b1b78bf0e73c26141edf56fce94dca2426919e54068b1c648f912bc2a6d30ac3a7c5bb620bc0d33e5af8e1ef6dabc WHIRLPOOL b3d1c45fae5cffbcabf02a225feae778b0de02aa137716e42fa5de1f1e697d22a759b03a08b3e45453097e6eaa0c612c6df47f241c4835a823f9ce5b5cd186c2
 DIST pnmixer-0.7.1_rc2.tar.gz 234921 SHA256 a0beadbad159e8451689e8753481764375fbcb4c8ff01f45b81204a033fc92c1 SHA512 e35de36967145765a909ddea384497ebc348d19a293c0764d9d5697d1a0fcab1404ad06cb728d7af58190984bfd935902696a02cb311c0a00bb0da740adaa3fd WHIRLPOOL ce163c857ea28a3f7879853069c321824a7c02f90f32e9503e7cf82cc6f8353e932faf0227435ea528178e0f05151430d45388c2f5b507275fc9903ba1912ff7

diff --git a/media-sound/pnmixer/pnmixer-0.7.1.ebuild b/media-sound/pnmixer/pnmixer-0.7.1.ebuild
new file mode 100644
index 00000000000..830c6b74c7e
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.7.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Volume mixer for the system tray"
+HOMEPAGE="https://github.com/nicklan/pnmixer"
+SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+RDEPEND="dev-libs/glib:2
+	media-libs/alsa-lib
+	>=x11-libs/gtk+-3.12:3
+	x11-libs/libX11
+	libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${PV/_rc/-rc}
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_LIBNOTIFY="$(usex libnotify)"
+	)
+
+	cmake-utils_src_configure
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2017-05-19 10:52 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2017-05-19 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e99bb64b7ff4e0e8a8256f99982d6698024e71b1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 10:36:38 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 19 10:51:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99bb64b

media-sound/pnmixer: Remove no-longer-necessary gnome2_icon_savelist

 media-sound/pnmixer/pnmixer-9999.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild
index 9abf5137754..69801bb9225 100644
--- a/media-sound/pnmixer/pnmixer-9999.ebuild
+++ b/media-sound/pnmixer/pnmixer-9999.ebuild
@@ -34,10 +34,6 @@ src_configure() {
 	cmake-utils_src_configure
 }
 
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
 pkg_postinst() {
 	gnome2_icon_cache_update
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2018-03-17  7:01 Matt Turner
  0 siblings, 0 replies; 33+ messages in thread
From: Matt Turner @ 2018-03-17  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     0cfdb191b1e332616a735afffbf31792bf43a6c1
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 06:59:29 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 06:59:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfdb191

media-sound/pnmixer: Drop ppc keywords

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

diff --git a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild b/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
index 809462325d8..090b3915ff7 100644
--- a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
+++ b/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
 IUSE="debug libnotify"
 
 RDEPEND="media-libs/alsa-lib


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2018-06-14 20:16 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2018-06-14 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     205d6195bf7f588b5011a1ddf81ceb7becb6644f
Author:     ernsteiswuerfel <erhard_f <AT> mailbox <DOT> org>
AuthorDate: Sun Jun 10 21:55:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 20:16:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205d6195

media-sound/pnmixer: keyworded 0.7.1 for ppc, bug #657232

keyworded 0.7.1 for ppc

Closes: https://bugs.gentoo.org/657232
Closes: https://github.com/gentoo/gentoo/pull/8797
Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/media-sound/pnmixer/pnmixer-0.7.1.ebuild b/media-sound/pnmixer/pnmixer-0.7.1.ebuild
index 830c6b74c7e..a2496770d3d 100644
--- a/media-sound/pnmixer/pnmixer-0.7.1.ebuild
+++ b/media-sound/pnmixer/pnmixer-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="libnotify"
 
 RDEPEND="dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2018-07-06 21:48 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2018-07-06 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5cf14cfa6ad3942a2827d3bf01590f7aeb4d18ed
Author:     Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Fri Jul  6 21:32:38 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul  6 21:47:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf14cfa

media-sound/pnmixer: version bump to 0.7.2

- Make gettext dependency optional, controlled by the nls USE flag
- New doc USE flag, for building the documentation using doxygen

Closes: https://bugs.gentoo.org/657242
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/pnmixer/Manifest             |  1 +
 media-sound/pnmixer/pnmixer-0.7.2.ebuild | 51 ++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 08d1b59c3ae..346ad164820 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,2 +1,3 @@
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 BLAKE2B dabfa6e8270116eb325dc6dfd59c6f650975f1efce27603b0495f11efebd743aaba17ad19efba82d4c1d75753418a89295277853c9095d6a4fffdf6b17c5b9fe SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4
 DIST pnmixer-0.7.1.tar.gz 237949 BLAKE2B 87b309f3dd844009abe5f5bb2c5ca16ba80069932c2833a9d472130a6f0d7c36a050dc393bca097372c44fca5f90742cfad07c40a6f51ff877080f5eee25b2d2 SHA512 08d83424d921ef6112700fe8c3b55e147ace7767698a9d3ee4bb79ed0e727be7bcc82d55d3debc4b805e75f07c5702443be157e1bccce44d76072c36f8825816
+DIST pnmixer-v0.7.2.tar.gz 237972 BLAKE2B 368d149d9e803b52c7b0edac9ba8996312da7122f10f536095cffcdf31d319159494fa3aab0005e6dedb4e7e0b46d58bc73dd89285c7bddca4750d29539fa489 SHA512 9f43a56d17f4c16465113d4355a546ba71ca4d208e384812cf84625a51bd9bb6fa0e93f3e40fd0a2d157c4ee2b27f64082a47bbd4135c168a95b3fcbeebf6186

diff --git a/media-sound/pnmixer/pnmixer-0.7.2.ebuild b/media-sound/pnmixer/pnmixer-0.7.2.ebuild
new file mode 100644
index 00000000000..346e7d99739
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.7.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+MY_PV="v${PV}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Volume mixer for the system tray"
+HOMEPAGE="https://github.com/nicklan/pnmixer"
+SRC_URI="https://github.com/nicklan/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc libnotify nls"
+
+RDEPEND="dev-libs/glib:2
+	media-libs/alsa-lib
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	doc? (
+		app-doc/doxygen
+		media-gfx/graphviz
+	)
+	nls? ( sys-devel/gettext )"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_LIBNOTIFY="$(usex libnotify)"
+		-DENABLE_NLS="$(usex nls)"
+		-DBUILD_DOCUMENTATION="$(usex doc)"
+		-DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
+	)
+	cmake-utils_src_configure
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2018-07-06 21:48 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2018-07-06 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     eefaa285f02f3f87690e6e754b58fd38274788bc
Author:     Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Wed Jun 27 03:55:53 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul  6 21:47:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eefaa285

media-sound/pnmixer: update maintainer

Add myself as proxied maintainer.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9071

 media-sound/pnmixer/metadata.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/media-sound/pnmixer/metadata.xml b/media-sound/pnmixer/metadata.xml
index 0877b41108a..6c7b2a84125 100644
--- a/media-sound/pnmixer/metadata.xml
+++ b/media-sound/pnmixer/metadata.xml
@@ -1,6 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>sir.suriv@gmail.com</email>
+		<name>Diogo Pereira</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<longdescription lang="en">
 		PNMixer is a simple mixer application designed to run in your system
 		tray. It integrates nicely into desktop environments that don't have


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2018-09-02 23:46 Thomas Deutschmann
  0 siblings, 0 replies; 33+ messages in thread
From: Thomas Deutschmann @ 2018-09-02 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e1c8bee68a874a8e004f9a26f7bb819b1867edbd
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  2 23:41:16 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep  2 23:41:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c8bee6

media-sound/pnmixer: x86 stable (bug #665060)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/media-sound/pnmixer/pnmixer-0.7.2.ebuild b/media-sound/pnmixer/pnmixer-0.7.2.ebuild
index 346e7d99739..1b1841456cf 100644
--- a/media-sound/pnmixer/pnmixer-0.7.2.ebuild
+++ b/media-sound/pnmixer/pnmixer-0.7.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/nicklan/${PN}/releases/download/${MY_PV}/${MY_P}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="doc libnotify nls"
 
 RDEPEND="dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2018-09-09 15:42 Mikle Kolyada
  0 siblings, 0 replies; 33+ messages in thread
From: Mikle Kolyada @ 2018-09-09 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     70029e32deffea8a231f5f7728ffab463734fcc3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  9 15:42:31 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep  9 15:42:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70029e32

media-sound/pnmixer: amd64 stable wrt bug #665060

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-sound/pnmixer/pnmixer-0.7.2.ebuild b/media-sound/pnmixer/pnmixer-0.7.2.ebuild
index 1b1841456cf..ed3446af74c 100644
--- a/media-sound/pnmixer/pnmixer-0.7.2.ebuild
+++ b/media-sound/pnmixer/pnmixer-0.7.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/nicklan/${PN}/releases/download/${MY_PV}/${MY_P}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc libnotify nls"
 
 RDEPEND="dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2018-09-10 19:46 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2018-09-10 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     37753735a251e4b06988af66661bf1b6b9954366
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  9 20:52:45 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 19:46:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37753735

media-sound/pnmixer: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-sound/pnmixer/Manifest                       |  2 -
 media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild | 52 ----------------------
 media-sound/pnmixer/pnmixer-0.7.1.ebuild           | 42 -----------------
 3 files changed, 96 deletions(-)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 346ad164820..53095cf9385 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,3 +1 @@
-DIST pnmixer-0.6_pre20111213.tar.xz 131328 BLAKE2B dabfa6e8270116eb325dc6dfd59c6f650975f1efce27603b0495f11efebd743aaba17ad19efba82d4c1d75753418a89295277853c9095d6a4fffdf6b17c5b9fe SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4
-DIST pnmixer-0.7.1.tar.gz 237949 BLAKE2B 87b309f3dd844009abe5f5bb2c5ca16ba80069932c2833a9d472130a6f0d7c36a050dc393bca097372c44fca5f90742cfad07c40a6f51ff877080f5eee25b2d2 SHA512 08d83424d921ef6112700fe8c3b55e147ace7767698a9d3ee4bb79ed0e727be7bcc82d55d3debc4b805e75f07c5702443be157e1bccce44d76072c36f8825816
 DIST pnmixer-v0.7.2.tar.gz 237972 BLAKE2B 368d149d9e803b52c7b0edac9ba8996312da7122f10f536095cffcdf31d319159494fa3aab0005e6dedb4e7e0b46d58bc73dd89285c7bddca4750d29539fa489 SHA512 9f43a56d17f4c16465113d4355a546ba71ca4d208e384812cf84625a51bd9bb6fa0e93f3e40fd0a2d157c4ee2b27f64082a47bbd4135c168a95b3fcbeebf6186

diff --git a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild b/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
deleted file mode 100644
index 090b3915ff7..00000000000
--- a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Alsa volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug libnotify"
-
-RDEPEND="media-libs/alsa-lib
-	x11-libs/gtk+:2
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-{build,desktopfile}.patch
-	mv configure.in configure.ac || die
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable debug) \
-		$(use_with libnotify)
-}
-
-src_install() {
-	default
-	newicon -s 128 pixmaps/${PN}-about.png ${PN}.png
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}

diff --git a/media-sound/pnmixer/pnmixer-0.7.1.ebuild b/media-sound/pnmixer/pnmixer-0.7.1.ebuild
deleted file mode 100644
index a2496770d3d..00000000000
--- a/media-sound/pnmixer/pnmixer-0.7.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="libnotify"
-
-RDEPEND="dev-libs/glib:2
-	media-libs/alsa-lib
-	>=x11-libs/gtk+-3.12:3
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}-${PV/_rc/-rc}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_LIBNOTIFY="$(usex libnotify)"
-	)
-
-	cmake-utils_src_configure
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2021-02-28 12:26 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2021-02-28 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     fe3a68f0e4b87d394319d0470ba6fc67540771f8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 19:05:48 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 12:26:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3a68f0

media-sound/pnmixer: Drop unmaintained live ebuild

Very outdated compared to 0.7.2, not like upstream is active anyway.

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

 media-sound/pnmixer/pnmixer-9999.ebuild | 43 ---------------------------------
 1 file changed, 43 deletions(-)

diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild
deleted file mode 100644
index 69801bb9225..00000000000
--- a/media-sound/pnmixer/pnmixer-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WANT_LIBTOOL=none
-inherit cmake-utils gnome2-utils git-r3
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-EGIT_REPO_URI="git@github.com:nicklan/pnmixer.git
-	https://github.com/nicklan/pnmixer.git"
-EGIT_BRANCH="master"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="libnotify"
-
-RDEPEND="dev-libs/glib:2
-	media-libs/alsa-lib
-	>=x11-libs/gtk+-3.12:3
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_LIBNOTIFY="$(usex libnotify)"
-	)
-
-	cmake-utils_src_configure
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2021-03-30 16:26 Thomas Deutschmann
  0 siblings, 0 replies; 33+ messages in thread
From: Thomas Deutschmann @ 2021-03-30 16:26 UTC (permalink / raw
  To: gentoo-commits

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

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

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

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

diff --git a/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild b/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
index 4930d96eb60..ebdcd8df08d 100644
--- a/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
+++ b/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/nicklan/${PN}/releases/download/v${PV}/${MY_P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="doc libnotify nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2021-03-30 18:32 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2021-03-30 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     60ceb5b308bb3944ba2a2444a91ed4919d391430
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 18:30:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 18:31:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ceb5b3

media-sound/pnmixer: Stabilize 0.7.2-r1 amd64, #773427

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

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

diff --git a/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild b/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
index ebdcd8df08d..a76a058cd96 100644
--- a/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
+++ b/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/nicklan/${PN}/releases/download/v${PV}/${MY_P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc libnotify nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2021-03-30 18:36 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2021-03-30 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     122cd3343ababac9fc36420b6eafb4b81a8441df
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 18:35:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 18:35:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122cd334

media-sound/pnmixer: Drop 0.7.2 (r0), cmake-utils--

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

 media-sound/pnmixer/pnmixer-0.7.2.ebuild | 51 --------------------------------
 1 file changed, 51 deletions(-)

diff --git a/media-sound/pnmixer/pnmixer-0.7.2.ebuild b/media-sound/pnmixer/pnmixer-0.7.2.ebuild
deleted file mode 100644
index ed3446af74c..00000000000
--- a/media-sound/pnmixer/pnmixer-0.7.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-MY_PV="v${PV}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://github.com/nicklan/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc libnotify nls"
-
-RDEPEND="dev-libs/glib:2
-	media-libs/alsa-lib
-	x11-libs/gtk+:3
-	x11-libs/libX11
-	libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	doc? (
-		app-doc/doxygen
-		media-gfx/graphviz
-	)
-	nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_LIBNOTIFY="$(usex libnotify)"
-		-DENABLE_NLS="$(usex nls)"
-		-DBUILD_DOCUMENTATION="$(usex doc)"
-		-DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
-	)
-	cmake-utils_src_configure
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2022-02-06 11:18 Jonas Stein
  0 siblings, 0 replies; 33+ messages in thread
From: Jonas Stein @ 2022-02-06 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     28ee22a0e8f87b5b5de225635aa6aa18a56b0918
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  6 11:16:51 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Feb  6 11:18:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ee22a0

media-sound/pnmixer: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/633102
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 media-sound/pnmixer/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/media-sound/pnmixer/metadata.xml b/media-sound/pnmixer/metadata.xml
index ceb23cf014a0..7bfeefe2367d 100644
--- a/media-sound/pnmixer/metadata.xml
+++ b/media-sound/pnmixer/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person" proxied="yes">
-		<email>sir.suriv@gmail.com</email>
-		<name>Diogo Pereira</name>
-	</maintainer>
-	<maintainer type="project" proxied="proxy">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<longdescription lang="en">
 		PNMixer is a simple mixer application designed to run in your system
 		tray. It integrates nicely into desktop environments that don't have


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
@ 2023-09-04 21:24 Andreas Sturmlechner
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2023-09-04 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2b731aedfe2227262bd332dac610180308041a4c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 19:22:58 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 21:24:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b731aed

media-sound/pnmixer: update EAPI 7 -> 8

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

 media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild b/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
index a76a058cd96f..739d024f7dad 100644
--- a/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
+++ b/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_P="${PN}-v${PV}"
-inherit cmake xdg-utils
+inherit cmake xdg
 
 DESCRIPTION="Volume mixer for the system tray"
 HOMEPAGE="https://github.com/nicklan/pnmixer"
 SRC_URI="https://github.com/nicklan/${PN}/releases/download/v${PV}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -32,8 +33,6 @@ BDEPEND="
 	nls? ( sys-devel/gettext )
 "
 
-S="${WORKDIR}/${MY_P}"
-
 PATCHES=(
 	"${FILESDIR}/${P}-fix-assert-if-volume-gt-100.patch"
 	"${FILESDIR}/${P}-fix-possible-garbage-value.patch"
@@ -49,11 +48,3 @@ src_configure() {
 	)
 	cmake_src_configure
 }
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


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

end of thread, other threads:[~2023-09-04 21:25 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-17  7:01 [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2023-09-04 21:24 Andreas Sturmlechner
2022-02-06 11:18 Jonas Stein
2021-03-30 18:36 Andreas Sturmlechner
2021-03-30 18:32 Sam James
2021-03-30 16:26 Thomas Deutschmann
2021-02-28 12:26 Andreas Sturmlechner
2018-09-10 19:46 Andreas Sturmlechner
2018-09-09 15:42 Mikle Kolyada
2018-09-02 23:46 Thomas Deutschmann
2018-07-06 21:48 Andreas Sturmlechner
2018-07-06 21:48 Andreas Sturmlechner
2018-06-14 20:16 Michał Górny
2017-05-19 10:52 Michał Górny
2017-05-19 10:52 Michał Górny
2017-05-19 10:52 Michał Górny
2017-03-18  9:22 Michael Palimaka
2017-03-04  0:46 Michael Palimaka
2017-03-04  0:46 Michael Palimaka
2017-03-04  0:46 Michael Palimaka
2017-03-04  0:46 Michael Palimaka
2016-04-18  4:43 Michał Górny
2015-09-02 16:49 Julian Ospald
2015-09-02 16:10 Julian Ospald
2015-09-02 16:10 Julian Ospald
2015-09-02 16:10 Julian Ospald
2015-09-01 11:30 Julian Ospald
2015-09-01 11:30 Julian Ospald
2015-08-11 13:45 Julian Ospald
2015-08-10 23:33 Julian Ospald
2015-08-10 23:33 Julian Ospald
2015-08-10 23:33 Julian Ospald
2015-08-09 18:19 Julian Ospald

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