public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-softdevice: vdr-softdevice-0.5.0.20080922.ebuild ChangeLog vdr-softdevice-0.5.0.20090218.ebuild vdr-softdevice-0.5.0.20090630.ebuild
@ 2011-04-06 17:29 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Ruppert (idl0r) @ 2011-04-06 17:29 UTC (permalink / raw
  To: gentoo-commits

idl0r       11/04/06 17:29:09

  Modified:             vdr-softdevice-0.5.0.20080922.ebuild ChangeLog
                        vdr-softdevice-0.5.0.20090218.ebuild
                        vdr-softdevice-0.5.0.20090630.ebuild
  Log:
  Use the new ffmpeg virtual, bug 362105. QA Fix: use has_version instead of built_with_use.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild

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

Index: vdr-softdevice-0.5.0.20080922.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdr-softdevice-0.5.0.20080922.ebuild	13 Jan 2009 20:41:28 -0000	1.4
+++ vdr-softdevice-0.5.0.20080922.ebuild	6 Apr 2011 17:29:09 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.4 2009/01/13 20:41:28 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.5 2011/04/06 17:29:09 idl0r Exp $
 
 EAPI=1
 
@@ -25,7 +25,7 @@
 IUSE="+xv fbcon directfb mmx mmxext xinerama"
 
 RDEPEND=">=media-video/vdr-1.3.36
-	>=media-video/ffmpeg-0.4.9_pre1
+	>=virtual/ffmpeg-0.4.9_pre1
 	directfb? (
 		dev-libs/DirectFB
 		dev-libs/DFB++
@@ -78,7 +78,7 @@
 
 	# Check for ffmpeg relying on libtheora without pkg-config-file
 	# Bug #142250
-	if built_with_use media-video/ffmpeg theora	&& \
+	if has_version virtual/ffmpeg[theora] && \
 		has_version "<media-libs/libtheora-1.0_alpha4"; then
 
 			eerror "This package will not work when using ffmpeg with"



1.67                 media-plugins/vdr-softdevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	21 Nov 2009 19:42:25 -0000	1.66
+++ ChangeLog	6 Apr 2011 17:29:09 -0000	1.67
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/vdr-softdevice
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.66 2009/11/21 19:42:25 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.67 2011/04/06 17:29:09 idl0r Exp $
+
+  06 Apr 2011; Christian Ruppert <idl0r@gentoo.org>
+  vdr-softdevice-0.5.0.20080922.ebuild, vdr-softdevice-0.5.0.20090218.ebuild,
+  vdr-softdevice-0.5.0.20090630.ebuild:
+  Use the new ffmpeg virtual, bug 362105. QA Fix: use has_version instead of
+  built_with_use.
 
   21 Nov 2009; Markus Meier <maekke@gentoo.org>
   vdr-softdevice-0.5.0.20090630.ebuild:



1.4                  media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild?r1=1.3&r2=1.4

Index: vdr-softdevice-0.5.0.20090218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-softdevice-0.5.0.20090218.ebuild	3 Mar 2009 11:56:11 -0000	1.3
+++ vdr-softdevice-0.5.0.20090218.ebuild	6 Apr 2011 17:29:09 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild,v 1.3 2009/03/03 11:56:11 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild,v 1.4 2011/04/06 17:29:09 idl0r Exp $
 
 EAPI=1
 
@@ -25,7 +25,7 @@
 IUSE="+xv fbcon directfb mmx mmxext xinerama"
 
 RDEPEND=">=media-video/vdr-1.3.36
-	>=media-video/ffmpeg-0.4.9_pre1
+	>=virtual/ffmpeg-0.4.9_pre1
 	directfb? (
 		dev-libs/DirectFB
 		dev-libs/DFB++
@@ -77,7 +77,7 @@
 
 	# Check for ffmpeg relying on libtheora without pkg-config-file
 	# Bug #142250
-	if built_with_use media-video/ffmpeg theora	&& \
+	if has_version virtual/ffmpeg[theora] && \
 		has_version "<media-libs/libtheora-1.0_alpha4"; then
 
 			eerror "This package will not work when using ffmpeg with"



1.4                  media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild?r1=1.3&r2=1.4

Index: vdr-softdevice-0.5.0.20090630.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-softdevice-0.5.0.20090630.ebuild	21 Nov 2009 19:42:25 -0000	1.3
+++ vdr-softdevice-0.5.0.20090630.ebuild	6 Apr 2011 17:29:09 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild,v 1.3 2009/11/21 19:42:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild,v 1.4 2011/04/06 17:29:09 idl0r Exp $
 
 EAPI="2"
 
@@ -29,9 +29,9 @@
 # Bug #142250
 RDEPEND=">=media-video/vdr-1.3.36
 	|| (
-		>=media-video/ffmpeg-0.4.9_pre1[-theora]
+		>=virtual/ffmpeg-0.4.9_pre1[-theora]
 		(
-			>=media-video/ffmpeg-0.4.9_pre1[theora]
+			>=virtual/ffmpeg-0.4.9_pre1[theora]
 			>=media-libs/libtheora-1.0_alpha4
 		)
 	)






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-softdevice: vdr-softdevice-0.5.0.20080922.ebuild ChangeLog vdr-softdevice-0.5.0.20090218.ebuild vdr-softdevice-0.5.0.20090630.ebuild
@ 2012-05-05  8:27 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  8:27 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 08:27:15

  Modified:             vdr-softdevice-0.5.0.20080922.ebuild ChangeLog
                        vdr-softdevice-0.5.0.20090218.ebuild
                        vdr-softdevice-0.5.0.20090630.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.7                  media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild?r1=1.6&r2=1.7

Index: vdr-softdevice-0.5.0.20080922.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vdr-softdevice-0.5.0.20080922.ebuild	6 Apr 2011 18:15:09 -0000	1.6
+++ vdr-softdevice-0.5.0.20080922.ebuild	5 May 2012 08:27:15 -0000	1.7
@@ -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/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.6 2011/04/06 18:15:09 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.7 2012/05/05 08:27:15 jdhore Exp $
 
 EAPI=3
 
@@ -45,7 +45,7 @@
 				xinerama? ( x11-proto/xineramaproto )
 			)
 	fbcon? ( sys-kernel/linux-headers )
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 # Make sure the assembler USE flags are unmasked on amd64
 # Remove this once default-linux/amd64/2006.1 is deprecated
 DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )"



1.69                 media-plugins/vdr-softdevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	6 Apr 2011 18:15:09 -0000	1.68
+++ ChangeLog	5 May 2012 08:27:15 -0000	1.69
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/vdr-softdevice
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.68 2011/04/06 18:15:09 idl0r Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.69 2012/05/05 08:27:15 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org>
+  vdr-softdevice-0.5.0.20080922.ebuild, vdr-softdevice-0.5.0.20090218.ebuild,
+  vdr-softdevice-0.5.0.20090630.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   06 Apr 2011; Christian Ruppert <idl0r@gentoo.org>
   vdr-softdevice-0.5.0.20080922.ebuild, vdr-softdevice-0.5.0.20090218.ebuild:



1.6                  media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild

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

Index: vdr-softdevice-0.5.0.20090218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vdr-softdevice-0.5.0.20090218.ebuild	6 Apr 2011 18:15:09 -0000	1.5
+++ vdr-softdevice-0.5.0.20090218.ebuild	5 May 2012 08:27:15 -0000	1.6
@@ -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/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild,v 1.5 2011/04/06 18:15:09 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090218.ebuild,v 1.6 2012/05/05 08:27:15 jdhore Exp $
 
 EAPI=3
 
@@ -45,7 +45,7 @@
 				xinerama? ( x11-proto/xineramaproto )
 			)
 	fbcon? ( sys-kernel/linux-headers )
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 # Make sure the assembler USE flags are unmasked on amd64
 # Remove this once default-linux/amd64/2006.1 is deprecated
 DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )"



1.5                  media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild

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

Index: vdr-softdevice-0.5.0.20090630.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdr-softdevice-0.5.0.20090630.ebuild	6 Apr 2011 17:29:09 -0000	1.4
+++ vdr-softdevice-0.5.0.20090630.ebuild	5 May 2012 08:27:15 -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/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild,v 1.4 2011/04/06 17:29:09 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20090630.ebuild,v 1.5 2012/05/05 08:27:15 jdhore Exp $
 
 EAPI="2"
 
@@ -54,7 +54,7 @@
 				xinerama? ( x11-proto/xineramaproto )
 			)
 	fbcon? ( sys-kernel/linux-headers )
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 # Make sure the assembler USE flags are unmasked on amd64
 # Remove this once default-linux/amd64/2006.1 is deprecated
 DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )"






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

end of thread, other threads:[~2012-05-05  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05  8:27 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-softdevice: vdr-softdevice-0.5.0.20080922.ebuild ChangeLog vdr-softdevice-0.5.0.20090218.ebuild vdr-softdevice-0.5.0.20090630.ebuild Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-06 17:29 Christian Ruppert (idl0r)

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