summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2009-05-07 20:40:15 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2009-05-07 20:40:15 +0000
commit9e52f6cfa419a4bcb757e62e55fa1965c88120ba (patch)
tree82e14e21852e4008579234b7bf50a7379ddbc355 /media-plugins/vdr-eggtimer
parentStable on alpha, bug #268405 (diff)
downloadgentoo-2-9e52f6cfa419a4bcb757e62e55fa1965c88120ba.tar.gz
gentoo-2-9e52f6cfa419a4bcb757e62e55fa1965c88120ba.tar.bz2
gentoo-2-9e52f6cfa419a4bcb757e62e55fa1965c88120ba.zip
keyword ~amd64
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-eggtimer')
-rw-r--r--media-plugins/vdr-eggtimer/ChangeLog8
-rw-r--r--media-plugins/vdr-eggtimer/vdr-eggtimer-0.9.5.ebuild11
2 files changed, 12 insertions, 7 deletions
diff --git a/media-plugins/vdr-eggtimer/ChangeLog b/media-plugins/vdr-eggtimer/ChangeLog
index 9e28847d6e40..6e053962d0c8 100644
--- a/media-plugins/vdr-eggtimer/ChangeLog
+++ b/media-plugins/vdr-eggtimer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-eggtimer
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-eggtimer/ChangeLog,v 1.5 2006/11/15 13:44:38 zzam Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-eggtimer/ChangeLog,v 1.6 2009/05/07 20:40:15 hd_brummy Exp $
+
+ 07 May 2009; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-eggtimer-0.9.5.ebuild:
+ keyword ~amd64
15 Nov 2006; Matthias Schwarzott <zzam@gentoo.org>
vdr-eggtimer-0.9.5.ebuild:
diff --git a/media-plugins/vdr-eggtimer/vdr-eggtimer-0.9.5.ebuild b/media-plugins/vdr-eggtimer/vdr-eggtimer-0.9.5.ebuild
index 361a40cda38f..ebfdf603cd46 100644
--- a/media-plugins/vdr-eggtimer/vdr-eggtimer-0.9.5.ebuild
+++ b/media-plugins/vdr-eggtimer/vdr-eggtimer-0.9.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-eggtimer/vdr-eggtimer-0.9.5.ebuild,v 1.3 2007/07/10 23:08:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-eggtimer/vdr-eggtimer-0.9.5.ebuild,v 1.4 2009/05/07 20:40:15 hd_brummy Exp $
inherit vdr-plugin
@@ -12,15 +12,16 @@ HOMEPAGE="http://vaasa.wi-bw.tfh-wildau.de/~pjuszack/digicam/#eggtimer"
SRC_URI="http://194.95.44.38/~pjuszack/digicam/download/${P}.tgz"
LICENSE="GPL-2"
-KEYWORDS="x86"
+KEYWORDS="x86 ~amd64"
DEPEND=">=media-video/vdr-1.4.0"
+RDEPEND="${DEPEND}"
-PATCHES="${FILESDIR}/${P}-i18n-fix.diff"
+PATCHES=( "${FILESDIR}/${P}-i18n-fix.diff" )
src_install() {
vdr-plugin_src_install
insinto /etc/vdr/plugins
- doins ${S}/${VDRPLUGIN}.conf
+ doins "${S}/${VDRPLUGIN}.conf"
}