summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2010-09-26 16:36:36 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2010-09-26 16:36:36 +0000
commitb9e0d69405370f782cb63c8d5bb6890303a16303 (patch)
tree7246048077df8c63116277a5123790ea91cffc56 /media-plugins
parentBump (diff)
downloadgentoo-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')
-rw-r--r--media-plugins/vdr-graphtft/ChangeLog6
-rw-r--r--media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild23
-rw-r--r--media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild7
3 files changed, 15 insertions, 21 deletions
diff --git a/media-plugins/vdr-graphtft/ChangeLog b/media-plugins/vdr-graphtft/ChangeLog
index cd5b485308e3..abf53b18097a 100644
--- a/media-plugins/vdr-graphtft/ChangeLog
+++ b/media-plugins/vdr-graphtft/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-graphtft
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.23 2010/06/16 12:21:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.24 2010/09/26 16:36:36 hd_brummy Exp $
+
+ 26 Sep 2010; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-graphtft-0.2.2-r1.ebuild, vdr-graphtft-0.3.2.24.ebuild:
+ removed unneeded depend to ttf-bitstream-vera, #335785
16 Jun 2010; Alexis Ballier <aballier@gentoo.org>
vdr-graphtft-0.3.2.24.ebuild:
diff --git a/media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild b/media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild
index 50692266d8fd..54b0c67b4cf3 100644
--- a/media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild
+++ b/media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.2.2-r1.ebuild,v 1.5 2009/10/22 15:05:04 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild,v 1.6 2010/09/26 16:36:36 hd_brummy Exp $
EAPI="2"
@@ -10,7 +10,6 @@ DESCRIPTION="VDR plugin: GraphTFT"
HOMEPAGE="http://www.vdr-wiki.de/wiki/index.php/Graphtft-plugin"
SRC_URI="http://www.jwendel.de/vdr/${P}.tar.bz2
http://www.jwendel.de/vdr/DeepBlue-horchi-0.0.11.tar.bz2"
-# http://www.jwendel.de/vdr/alien-vs-predator-0.0.11.tar.bz2"
KEYWORDS="~x86 ~amd64"
SLOT="0"
@@ -18,7 +17,6 @@ LICENSE="GPL-2 LGPL-2.1"
IUSE="directfb graphtft-fe imagemagick"
DEPEND=">=media-video/vdr-1.6.0_p2-r1[graphtft]
- media-fonts/ttf-bitstream-vera
media-libs/imlib2[png,jpeg]
imagemagick? ( media-gfx/imagemagick[png] )
gnome-base/libgtop
@@ -95,11 +93,6 @@ src_install() {
insinto /usr/share/vdr/graphTFT/themes/DeepBlue/
doins -r "${WORKDIR}"/DeepBlue/*
-# insinto /usr/share/vdr/graphTFT/themes/avp/
-# doins -r "${WORKDIR}"/avp/*
-
- dosym /usr/share/fonts/ttf-bitstream-vera /usr/share/vdr/graphTFT/fonts
-
dodoc "${S}"/documents/*
if use graphtft-fe; then
@@ -111,9 +104,11 @@ src_install() {
pkg_postinst() {
vdr-plugin_pkg_postinst
- echo
- elog "Graphtft-fe user:"
- elog "Edit /etc/conf.d/vdr.graphtft"
- elog "/etc/init.d/graphtft-fe start"
- echo
+ if use graphtft-fe; then
+ echo
+ elog "Graphtft-fe user:"
+ elog "Edit /etc/conf.d/vdr.graphtft"
+ elog "/etc/init.d/graphtft-fe start"
+ echo
+ fi
}
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