diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2010-09-26 16:36:36 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2010-09-26 16:36:36 +0000 |
commit | b9e0d69405370f782cb63c8d5bb6890303a16303 (patch) | |
tree | 7246048077df8c63116277a5123790ea91cffc56 /media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild | |
parent | Bump (diff) | |
download | gentoo-2-b9e0d69405370f782cb63c8d5bb6890303a16303.tar.gz gentoo-2-b9e0d69405370f782cb63c8d5bb6890303a16303.tar.bz2 gentoo-2-b9e0d69405370f782cb63c8d5bb6890303a16303.zip |
removed unneeded depend to ttf-bitstream-vera, #335785
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild')
-rw-r--r-- | media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild b/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild index ebae64eadba8..a82ee87c8a20 100644 --- a/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild +++ b/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.5 2010/06/16 12:21:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.6 2010/09/26 16:36:36 hd_brummy Exp $ EAPI="2" @@ -23,7 +23,6 @@ IUSE_THEMES="+theme_deepblue theme_avp theme_deeppurple theme_poetter" IUSE="${IUSE_THEMES} directfb graphtft-fe imagemagick touchscreen" DEPEND=">=media-video/vdr-1.6.0_p2-r1[graphtft] - media-fonts/ttf-bitstream-vera media-libs/imlib2[png,jpeg] gnome-base/libgtop >=media-video/ffmpeg-0.4.8_p20090201 @@ -97,10 +96,6 @@ src_compile() { src_install() { vdr-plugin_src_install - keepdir /usr/share/vdr/graphTFT/themes - - dosym /usr/share/fonts/ttf-bitstream-vera /usr/share/vdr/graphTFT/fonts - dodoc "${S}"/documents/{README,HISTORY,HOWTO.Themes,INSTALL} if use graphtft-fe; then |