public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: amarok-2.1.ebuild metadata.xml ChangeLog amarok-2.1.1.ebuild
@ 2009-07-22 16:11 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-07-22 16:11 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/22 16:11:11

  Modified:             amarok-2.1.ebuild metadata.xml ChangeLog
                        amarok-2.1.1.ebuild
  Log:
  Rename USE cdaudio to USE cdda.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-sound/amarok/amarok-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.1.ebuild?r1=1.2&r2=1.3

Index: amarok-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amarok-2.1.ebuild	13 Jun 2009 11:01:17 -0000	1.2
+++ amarok-2.1.ebuild	22 Jul 2009 16:11:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.1.ebuild,v 1.2 2009/06/13 11:01:17 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.1.ebuild,v 1.3 2009/07/22 16:11:11 ssuominen Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 SLOT="4"
-IUSE="cdaudio daap debug ipod mp3tunes mtp +semantic-desktop"
+IUSE="cdda daap debug ipod mp3tunes mtp +semantic-desktop"
 
 # ipod requires gdk enabled and also gtk compiled in libgpod
 DEPEND="
@@ -31,7 +31,7 @@
 	>=kde-base/kdelibs-${KDE_MINIMAL}[opengl?,semantic-desktop?]
 	sys-libs/zlib
 	>=x11-libs/qtscriptgenerator-0.1.0
-	cdaudio? (
+	cdda? (
 		>=kde-base/libkcddb-${KDE_MINIMAL}
 		>=kde-base/libkcompactdisc-${KDE_MINIMAL}
 	)



1.22                 media-sound/amarok/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/metadata.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/metadata.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/metadata.xml?r1=1.21&r2=1.22

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/metadata.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- metadata.xml	4 Jun 2009 09:53:32 -0000	1.21
+++ metadata.xml	22 Jul 2009 16:11:11 -0000	1.22
@@ -8,7 +8,6 @@
   </maintainer>
   <use>
     <flag name="amazon">Enable support for downloading covers from amazon.com</flag>
-    <flag name="cdaudio">Enable cdaudio functionality</flag>
     <flag name="daap">
       Enable the scripts for music sharing through DAAP. This flag
       adds dependencies on <pkg>www-servers/mongrel</pkg> to allow



1.335                media-sound/amarok/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.335&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.335&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?r1=1.334&r2=1.335

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -r1.334 -r1.335
--- ChangeLog	10 Jul 2009 21:02:07 -0000	1.334
+++ ChangeLog	22 Jul 2009 16:11:11 -0000	1.335
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/amarok
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.334 2009/07/10 21:02:07 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.335 2009/07/22 16:11:11 ssuominen Exp $
+
+  22 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> amarok-2.1.ebuild,
+  amarok-2.1.1.ebuild, metadata.xml:
+  Rename USE cdaudio to USE cdda.
 
 *amarok-1.4.10_p20090130-r3 (10 Jul 2009)
 



1.2                  media-sound/amarok/amarok-2.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.1.1.ebuild?r1=1.1&r2=1.2

Index: amarok-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amarok-2.1.1.ebuild	26 Jun 2009 11:13:41 -0000	1.1
+++ amarok-2.1.1.ebuild	22 Jul 2009 16:11:11 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.1.1.ebuild,v 1.1 2009/06/26 11:13:41 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.1.1.ebuild,v 1.2 2009/07/22 16:11:11 ssuominen Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 SLOT="4"
-IUSE="cdaudio daap debug ipod mp3tunes mtp +semantic-desktop"
+IUSE="cdda daap debug ipod mp3tunes mtp +semantic-desktop"
 
 # ipod requires gdk enabled and also gtk compiled in libgpod
 DEPEND="
@@ -31,7 +31,7 @@
 	>=kde-base/kdelibs-${KDE_MINIMAL}[opengl?,semantic-desktop?]
 	sys-libs/zlib
 	>=x11-libs/qtscriptgenerator-0.1.0
-	cdaudio? (
+	cdda? (
 		>=kde-base/libkcddb-${KDE_MINIMAL}
 		>=kde-base/libkcompactdisc-${KDE_MINIMAL}
 	)






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-22 16:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-22 16:11 [gentoo-commits] gentoo-x86 commit in media-sound/amarok: amarok-2.1.ebuild metadata.xml ChangeLog amarok-2.1.1.ebuild 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