summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-02-17 01:27:09 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-02-17 01:27:09 +0000
commit67cc9c112e85e61e8ed27b98211470a613ec5f46 (patch)
tree229e5bc6a28a0ac55731cdc2125bb223a5b37f52 /media-plugins/vdr-ttxtsubs
parentNo longer use ROOT for header-files as that will break either way, Bug #167285. (diff)
downloadgentoo-2-67cc9c112e85e61e8ed27b98211470a613ec5f46.tar.gz
gentoo-2-67cc9c112e85e61e8ed27b98211470a613ec5f46.tar.bz2
gentoo-2-67cc9c112e85e61e8ed27b98211470a613ec5f46.zip
No longer use ROOT for header-files as that will break either way, Bug #167285.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-plugins/vdr-ttxtsubs')
-rw-r--r--media-plugins/vdr-ttxtsubs/ChangeLog6
-rw-r--r--media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p1.ebuild6
-rw-r--r--media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p2.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/media-plugins/vdr-ttxtsubs/ChangeLog b/media-plugins/vdr-ttxtsubs/ChangeLog
index e0a9edff8976..22b31e4716aa 100644
--- a/media-plugins/vdr-ttxtsubs/ChangeLog
+++ b/media-plugins/vdr-ttxtsubs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-ttxtsubs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/ChangeLog,v 1.10 2007/01/04 11:08:40 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/ChangeLog,v 1.11 2007/02/17 01:27:09 zzam Exp $
+
+ 17 Feb 2007; Matthias Schwarzott <zzam@gentoo.org>
+ vdr-ttxtsubs-0.0.5_p1.ebuild, vdr-ttxtsubs-0.0.5_p2.ebuild:
+ No longer use ROOT for header-files as that will break either way, Bug #167285.
04 Jan 2007; Matthias Schwarzott <zzam@gentoo.org>
vdr-ttxtsubs-0.0.5_p2.ebuild:
diff --git a/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p1.ebuild b/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p1.ebuild
index 1b279c6f9180..e4bba03f5838 100644
--- a/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p1.ebuild
+++ b/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 2004-2006 Gentoo Foundation
+# Copyright 2004-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p1.ebuild,v 1.1 2006/11/16 11:40:12 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p1.ebuild,v 1.2 2007/02/17 01:27:09 zzam Exp $
inherit vdr-plugin eutils versionator
@@ -22,7 +22,7 @@ DEPEND=">=media-video/vdr-1.3.19"
S=${WORKDIR}/${MY_P#vdr-}
pkg_setup() {
- if [[ ! -f ${ROOT}/usr/include/vdr/vdrttxtsubshooks.h ]]; then
+ if [[ ! -f /usr/include/vdr/vdrttxtsubshooks.h ]]; then
eerror "please compile vdr with USE=\"subtitles\""
die "can not compile packet without subtitles-support from vdr"
fi
diff --git a/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p2.ebuild b/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p2.ebuild
index d9d003311f26..b04f97bc7ba3 100644
--- a/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p2.ebuild
+++ b/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 2004-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p2.ebuild,v 1.2 2007/01/04 11:08:40 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p2.ebuild,v 1.3 2007/02/17 01:27:09 zzam Exp $
inherit vdr-plugin eutils versionator
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P#vdr-}
PATCHES="${WORKDIR}/${PATCHNAME}.diff"
pkg_setup() {
- if [[ ! -f ${ROOT}/usr/include/vdr/vdrttxtsubshooks.h ]]; then
+ if [[ ! -f /usr/include/vdr/vdrttxtsubshooks.h ]]; then
eerror "please compile vdr with USE=\"subtitles\""
die "can not compile packet without subtitles-support from vdr"
fi