summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-29 23:53:44 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-29 23:53:44 +0000
commit4a1c8021817cc01972c0ff4f45de259f61db2f5e (patch)
tree77634c5abd24565aed3d6df18a959da8f5298640 /media-video/mplay-sh/mplay-sh-0.5.3.ebuild
parentEAPI=5 (diff)
downloadgentoo-2-4a1c8021817cc01972c0ff4f45de259f61db2f5e.tar.gz
gentoo-2-4a1c8021817cc01972c0ff4f45de259f61db2f5e.tar.bz2
gentoo-2-4a1c8021817cc01972c0ff4f45de259f61db2f5e.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-video/mplay-sh/mplay-sh-0.5.3.ebuild')
-rw-r--r--media-video/mplay-sh/mplay-sh-0.5.3.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/media-video/mplay-sh/mplay-sh-0.5.3.ebuild b/media-video/mplay-sh/mplay-sh-0.5.3.ebuild
deleted file mode 100644
index c372b43b2d0f..000000000000
--- a/media-video/mplay-sh/mplay-sh-0.5.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplay-sh/mplay-sh-0.5.3.ebuild,v 1.2 2009/03/30 22:19:32 hd_brummy Exp $
-
-inherit eutils
-
-MY_P="mplay-${PV}"
-
-DESCRIPTION="mplayer wrapper script as backend for vdr-mplayer"
-HOMEPAGE="http://www.vdr-portal.de/board/thread.php?threadid=62306"
-SRC_URI="mirror://gentoo/${MY_P}.tgz
- http://dev.gentoo.org/~zzam/distfiles/${MY_P}.tgz"
-
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-RDEPEND=">=media-video/mplayer-0.90_rc4"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i mplay.sh \
- -e 's#$CONFDIR/silence.wav#/usr/share/vdr/mplay-sh/silence.wav#'
-}
-
-src_install() {
- exeinto /usr/share/vdr/mplayer/bin
- doexe mplay.sh
-
- insinto /etc/vdr/plugins/mplay
- doins conf.examples/*.conf conf.examples/mplayrc
-
- insinto /usr/share/vdr/mplay-sh
- doins conf.examples/silence.wav
-
- dodoc README* HISTORY
-}