diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-08-15 13:54:37 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-08-15 13:54:37 +0000 |
commit | db2794ef0ac72a67719f32dde2c8a0a4fa0ae30e (patch) | |
tree | 95bd8b7c1529debe26cae9b22f9bdc9c5ea0ca9b /media-plugins/vdr-yaepg | |
parent | Stable on amd64 wrt Bug #143961 (diff) | |
download | gentoo-2-db2794ef0ac72a67719f32dde2c8a0a4fa0ae30e.tar.gz gentoo-2-db2794ef0ac72a67719f32dde2c8a0a4fa0ae30e.tar.bz2 gentoo-2-db2794ef0ac72a67719f32dde2c8a0a4fa0ae30e.zip |
No longer use internal vdr-plugin.eclass-variable.
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'media-plugins/vdr-yaepg')
-rw-r--r-- | media-plugins/vdr-yaepg/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/vdr-yaepg/vdr-yaepg-0.0.2.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-plugins/vdr-yaepg/ChangeLog b/media-plugins/vdr-yaepg/ChangeLog index d80bfc0155cf..171018d3e9c5 100644 --- a/media-plugins/vdr-yaepg/ChangeLog +++ b/media-plugins/vdr-yaepg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/vdr-yaepg # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-yaepg/ChangeLog,v 1.5 2006/08/01 20:43:36 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-yaepg/ChangeLog,v 1.6 2006/08/15 13:54:37 zzam Exp $ + + 15 Aug 2006; Matthias Schwarzott <zzam@gentoo.org> + vdr-yaepg-0.0.2.1.ebuild: + No longer use internal vdr-plugin.eclass-variable. 01 Aug 2006; Matthias Schwarzott <zzam@gentoo.org> metadata.xml: Assigned package to VDR-Project. diff --git a/media-plugins/vdr-yaepg/vdr-yaepg-0.0.2.1.ebuild b/media-plugins/vdr-yaepg/vdr-yaepg-0.0.2.1.ebuild index 8283f2a7c8b1..57cc01280232 100644 --- a/media-plugins/vdr-yaepg/vdr-yaepg-0.0.2.1.ebuild +++ b/media-plugins/vdr-yaepg/vdr-yaepg-0.0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-yaepg/vdr-yaepg-0.0.2.1.ebuild,v 1.3 2006/06/17 19:07:42 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-yaepg/vdr-yaepg-0.0.2.1.ebuild,v 1.4 2006/08/15 13:54:37 zzam Exp $ inherit vdr-plugin eutils @@ -25,11 +25,11 @@ pkg_setup() { vdr-plugin_pkg_setup einfo "Checking driver" - grep -q OSD_OpenRaw ${DVB_INCLUDE_DIR}/linux/dvb/*.h + grep -q OSD_OpenRaw /usr/include/linux/dvb/*.h eend $? "You need to update your DVB-Driver!" || die "Too old DVB-Driver installed!" einfo "Checking for patched vdr" - grep -q fontYaepg ${VDR_INCLUDE_DIR}/vdr/font.h + grep -q fontYaepg /usr/include/vdr/font.h eend $? "You need to emerge vdr with use-flag yaepg set!" || die "Unpatched vdr detected!" } |