summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-01-20 21:54:37 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-01-20 21:54:37 +0000
commite2fe9889d841e1187320dcfa6686e8a64b24eaf4 (patch)
treeb1ad1ceab0a9f98342d7973751c009a039f88df4 /media-plugins/vdr-softdevice
parentkeyworded ~x86, bug 206146 (diff)
downloadgentoo-2-e2fe9889d841e1187320dcfa6686e8a64b24eaf4.tar.gz
gentoo-2-e2fe9889d841e1187320dcfa6686e8a64b24eaf4.tar.bz2
gentoo-2-e2fe9889d841e1187320dcfa6686e8a64b24eaf4.zip
Fixed wrong package atom for libtheora, thanks to luckz from #gentoo-vdr.
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins/vdr-softdevice')
-rw-r--r--media-plugins/vdr-softdevice/ChangeLog8
-rw-r--r--media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild6
-rw-r--r--media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild6
-rw-r--r--media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20080120.ebuild4
-rw-r--r--media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild6
5 files changed, 18 insertions, 12 deletions
diff --git a/media-plugins/vdr-softdevice/ChangeLog b/media-plugins/vdr-softdevice/ChangeLog
index 3a4757cddb88..a8614ff35659 100644
--- a/media-plugins/vdr-softdevice/ChangeLog
+++ b/media-plugins/vdr-softdevice/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-softdevice
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.52 2008/01/20 20:44:25 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.53 2008/01/20 21:54:37 zzam Exp $
+
+ 20 Jan 2008; Matthias Schwarzott <zzam@gentoo.org>
+ vdr-softdevice-0.4.0.ebuild, vdr-softdevice-0.4.0.20070711.ebuild,
+ vdr-softdevice-0.4.0.20070711-r1.ebuild,
+ vdr-softdevice-0.4.0.20080120.ebuild:
+ Fixed wrong package atom for libtheora, thanks to luckz from #gentoo-vdr.
*vdr-softdevice-0.4.0.20080120 (20 Jan 2008)
diff --git a/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild b/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild
index ed6c36c009ca..7ba310f710b2 100644
--- a/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild
+++ b/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.4.0.20070711-r1.ebuild,v 1.4 2007/11/21 09:58:54 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild,v 1.5 2008/01/20 21:54:37 zzam Exp $
inherit vdr-plugin versionator
@@ -80,7 +80,7 @@ pkg_setup() {
# Check for ffmpeg relying on libtheora without pkg-config-file
# Bug #142250
if built_with_use media-video/ffmpeg theora && \
- has_version "<media-libs/libtheora/libtheora-1.0_alpha4"; then
+ has_version "<media-libs/libtheora-1.0_alpha4"; then
eerror "This package will not work when using ffmpeg with"
eerror "USE=\"theora\" combined with media-libs/libtheora"
diff --git a/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild b/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild
index 663de57e62d8..40d0aaae49da 100644
--- a/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild
+++ b/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.4.0.20070711.ebuild,v 1.3 2007/11/21 09:56:46 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild,v 1.4 2008/01/20 21:54:37 zzam Exp $
inherit vdr-plugin versionator
@@ -79,7 +79,7 @@ pkg_setup() {
# Check for ffmpeg relying on libtheora without pkg-config-file
# Bug #142250
if built_with_use media-video/ffmpeg theora && \
- has_version "<media-libs/libtheora/libtheora-1.0_alpha4"; then
+ has_version "<media-libs/libtheora-1.0_alpha4"; then
eerror "This package will not work when using ffmpeg with"
eerror "USE=\"theora\" combined with media-libs/libtheora"
diff --git a/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20080120.ebuild b/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20080120.ebuild
index 816a57e8562a..5772e3e7cd34 100644
--- a/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20080120.ebuild
+++ b/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20080120.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.4.0.20080120.ebuild,v 1.1 2008/01/20 20:44:25 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20080120.ebuild,v 1.2 2008/01/20 21:54:37 zzam Exp $
inherit vdr-plugin versionator
@@ -79,7 +79,7 @@ pkg_setup() {
# Check for ffmpeg relying on libtheora without pkg-config-file
# Bug #142250
if built_with_use media-video/ffmpeg theora && \
- has_version "<media-libs/libtheora/libtheora-1.0_alpha4"; then
+ has_version "<media-libs/libtheora-1.0_alpha4"; then
eerror "This package will not work when using ffmpeg with"
eerror "USE=\"theora\" combined with media-libs/libtheora"
diff --git a/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild b/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild
index d340eb6054b0..bd13c3243e04 100644
--- a/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild
+++ b/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.4.0.ebuild,v 1.5 2007/11/21 09:56:46 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild,v 1.6 2008/01/20 21:54:37 zzam Exp $
inherit vdr-plugin versionator
@@ -80,7 +80,7 @@ pkg_setup() {
# Check for ffmpeg relying on libtheora without pkg-config-file
# Bug #142250
if built_with_use media-video/ffmpeg theora && \
- has_version "<media-libs/libtheora/libtheora-1.0_alpha4"; then
+ has_version "<media-libs/libtheora-1.0_alpha4"; then
eerror "This package will not work when using ffmpeg with"
eerror "USE=\"theora\" combined with media-libs/libtheora"