summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2006-03-03 16:56:08 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2006-03-03 16:56:08 +0000
commit6309e85690223e9e6d4617994c439244cb781146 (patch)
treedb4759e1b7d982b8595b04614f1f17a7924129a9 /media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.2_pre6-r1.ebuild
parentUpdate musepack description to make Ed Catmour happy. (diff)
downloadgentoo-2-6309e85690223e9e6d4617994c439244cb781146.tar.gz
gentoo-2-6309e85690223e9e6d4617994c439244cb781146.tar.bz2
gentoo-2-6309e85690223e9e6d4617994c439244cb781146.zip
version bump, 0.1.2* removed no more needed block to gentoo.de ebuild
(Portage version: 2.0.54)
Diffstat (limited to 'media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.2_pre6-r1.ebuild')
-rw-r--r--media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.2_pre6-r1.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.2_pre6-r1.ebuild b/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.2_pre6-r1.ebuild
index 07cdc33a181b..c3f84b421bf9 100644
--- a/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.2_pre6-r1.ebuild
+++ b/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.2_pre6-r1.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-graphlcd/vdr-graphlcd-0.1.2_pre6-r1.ebuild,v 1.4 2006/02/28 00:27:45 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.2_pre6-r1.ebuild,v 1.5 2006/03/03 16:56:08 hd_brummy Exp $
inherit eutils vdr-plugin
@@ -19,11 +19,7 @@ IUSE="truetype"
S=${WORKDIR}/${VDRPLUGIN}-${MY_PV}
DEPEND=">=media-video/vdr-1.2.6
- >=app-misc/graphlcd-base-${PV}
- !sys-apps/graphlcd-base"
-
-# DO NOT remove "!sys-apps/graphlcd-base" from DEPEND !!!
-# It will fix a conflict with ebuilds in Gentoo.de OVERLAY CVS
+ >=app-misc/graphlcd-base-${PV}"
PATCHES="${FILESDIR}/0.1.2/*"
@@ -31,8 +27,6 @@ src_unpack() {
vdr-plugin_src_unpack
- cd ${S}
-
sed -i "s:/usr/local:/usr:" Makefile
}