summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-04-28 08:49:47 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-04-28 08:49:47 +0000
commit008efb95e29bd35acb0559b64f4ef7c9486b2970 (patch)
treeb4c4b5ade63d95485ec785866a09c03a81673706 /media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild
parentFixed homepage. (diff)
downloadgentoo-2-008efb95e29bd35acb0559b64f4ef7c9486b2970.tar.gz
gentoo-2-008efb95e29bd35acb0559b64f4ef7c9486b2970.tar.bz2
gentoo-2-008efb95e29bd35acb0559b64f4ef7c9486b2970.zip
Fixed compile with vdr-1.4. Fixed homepage.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild')
-rw-r--r--media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild b/media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild
index e428d4b60afd..67c1e637174b 100644
--- a/media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild
+++ b/media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild
@@ -1,16 +1,18 @@
# Copyright 2003-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild,v 1.1 2008/03/03 14:50:53 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild,v 1.2 2008/04/28 08:49:47 zzam Exp $
IUSE=""
inherit vdr-plugin eutils
DESCRIPTION="VDR plugin: Show a history of the last OSD message"
-HOMEPAGE="http://joachim-wilke.de/vdr-mlist.htm"
+HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-mlist"
SRC_URI="http://joachim-wilke.de/vdr-mlist/${P}.tgz"
KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"
DEPEND=">=media-video/vdr-1.3.30"
+
+PATCHES=("${FILESDIR}/${P}-vdr-1.4.diff")