public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-mmkeys: gmpc-mmkeys-11.8.16.ebuild ChangeLog
@ 2013-03-29 20:55 Christoph Mende (angelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2013-03-29 20:55 UTC (permalink / raw
  To: gentoo-commits

angelos     13/03/29 20:55:46

  Modified:             gmpc-mmkeys-11.8.16.ebuild ChangeLog
  Log:
  Convert to vala.eclass
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)

Revision  Changes    Path
1.5                  media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild?r1=1.4&r2=1.5

Index: gmpc-mmkeys-11.8.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gmpc-mmkeys-11.8.16.ebuild	5 May 2012 08:27:17 -0000	1.4
+++ gmpc-mmkeys-11.8.16.ebuild	29 Mar 2013 20:55:45 -0000	1.5
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild,v 1.4 2012/05/05 08:27:17 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild,v 1.5 2013/03/29 20:55:45 angelos Exp $
 
 EAPI=4
+inherit vala
 
 DESCRIPTION="Bind multimedia keys via gnome settings daemon"
 HOMEPAGE="http://gmpc.wikia.com/wiki/Plugins"
@@ -16,7 +17,7 @@
 RDEPEND="dev-libs/dbus-glib
 	>=media-sound/gmpc-${PV}"
 DEPEND="${RDEPEND}
-	dev-lang/vala:0.10
+	$(vala_depend)
 	virtual/pkgconfig"
 
 src_configure() {



1.9                  media-plugins/gmpc-mmkeys/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	27 May 2012 08:14:30 -0000	1.8
+++ ChangeLog	29 Mar 2013 20:55:45 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/gmpc-mmkeys
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog,v 1.8 2012/05/27 08:14:30 angelos Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog,v 1.9 2013/03/29 20:55:45 angelos Exp $
+
+  29 Mar 2013; Christoph Mende <angelos@gentoo.org> gmpc-mmkeys-11.8.16.ebuild:
+  Convert to vala.eclass
 
   27 May 2012; Christoph Mende <angelos@gentoo.org> -gmpc-mmkeys-0.20.0.ebuild:
   Remove old
@@ -32,4 +35,3 @@
 
   19 Feb 2011; <angelos@gentoo.org> +gmpc-mmkeys-0.20.0.ebuild:
   Initial import (bug #351642)
-





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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-mmkeys: gmpc-mmkeys-11.8.16.ebuild ChangeLog
@ 2013-04-14 12:22 Christoph Mende (angelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2013-04-14 12:22 UTC (permalink / raw
  To: gentoo-commits

angelos     13/04/14 12:22:24

  Modified:             gmpc-mmkeys-11.8.16.ebuild ChangeLog
  Log:
  Remove VALAC definition
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)

Revision  Changes    Path
1.6                  media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild?r1=1.5&r2=1.6

Index: gmpc-mmkeys-11.8.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gmpc-mmkeys-11.8.16.ebuild	29 Mar 2013 20:55:45 -0000	1.5
+++ gmpc-mmkeys-11.8.16.ebuild	14 Apr 2013 12:22:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild,v 1.5 2013/03/29 20:55:45 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild,v 1.6 2013/04/14 12:22:24 angelos Exp $
 
 EAPI=4
 inherit vala
@@ -21,8 +21,7 @@
 	virtual/pkgconfig"
 
 src_configure() {
-	VALAC=$(type -p valac-0.10) \
-		econf --disable-static
+	econf --disable-static
 }
 
 src_install() {



1.10                 media-plugins/gmpc-mmkeys/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	29 Mar 2013 20:55:45 -0000	1.9
+++ ChangeLog	14 Apr 2013 12:22:24 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/gmpc-mmkeys
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog,v 1.9 2013/03/29 20:55:45 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-mmkeys/ChangeLog,v 1.10 2013/04/14 12:22:24 angelos Exp $
+
+  14 Apr 2013; Christoph Mende <angelos@gentoo.org> gmpc-mmkeys-11.8.16.ebuild:
+  Remove VALAC definition
 
   29 Mar 2013; Christoph Mende <angelos@gentoo.org> gmpc-mmkeys-11.8.16.ebuild:
   Convert to vala.eclass





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

end of thread, other threads:[~2013-04-14 12:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-29 20:55 [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-mmkeys: gmpc-mmkeys-11.8.16.ebuild ChangeLog Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-14 12:22 Christoph Mende (angelos)

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