public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-volumed: ChangeLog xfce4-volumed-0.1.13.ebuild
@ 2011-03-03 14:26 Christoph Mende (angelos)
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-03 14:26 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/03 14:26:20

  Modified:             ChangeLog
  Added:                xfce4-volumed-0.1.13.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 xfce-extra/xfce4-volumed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	29 Jan 2011 19:35:19 -0000	1.13
+++ ChangeLog	3 Mar 2011 14:26:20 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/xfce4-volumed
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.13 2011/01/29 19:35:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.14 2011/03/03 14:26:20 angelos Exp $
+
+*xfce4-volumed-0.1.13 (03 Mar 2011)
+
+  03 Mar 2011; <angelos@gentoo.org> +xfce4-volumed-0.1.13.ebuild:
+  Version bump
 
 *xfce4-volumed-0.1.11 (29 Jan 2011)
 



1.1                  xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-volumed-0.1.13.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.1 2011/03/03 14:26:20 angelos Exp $

EAPI=3
inherit xfconf

DESCRIPTION="Daemon to control volume up/down and mute keys"
HOMEPAGE="https://launchpad.net/xfce4-volumed"
SRC_URI="mirror://xfce/src/apps/${PN}/0.1/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug libnotify"

COMMON_DEPEND="dev-libs/keybinder
	media-libs/gstreamer:0.10
	media-libs/gst-plugins-base:0.10
	xfce-base/xfconf
	libnotify? ( x11-libs/libnotify )"
RDEPEND="${COMMON_DEPEND}
	media-plugins/gst-plugins-meta:0.10"
DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig"

pkg_setup() {
	XFCONF=(
		--disable-dependency-tracking
		$(use_enable debug)
		$(use_with libnotify)
		)

	DOCS="AUTHORS ChangeLog README THANKS"
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-volumed: ChangeLog xfce4-volumed-0.1.13.ebuild
@ 2011-03-13 16:32 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-13 16:32 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/13 16:32:03

  Modified:             ChangeLog xfce4-volumed-0.1.13.ebuild
  Log:
  Stable on amd64 wrt bug #358407
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 xfce-extra/xfce4-volumed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	3 Mar 2011 14:26:20 -0000	1.14
+++ ChangeLog	13 Mar 2011 16:32:03 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-volumed
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.14 2011/03/03 14:26:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.15 2011/03/13 16:32:03 hwoarang Exp $
+
+  13 Mar 2011; Markos Chandras <hwoarang@gentoo.org>
+  xfce4-volumed-0.1.13.ebuild:
+  Stable on amd64 wrt bug #358407
 
 *xfce4-volumed-0.1.13 (03 Mar 2011)
 



1.2                  xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?r1=1.1&r2=1.2

Index: xfce4-volumed-0.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-volumed-0.1.13.ebuild	3 Mar 2011 14:26:20 -0000	1.1
+++ xfce4-volumed-0.1.13.ebuild	13 Mar 2011 16:32:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.1 2011/03/03 14:26:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.2 2011/03/13 16:32:03 hwoarang Exp $
 
 EAPI=3
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug libnotify"
 
 COMMON_DEPEND="dev-libs/keybinder






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-volumed: ChangeLog xfce4-volumed-0.1.13.ebuild
@ 2011-03-22 10:51 Thomas Kahle (tomka)
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-22 10:51 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/22 10:51:51

  Modified:             ChangeLog xfce4-volumed-0.1.13.ebuild
  Log:
  x86 stable per bug 358407
  
  (Portage version: 2.1.9.44/cvs/Linux i686)

Revision  Changes    Path
1.16                 xfce-extra/xfce4-volumed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	13 Mar 2011 16:32:03 -0000	1.15
+++ ChangeLog	22 Mar 2011 10:51:51 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/xfce4-volumed
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.15 2011/03/13 16:32:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.16 2011/03/22 10:51:51 tomka Exp $
+
+  22 Mar 2011; Thomas Kahle <tomka@gentoo.org> xfce4-volumed-0.1.13.ebuild:
+  x86 stable per bug 358407
 
   13 Mar 2011; Markos Chandras <hwoarang@gentoo.org>
   xfce4-volumed-0.1.13.ebuild:



1.3                  xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?r1=1.2&r2=1.3

Index: xfce4-volumed-0.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-volumed-0.1.13.ebuild	13 Mar 2011 16:32:03 -0000	1.2
+++ xfce4-volumed-0.1.13.ebuild	22 Mar 2011 10:51:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.2 2011/03/13 16:32:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.3 2011/03/22 10:51:51 tomka Exp $
 
 EAPI=3
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug libnotify"
 
 COMMON_DEPEND="dev-libs/keybinder






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-volumed: ChangeLog xfce4-volumed-0.1.13.ebuild
@ 2011-05-19 20:00 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-19 20:00 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/05/19 20:00:43

  Modified:             ChangeLog xfce4-volumed-0.1.13.ebuild
  Log:
  USE="alsa oss" to avoid pulling gst-plugins-meta without option to avoid it.
  
  (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 xfce-extra/xfce4-volumed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	22 Mar 2011 10:51:51 -0000	1.16
+++ ChangeLog	19 May 2011 20:00:43 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-volumed
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.16 2011/03/22 10:51:51 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.17 2011/05/19 20:00:43 ssuominen Exp $
+
+  19 May 2011; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-volumed-0.1.13.ebuild:
+  USE="alsa oss" to avoid pulling gst-plugins-meta without option to avoid it.
 
   22 Mar 2011; Thomas Kahle <tomka@gentoo.org> xfce4-volumed-0.1.13.ebuild:
   x86 stable per bug 358407



1.4                  xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?r1=1.3&r2=1.4

Index: xfce4-volumed-0.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-volumed-0.1.13.ebuild	22 Mar 2011 10:51:51 -0000	1.3
+++ xfce4-volumed-0.1.13.ebuild	19 May 2011 20:00:43 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.3 2011/03/22 10:51:51 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.4 2011/05/19 20:00:43 ssuominen Exp $
 
-EAPI=3
+EAPI=4
 inherit xfconf
 
 DESCRIPTION="Daemon to control volume up/down and mute keys"
@@ -12,24 +12,25 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="debug libnotify"
+IUSE="alsa debug libnotify oss"
 
 COMMON_DEPEND="dev-libs/keybinder
 	media-libs/gstreamer:0.10
 	media-libs/gst-plugins-base:0.10
-	xfce-base/xfconf
+	>=xfce-base/xfconf-4.8
 	libnotify? ( x11-libs/libnotify )"
 RDEPEND="${COMMON_DEPEND}
-	media-plugins/gst-plugins-meta:0.10"
+	alsa? ( media-plugins/gst-plugins-alsa:0.10 )
+	oss? ( media-plugins/gst-plugins-oss:0.10 )
+	!alsa? ( !oss? ( media-plugins/gst-plugins-meta:0.10 ) )"
 DEPEND="${COMMON_DEPEND}
 	dev-util/pkgconfig"
 
 pkg_setup() {
 	XFCONF=(
-		--disable-dependency-tracking
 		$(use_enable debug)
 		$(use_with libnotify)
 		)
 
-	DOCS="AUTHORS ChangeLog README THANKS"
+	DOCS=( AUTHORS ChangeLog README THANKS )
 }






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-volumed: ChangeLog xfce4-volumed-0.1.13.ebuild
@ 2012-05-05  7:47 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2012-05-05  7:47 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/05/05 07:47:59

  Modified:             ChangeLog xfce4-volumed-0.1.13.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 xfce-extra/xfce4-volumed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	19 May 2011 20:00:43 -0000	1.17
+++ ChangeLog	5 May 2012 07:47:59 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/xfce4-volumed
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.17 2011/05/19 20:00:43 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.18 2012/05/05 07:47:59 mgorny Exp $
+
+  05 May 2012; Michał Górny <mgorny@gentoo.org> xfce4-volumed-0.1.13.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   19 May 2011; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-volumed-0.1.13.ebuild:



1.5                  xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?r1=1.4&r2=1.5

Index: xfce4-volumed-0.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-volumed-0.1.13.ebuild	19 May 2011 20:00:43 -0000	1.4
+++ xfce4-volumed-0.1.13.ebuild	5 May 2012 07:47:59 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.4 2011/05/19 20:00:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.5 2012/05/05 07:47:59 mgorny Exp $
 
 EAPI=4
 inherit xfconf
@@ -24,7 +24,7 @@
 	oss? ( media-plugins/gst-plugins-oss:0.10 )
 	!alsa? ( !oss? ( media-plugins/gst-plugins-meta:0.10 ) )"
 DEPEND="${COMMON_DEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 pkg_setup() {
 	XFCONF=(






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-volumed: ChangeLog xfce4-volumed-0.1.13.ebuild
@ 2012-11-28 12:20 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-11-28 12:20 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/11/28 12:20:40

  Modified:             ChangeLog xfce4-volumed-0.1.13.ebuild
  Log:
  EAPI5
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.22                 xfce-extra/xfce4-volumed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	1 Jul 2012 19:04:13 -0000	1.21
+++ ChangeLog	28 Nov 2012 12:20:40 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-volumed
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.21 2012/07/01 19:04:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.22 2012/11/28 12:20:40 ssuominen Exp $
+
+  28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-volumed-0.1.13.ebuild:
+  EAPI5
 
   01 Jul 2012; Christoph Mende <angelos@gentoo.org>
   xfce4-volumed-0.1.13.ebuild:



1.7                  xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild?r1=1.6&r2=1.7

Index: xfce4-volumed-0.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce4-volumed-0.1.13.ebuild	1 Jul 2012 08:56:33 -0000	1.6
+++ xfce4-volumed-0.1.13.ebuild	28 Nov 2012 12:20:40 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.6 2012/07/01 08:56:33 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.7 2012/11/28 12:20:40 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 inherit xfconf
 
 DESCRIPTION="Daemon to control volume up/down and mute keys"





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

end of thread, other threads:[~2012-11-28 12:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03 14:26 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-volumed: ChangeLog xfce4-volumed-0.1.13.ebuild Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-13 16:32 Markos Chandras (hwoarang)
2011-03-22 10:51 Thomas Kahle (tomka)
2011-05-19 20:00 Samuli Suominen (ssuominen)
2012-05-05  7:47 Michal Gorny (mgorny)
2012-11-28 12:20 Samuli Suominen (ssuominen)

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