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

2023-09-04 Thread Andreas Sturmlechner
commit: 2b731aedfe2227262bd332dac610180308041a4c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  4 19:22:58 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  4 21:24:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b731aed

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

Signed-off-by: Andreas Sturmlechner  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
-}



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

2022-02-06 Thread Jonas Stein
commit: 28ee22a0e8f87b5b5de225635aa6aa18a56b0918
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Feb  6 11:16:51 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Feb  6 11:18:32 2022 +
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  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 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   sir.su...@gmail.com
-   Diogo Pereira
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

PNMixer is a simple mixer application designed to run in your 
system
tray. It integrates nicely into desktop environments that don't 
have



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

2021-03-30 Thread Andreas Sturmlechner
commit: 122cd3343ababac9fc36420b6eafb4b81a8441df
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 30 18:35:38 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 30 18:35:38 2021 +
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  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..000
--- 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
-}



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

2021-03-30 Thread Sam James
commit: 60ceb5b308bb3944ba2a2444a91ed4919d391430
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 30 18:30:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 30 18:31:26 2021 +
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  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="



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

2021-03-30 Thread Thomas Deutschmann
commit: 0ecf9eb8bfcc6b4c2c6210674d22fe86d08a3695
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 30 16:25:16 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 30 16:25:16 2021 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/files/, media-sound/pnmixer/

2021-02-28 Thread Andreas Sturmlechner
commit: 778f492d269a30b95d5d85222d96e005e518f087
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb 26 19:03:49 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 28 12:26:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778f492d

media-sound/pnmixer: Various upstream fixes and port to EAPI-7

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

 ...pnmixer-0.7.2-fix-assert-if-volume-gt-100.patch | 37 ++
 .../pnmixer-0.7.2-fix-possible-garbage-value.patch | 38 ++
 .../files/pnmixer-0.7.2-fix-possible-memleak.patch | 21 
 media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild| 59 ++
 4 files changed, 155 insertions(+)

diff --git 
a/media-sound/pnmixer/files/pnmixer-0.7.2-fix-assert-if-volume-gt-100.patch 
b/media-sound/pnmixer/files/pnmixer-0.7.2-fix-assert-if-volume-gt-100.patch
new file mode 100644
index 000..6fd28572f90
--- /dev/null
+++ b/media-sound/pnmixer/files/pnmixer-0.7.2-fix-assert-if-volume-gt-100.patch
@@ -0,0 +1,37 @@
+From 7eed10b2bd4650dadbc2c98f435d2bb10de7f75e Mon Sep 17 00:00:00 2001
+From: Arnaud Rebillout 
+Date: Mon, 19 Jun 2017 20:02:01 +0700
+Subject: [PATCH] Clip volume between 0 and 100 (thx to yunake) #162
+
+---
+ src/audio.c | 13 -
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+diff --git a/src/audio.c b/src/audio.c
+index 750f20f..06b245c 100644
+--- a/src/audio.c
 b/src/audio.c
+@@ -437,11 +437,22 @@ gdouble
+ audio_get_volume(Audio *audio)
+ {
+   AlsaCard *soundcard = audio->soundcard;
++  gdouble volume;
+ 
+   if (!soundcard)
+   return 0;
+ 
+-  return alsa_card_get_volume(soundcard);
++  volume = alsa_card_get_volume(soundcard);
++
++  /* With PulseAudio, it is perfectly possible for the volume to go above 
100%.
++   * Since we don't really expect or handle that, let's clip it right now.
++   */
++  if (volume < 0)
++  volume = 0;
++  if (volume > 100)
++  volume = 100;
++
++  return volume;
+ }
+ 
+ /**

diff --git 
a/media-sound/pnmixer/files/pnmixer-0.7.2-fix-possible-garbage-value.patch 
b/media-sound/pnmixer/files/pnmixer-0.7.2-fix-possible-garbage-value.patch
new file mode 100644
index 000..e85dcedd233
--- /dev/null
+++ b/media-sound/pnmixer/files/pnmixer-0.7.2-fix-possible-garbage-value.patch
@@ -0,0 +1,38 @@
+From c8577027aa4597c8f194a84a73982aa0ce7f2dd0 Mon Sep 17 00:00:00 2001
+From: Julian Ospald 
+Date: Mon, 19 Feb 2018 20:06:26 +0100
+Subject: [PATCH] MEM: fix possible garbage value wrt #174
+
+Not sure if the clang static analyzer has trouble
+with g_memdup() or if there is something more serious
+going on. Good old g_malloc() works too though.
+---
+ src/ui-tray-icon.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/ui-tray-icon.c b/src/ui-tray-icon.c
+index 27b35f3..23ba947 100644
+--- a/src/ui-tray-icon.c
 b/src/ui-tray-icon.c
+@@ -166,9 +166,11 @@ pixbuf_array_free(GdkPixbuf **pixbufs)
+ static GdkPixbuf **
+ pixbuf_array_new(int size)
+ {
+-  GdkPixbuf *pixbufs[N_VOLUME_PIXBUFS];
++  GdkPixbuf **pixbufs;
+   gboolean system_theme;
+ 
++  pixbufs = g_new0(GdkPixbuf *, N_VOLUME_PIXBUFS);
++
+   DEBUG("Building pixbuf array (requesting size %d)", size);
+ 
+   system_theme = prefs_get_boolean("SystemTheme", FALSE);
+@@ -202,7 +204,7 @@ pixbuf_array_new(int size)
+   pixbufs[VOLUME_HIGH] = pixbuf_new_from_file("pnmixer-high.png");
+   }
+ 
+-  return g_memdup(pixbufs, sizeof pixbufs);
++  return pixbufs;
+ }
+ 
+ /* Tray icon volume meter */

diff --git a/media-sound/pnmixer/files/pnmixer-0.7.2-fix-possible-memleak.patch 
b/media-sound/pnmixer/files/pnmixer-0.7.2-fix-possible-memleak.patch
new file mode 100644
index 000..a88013b9d4b
--- /dev/null
+++ b/media-sound/pnmixer/files/pnmixer-0.7.2-fix-possible-memleak.patch
@@ -0,0 +1,21 @@
+From 84c66c389cd7a8a47aa5f543726683a19dcca5ff Mon Sep 17 00:00:00 2001
+From: Julian Ospald 
+Date: Mon, 19 Feb 2018 20:06:45 +0100
+Subject: [PATCH] MEM: fix possible memory leak wrt #174
+
+---
+ src/alsa.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/alsa.c b/src/alsa.c
+index c46d4d8..d91c79f 100644
+--- a/src/alsa.c
 b/src/alsa.c
+@@ -336,6 +336,7 @@ mixer_get_poll_descriptors(const char *hctl, snd_mixer_t 
*mixer)
+   err = snd_mixer_poll_descriptors(mixer, fds, count);
+   if (err < 0) {
+   ALSA_CARD_ERR(hctl, err, "Couldn't get poll descriptors");
++  g_free(fds);
+   return NULL;
+   }
+ 

diff --git a/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild 
b/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
new file mode 100644
index 000..4930d96eb60
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed 

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

2021-02-28 Thread Andreas Sturmlechner
commit: fe3a68f0e4b87d394319d0470ba6fc67540771f8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb 26 19:05:48 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 28 12:26:14 2021 +
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  gentoo.org>

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

diff --git a/media-sound/pnmixer/pnmixer-.ebuild 
b/media-sound/pnmixer/pnmixer-.ebuild
deleted file mode 100644
index 69801bb9225..000
--- a/media-sound/pnmixer/pnmixer-.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="g...@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
-}



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

2018-09-21 Thread Andreas Sturmlechner
commit: 97963c3b55259c1f408178abe7515f5d7ecf4342
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Sep 19 17:31:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep 21 10:20:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97963c3b

media-sound/pnmixer: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/9917

 .../files/pnmixer-0.6_pre20111213-build.patch  | 63 --
 .../pnmixer-0.6_pre20111213-desktopfile.patch  | 15 --
 2 files changed, 78 deletions(-)

diff --git a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch 
b/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch
deleted file mode 100644
index 5e4fba2d075..000
--- a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From: Julian Ospald 
-Date: Thu Nov 15 23:59:49 UTC 2012
-Subject: build system
-
-respect CFLAGS, use rdynamic
-don't use AM_CFLAGS in configure.in
-fix macros for automake-1.13
-
 configure.in
-+++ configure.in
-@@ -1,16 +1,13 @@
- dnl Process this file with autoconf to produce a configure script.
- 
--AC_INIT(configure.in)
--AM_INIT_AUTOMAKE(pnmixer, 0.6-dev)
--AM_CONFIG_HEADER(config.h)
-+AC_INIT([pnmixer], [0.6-dev])
-+AM_INIT_AUTOMAKE
-+AC_CONFIG_HEADERS(config.h)
- AM_MAINTAINER_MODE
- 
--OLD_CFLAGS=$CFLAGS
- AC_ISC_POSIX
- AC_PROG_CC
--AM_PROG_CC_STDC
- AC_HEADER_STDC
--CFLAGS=$OLD_CXXFLAGS
- 
- pkg_modules="gtk+-2.0 >= 2.16.0"
- 
-@@ -37,12 +34,13 @@
- 
- if test x"$debugit" = x"yes"; then
- AC_DEFINE([DEBUG],[],[Debug Mode])
--AM_CFLAGS="$AM_CFLAGS -g -Wall -Werror -Wno-uninitialized -Wformat 
-Wformat-security -O0 -export-dynamic"
- else
- AC_DEFINE([NDEBUG],[],[No-debug Mode])
--AM_CFLAGS="$AM_CFLAGS -O2 -export-dynamic"
- fi
- 
-+CFLAGS="$CFLAGS -Wall -Wno-uninitialized -Wformat -Wformat-security"
-+LDFLAGS="-rdynamic $LDFLAGS"
-+
- ##
- 
- # Make sure we have X11, and also have it added to LIBS
-@@ -74,7 +72,6 @@
-AC_DEFINE([HAVE_LIBN],1,[Defined if you have libnotify])
- fi
- 
--AC_SUBST([AM_CFLAGS])
- 
- PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
- AC_SUBST(PACKAGE_CFLAGS)
 src/Makefile.am
-+++ src/Makefile.am
-@@ -1,6 +1,5 @@
- ## Process this file with automake to produce Makefile.in
- 
--AM_CFLAGS = @AM_CFLAGS@
- 
- INCLUDES = \
-   -DPACKAGE_DATA_DIR=\""$(datadir)"\" \

diff --git 
a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch 
b/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch
deleted file mode 100644
index 992e0293647..000
--- a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Julian Ospald 
-Date: Fri Nov 16 00:03:56 UTC 2012
-Subject: desktop file
-
-   comply with fd.o spec
-
 data/pnmixer.desktop
-+++ data/pnmixer.desktop
-@@ -12,4 +12,4 @@
- Icon=pnmixer
- Terminal=false
- Type=Application
--Categories=Application;AudioVideo;
-\ No newline at end of file
-+Categories=AudioVideo;



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

2018-09-10 Thread Andreas Sturmlechner
commit: 37753735a251e4b06988af1bf1b6b9954366
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  9 20:52:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 10 19:46:25 2018 +
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..000
--- 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..000
--- 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
-}



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

2018-09-09 Thread Mikle Kolyada
commit: 70029e32deffea8a231f5f7728ffab463734fcc3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep  9 15:42:31 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep  9 15:42:47 2018 +
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



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

2018-09-02 Thread Thomas Deutschmann
commit: e1c8bee68a874a8e004f9a26f7bb819b1867edbd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  2 23:41:16 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  2 23:41:16 2018 +
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



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

2018-07-06 Thread Andreas Sturmlechner
commit: eefaa285f02f3f87690e6e754b58fd38274788bc
Author: Diogo Pereira  gmail  com>
AuthorDate: Wed Jun 27 03:55:53 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul  6 21:47:57 2018 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   sir.su...@gmail.com
+   Diogo Pereira
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

PNMixer is a simple mixer application designed to run in your 
system
tray. It integrates nicely into desktop environments that don't 
have



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

2018-07-06 Thread Andreas Sturmlechner
commit: 5cf14cfa6ad3942a2827d3bf01590f7aeb4d18ed
Author: Diogo Pereira  gmail  com>
AuthorDate: Fri Jul  6 21:32:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul  6 21:47:57 2018 +
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 000..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
+}



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

2018-06-14 Thread Michał Górny
commit: 205d6195bf7f588b5011a1ddf81ceb7becb6644f
Author: ernsteiswuerfel  mailbox  org>
AuthorDate: Sun Jun 10 21:55:02 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 14 20:16:25 2018 +
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



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

2018-03-17 Thread Matt Turner
commit: 0cfdb191b1e332616a735afffbf31792bf43a6c1
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 17 06:59:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 17 06:59:29 2018 +
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



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

2017-05-19 Thread Michał Górny
commit: 3a75f61793f7efc45b860fe39c2393fb89bf9179
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 19 10:37:05 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 19 10:51:15 2017 +
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 000..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
+}



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

2017-05-19 Thread Michał Górny
commit: e99bb64b7ff4e0e8a8256f99982d6698024e71b1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 19 10:36:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 19 10:51:09 2017 +
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-.ebuild | 4 
 1 file changed, 4 deletions(-)

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



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

2017-05-19 Thread Michał Górny
commit: 5c112d04164d537a679e0f25ddf8c1b78d8c2c20
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 19 10:37:44 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 19 10:51:18 2017 +
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..000
--- 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..000
--- 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
-}



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

2017-03-18 Thread Michael Palimaka
commit: 9218454c23c790fc101db09b67446a226f507a98
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 18 09:22:04 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 18 09:22:13 2017 +
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 000..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
+}



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

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

media-sound/pnmixer: fix live ebuild

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

diff --git a/media-sound/pnmixer/pnmixer-.ebuild 
b/media-sound/pnmixer/pnmixer-.ebuild
index 472ca575804..9abf5137754 100644
--- a/media-sound/pnmixer/pnmixer-.ebuild
+++ b/media-sound/pnmixer/pnmixer-.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() {



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

2017-03-03 Thread Michael Palimaka
commit: 21725ddd5a962b74fbc0c4a4eade8311b21a5bfe
Author: Julian Ospald  posteo  de>
AuthorDate: Thu Mar  2 22:57:01 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar  4 00:45:56 2017 +
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..000
--- 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
-}



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

2017-03-03 Thread Michael Palimaka
commit: f462ed4aa23b2f1e8390728a95d0a1106c40563e
Author: Julian Ospald  posteo  de>
AuthorDate: Thu Mar  2 22:48:46 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar  4 00:45:55 2017 +
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 @@
https://github.com/nicklan/pnmixer/wiki
nicklan/pnmixer

-   hasuf...@gentoo.org
+   hasuf...@posteo.de
Julian Ospald





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

2017-03-03 Thread Michael Palimaka
commit: af03c0750d9b9c10a19ec741ef089a288e51ee01
Author: Julian Ospald  posteo  de>
AuthorDate: Thu Mar  2 22:56:51 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar  4 00:45:55 2017 +
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 000..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
+}



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

2016-04-17 Thread Michał Górny
commit: eaab397970882b6d33e7f319aa091683cbd10cfc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 18 04:43:00 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 18 04:43:00 2016 +
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 @@
hasuf...@gentoo.org
Julian Ospald

-   PNMixer

PNMixer is a simple mixer application designed to run in your 
system
tray. It integrates nicely into desktop environments that don't 
have



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

2015-09-02 Thread Julian Ospald
commit: 3598e157177f763e291787d6242da160bb173fbd
Author: Julian Ospald  gentoo  org>
AuthorDate: Wed Sep  2 16:10:06 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Wed Sep  2 16:10:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3598e157

media-sound/pnmixer: update live-ebuild

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

diff --git a/media-sound/pnmixer/pnmixer-.ebuild 
b/media-sound/pnmixer/pnmixer-.ebuild
index 822a98e..102795c 100644
--- a/media-sound/pnmixer/pnmixer-.ebuild
+++ b/media-sound/pnmixer/pnmixer-.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() {



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

2015-09-02 Thread Julian Ospald
commit: 4a67da4a5f498c7eba06a7d09bd66fc4de80e5df
Author: Julian Ospald  gentoo  org>
AuthorDate: Wed Sep  2 16:06:37 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Wed Sep  2 16:10:35 2015 +
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 000..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
+}



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

2015-09-02 Thread Julian Ospald
commit: 254568c14bc5159702bb0fed1903663015afd123
Author: Julian Ospald  gentoo  org>
AuthorDate: Wed Sep  2 16:07:24 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Wed Sep  2 16:10:36 2015 +
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..000
--- 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
-}



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

2015-09-02 Thread Julian Ospald
commit: d684a0ee9fcf8c1b9aa20b1a69df57433c7ee843
Author: Julian Ospald  gentoo  org>
AuthorDate: Wed Sep  2 16:49:21 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Wed Sep  2 16:49:39 2015 +
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 @@
hasuf...@gentoo.org
Julian Ospald

+   PNMixer
+   
+   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
+   

-   https://github.com/nicklan/pnmixer/wiki
https://github.com/nicklan/pnmixer/issues
+   
https://github.com/nicklan/pnmixer/releases
+   https://github.com/nicklan/pnmixer/wiki
nicklan/pnmixer
+   
+   hasuf...@gentoo.org
+   Julian Ospald
+   
+   
+   elboulang...@gmail.com
+   El Boulangero
+   

 



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

2015-09-01 Thread Julian Ospald
commit: 2f57bbed387956babfd533d5271f824b7198d884
Author: Julian Ospald  gentoo  org>
AuthorDate: Tue Sep  1 11:30:01 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Tue Sep  1 11:30:19 2015 +
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..000
--- 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
-}



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

2015-09-01 Thread Julian Ospald
commit: 787bf3ff53eb799c54bca11bd49e7875bbb25ff8
Author: Julian Ospald  gentoo  org>
AuthorDate: Tue Sep  1 11:29:38 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Tue Sep  1 11:30:17 2015 +
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 000..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
+}



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

2015-08-11 Thread Julian Ospald
commit: 99f2ff207ac4eaee73d075902dd462e344540d13
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Tue Aug 11 13:42:54 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Tue Aug 11 13:45:08 2015 +
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}



[gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/, media-sound/pnmixer/files/

2015-08-10 Thread Julian Ospald
commit: bfb64c54d63176edb35cc9ce62e30c5c629b
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Mon Aug 10 18:26:49 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Mon Aug 10 18:26:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb64c54

media-sound/pnmixer: revert removal, c7b661a

This reverts commit c7b661aecdac38b4483857dd786d6f694338c592.

Gentoo-Bug: 557246

 .../files/pnmixer-0.6_pre20111213-build.patch  | 63 ++
 .../pnmixer-0.6_pre20111213-desktopfile.patch  | 15 ++
 media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild | 53 ++
 media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild | 50 +
 4 files changed, 181 insertions(+)

diff --git a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch 
b/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch
new file mode 100644
index 000..5e4fba2
--- /dev/null
+++ b/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch
@@ -0,0 +1,63 @@
+From: Julian Ospald hasuf...@gentoo.org
+Date: Thu Nov 15 23:59:49 UTC 2012
+Subject: build system
+
+respect CFLAGS, use rdynamic
+don't use AM_CFLAGS in configure.in
+fix macros for automake-1.13
+
+--- configure.in
 configure.in
+@@ -1,16 +1,13 @@
+ dnl Process this file with autoconf to produce a configure script.
+ 
+-AC_INIT(configure.in)
+-AM_INIT_AUTOMAKE(pnmixer, 0.6-dev)
+-AM_CONFIG_HEADER(config.h)
++AC_INIT([pnmixer], [0.6-dev])
++AM_INIT_AUTOMAKE
++AC_CONFIG_HEADERS(config.h)
+ AM_MAINTAINER_MODE
+ 
+-OLD_CFLAGS=$CFLAGS
+ AC_ISC_POSIX
+ AC_PROG_CC
+-AM_PROG_CC_STDC
+ AC_HEADER_STDC
+-CFLAGS=$OLD_CXXFLAGS
+ 
+ pkg_modules=gtk+-2.0 = 2.16.0
+ 
+@@ -37,12 +34,13 @@
+ 
+ if test x$debugit = xyes; then
+ AC_DEFINE([DEBUG],[],[Debug Mode])
+-AM_CFLAGS=$AM_CFLAGS -g -Wall -Werror -Wno-uninitialized -Wformat 
-Wformat-security -O0 -export-dynamic
+ else
+ AC_DEFINE([NDEBUG],[],[No-debug Mode])
+-AM_CFLAGS=$AM_CFLAGS -O2 -export-dynamic
+ fi
+ 
++CFLAGS=$CFLAGS -Wall -Wno-uninitialized -Wformat -Wformat-security
++LDFLAGS=-rdynamic $LDFLAGS
++
+ ##
+ 
+ # Make sure we have X11, and also have it added to LIBS
+@@ -74,7 +72,6 @@
+AC_DEFINE([HAVE_LIBN],1,[Defined if you have libnotify])
+ fi
+ 
+-AC_SUBST([AM_CFLAGS])
+ 
+ PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
+ AC_SUBST(PACKAGE_CFLAGS)
+--- src/Makefile.am
 src/Makefile.am
+@@ -1,6 +1,5 @@
+ ## Process this file with automake to produce Makefile.in
+ 
+-AM_CFLAGS = @AM_CFLAGS@
+ 
+ INCLUDES = \
+   -DPACKAGE_DATA_DIR=\$(datadir)\ \

diff --git 
a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch 
b/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch
new file mode 100644
index 000..992e029
--- /dev/null
+++ b/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch
@@ -0,0 +1,15 @@
+From: Julian Ospald hasuf...@gentoo.org
+Date: Fri Nov 16 00:03:56 UTC 2012
+Subject: desktop file
+
+   comply with fd.o spec
+
+--- data/pnmixer.desktop
 data/pnmixer.desktop
+@@ -12,4 +12,4 @@
+ Icon=pnmixer
+ Terminal=false
+ Type=Application
+-Categories=Application;AudioVideo;
+\ No newline at end of file
++Categories=AudioVideo;

diff --git a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild 
b/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
new file mode 100644
index 000..d27dc8a
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils gnome2-utils
+
+DESCRIPTION=Alsa volume mixer for the system tray
+HOMEPAGE=https://github.com/nicklan/pnmixer;
+SRC_URI=http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz;
+
+LICENSE=GPL-3
+SLOT=0
+KEYWORDS=amd64 ppc 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.6_pre20140924.ebuild 
b/media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild
new file mode 100644
index 000..eace2db
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2014 Gentoo Foundation
+# 

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

2015-08-10 Thread Julian Ospald
commit: 9fc76ffab942e4d043d94137823e66cf40adf524
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Mon Aug 10 23:30:47 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Mon Aug 10 23:32:12 2015 +
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 
cd617b473067f97b0e830c43d4ee1bc500f6ce953546dd2d062882e11f61c0535496688b958471f94064b68652715cddfd7fc9dca46b47a6296d0f591cc2
 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..000
--- 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..000
--- 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
-}



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

2015-08-10 Thread Julian Ospald
commit: 2569034e75b96e5cd8dbbae0cc2aad82f2ad8398
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Mon Aug 10 23:30:03 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Mon Aug 10 23:32:11 2015 +
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 
cd617b473067f97b0e830c43d4ee1bc500f6ce953546dd2d062882e11f61c0535496688b958471f94064b68652715cddfd7fc9dca46b47a6296d0f591cc2
 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 000..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
+}



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

2015-08-10 Thread Julian Ospald
commit: fc56954babfb7e86f01b39261e36218eff78c4ce
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Mon Aug 10 23:31:59 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Mon Aug 10 23:32:14 2015 +
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-.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/media-sound/pnmixer/pnmixer-.ebuild 
b/media-sound/pnmixer/pnmixer-.ebuild
index d97a17c..822a98e 100644
--- a/media-sound/pnmixer/pnmixer-.ebuild
+++ b/media-sound/pnmixer/pnmixer-.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
 }



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

2015-08-09 Thread Julian Ospald
commit: 09f95bdfe515ff2170d14fbda88830b234962e43
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Sun Aug  9 18:18:12 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Sun Aug  9 18:18:54 2015 +
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 
cd617b473067f97b0e830c43d4ee1bc500f6ce953546dd2d062882e11f61c0535496688b958471f94064b68652715cddfd7fc9dca46b47a6296d0f591cc2
 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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/, media-sound/pnmixer/files/

2015-08-09 Thread Julian Ospald
commit: c7b661aecdac38b4483857dd786d6f694338c592
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Sun Aug  9 18:18:40 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Sun Aug  9 18:18:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b661ae

media-sound/pnmixer: rm old

 .../files/pnmixer-0.6_pre20111213-build.patch  | 63 --
 .../pnmixer-0.6_pre20111213-desktopfile.patch  | 15 --
 media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild | 53 --
 media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild | 50 -
 4 files changed, 181 deletions(-)

diff --git a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch 
b/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch
deleted file mode 100644
index 5e4fba2..000
--- a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-build.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From: Julian Ospald hasuf...@gentoo.org
-Date: Thu Nov 15 23:59:49 UTC 2012
-Subject: build system
-
-respect CFLAGS, use rdynamic
-don't use AM_CFLAGS in configure.in
-fix macros for automake-1.13
-
 configure.in
-+++ configure.in
-@@ -1,16 +1,13 @@
- dnl Process this file with autoconf to produce a configure script.
- 
--AC_INIT(configure.in)
--AM_INIT_AUTOMAKE(pnmixer, 0.6-dev)
--AM_CONFIG_HEADER(config.h)
-+AC_INIT([pnmixer], [0.6-dev])
-+AM_INIT_AUTOMAKE
-+AC_CONFIG_HEADERS(config.h)
- AM_MAINTAINER_MODE
- 
--OLD_CFLAGS=$CFLAGS
- AC_ISC_POSIX
- AC_PROG_CC
--AM_PROG_CC_STDC
- AC_HEADER_STDC
--CFLAGS=$OLD_CXXFLAGS
- 
- pkg_modules=gtk+-2.0 = 2.16.0
- 
-@@ -37,12 +34,13 @@
- 
- if test x$debugit = xyes; then
- AC_DEFINE([DEBUG],[],[Debug Mode])
--AM_CFLAGS=$AM_CFLAGS -g -Wall -Werror -Wno-uninitialized -Wformat 
-Wformat-security -O0 -export-dynamic
- else
- AC_DEFINE([NDEBUG],[],[No-debug Mode])
--AM_CFLAGS=$AM_CFLAGS -O2 -export-dynamic
- fi
- 
-+CFLAGS=$CFLAGS -Wall -Wno-uninitialized -Wformat -Wformat-security
-+LDFLAGS=-rdynamic $LDFLAGS
-+
- ##
- 
- # Make sure we have X11, and also have it added to LIBS
-@@ -74,7 +72,6 @@
-AC_DEFINE([HAVE_LIBN],1,[Defined if you have libnotify])
- fi
- 
--AC_SUBST([AM_CFLAGS])
- 
- PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
- AC_SUBST(PACKAGE_CFLAGS)
 src/Makefile.am
-+++ src/Makefile.am
-@@ -1,6 +1,5 @@
- ## Process this file with automake to produce Makefile.in
- 
--AM_CFLAGS = @AM_CFLAGS@
- 
- INCLUDES = \
-   -DPACKAGE_DATA_DIR=\$(datadir)\ \

diff --git 
a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch 
b/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch
deleted file mode 100644
index 992e029..000
--- a/media-sound/pnmixer/files/pnmixer-0.6_pre20111213-desktopfile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Julian Ospald hasuf...@gentoo.org
-Date: Fri Nov 16 00:03:56 UTC 2012
-Subject: desktop file
-
-   comply with fd.o spec
-
 data/pnmixer.desktop
-+++ data/pnmixer.desktop
-@@ -12,4 +12,4 @@
- Icon=pnmixer
- Terminal=false
- Type=Application
--Categories=Application;AudioVideo;
-\ No newline at end of file
-+Categories=AudioVideo;

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 d27dc8a..000
--- a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION=Alsa volume mixer for the system tray
-HOMEPAGE=https://github.com/nicklan/pnmixer;
-SRC_URI=http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz;
-
-LICENSE=GPL-3
-SLOT=0
-KEYWORDS=amd64 ppc 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.6_pre20140924.ebuild 
b/media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild
deleted file mode 100644
index eace2db..000
--- 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