public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellm-volume: ChangeLog gkrellm-volume-2.1.13-r1.ebuild
@ 2010-07-29 14:17 Jim Ramsay (lack)
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Ramsay (lack) @ 2010-07-29 14:17 UTC (permalink / raw
  To: gentoo-commits

lack        10/07/29 14:17:45

  Modified:             ChangeLog
  Added:                gkrellm-volume-2.1.13-r1.ebuild
  Log:
  Patch to not crash gkrellm when disabling/reenabling this plugin (Bug #284504)
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 x11-plugins/gkrellm-volume/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	12 Mar 2010 00:41:48 -0000	1.30
+++ ChangeLog	29 Jul 2010 14:17:44 -0000	1.31
@@ -1,6 +1,14 @@
 # ChangeLog for x11-plugins/gkrellm-volume
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog,v 1.30 2010/03/12 00:41:48 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog,v 1.31 2010/07/29 14:17:44 lack Exp $
+
+*gkrellm-volume-2.1.13-r1 (29 Jul 2010)
+
+  29 Jul 2010; Jim Ramsay <lack@gentoo.org>
+  +gkrellm-volume-2.1.13-r1.ebuild,
+  +files/gkrellm-volume-2.1.13-reenable.patch:
+  Patch to not crash gkrellm when disabling/reenabling this plugin (Bug
+  #284504)
 
   12 Mar 2010; Sebastian Pipping <sping@gentoo.org>
   gkrellm-volume-2.1.13.ebuild:



1.1                  x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r1.ebuild?rev=1.1&content-type=text/plain

Index: gkrellm-volume-2.1.13-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r1.ebuild,v 1.1 2010/07/29 14:17:44 lack Exp $

EAPI="3"
inherit gkrellm-plugin eutils

IUSE="alsa"
DESCRIPTION="A mixer control plugin for gkrellm"
HOMEPAGE="http://gkrellm.luon.net/volume.php"
SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"

DEPEND="alsa? ( media-libs/alsa-lib )"

S=${WORKDIR}/${PN}

PLUGIN_SO=volume.so

src_prepare() {
	epatch "${FILESDIR}/${P}-reenable.patch"
}

src_compile() {
	local myconf=""
	use alsa && myconf="${myconf} enable_alsa=1"
	make ${myconf} || die "make failed"
}






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellm-volume: ChangeLog gkrellm-volume-2.1.13-r1.ebuild
@ 2012-06-14 13:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-14 13:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/14 13:23:14

  Modified:             ChangeLog
  Removed:              gkrellm-volume-2.1.13-r1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 x11-plugins/gkrellm-volume/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	14 Jun 2012 13:21:13 -0000	1.34
+++ ChangeLog	14 Jun 2012 13:23:14 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/gkrellm-volume
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog,v 1.34 2012/06/14 13:21:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-volume/ChangeLog,v 1.35 2012/06/14 13:23:14 ago Exp $
+
+  14 Jun 2012; Agostino Sarubbo <ago@gentoo.org>
+  -gkrellm-volume-2.1.13-r1.ebuild:
+  Remove old
 
   14 Jun 2012; Agostino Sarubbo <ago@gentoo.org>
   gkrellm-volume-2.1.13-r2.ebuild:






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

end of thread, other threads:[~2012-06-14 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14 13:23 [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellm-volume: ChangeLog gkrellm-volume-2.1.13-r1.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-29 14:17 Jim Ramsay (lack)

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