summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2009-05-07 21:49:43 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2009-05-07 21:49:43 +0000
commit7938ccef1dde156188a157740b0205d0b2452931 (patch)
tree5774c19fb87a9d1ef9c5955e82708af46d2ca8b2 /media-plugins
parentAdd patch for GCC 4.4 compatibility, bug 268430. Thanks to Daniel J. <sleeper... (diff)
downloadgentoo-2-7938ccef1dde156188a157740b0205d0b2452931.tar.gz
gentoo-2-7938ccef1dde156188a157740b0205d0b2452931.tar.bz2
gentoo-2-7938ccef1dde156188a157740b0205d0b2452931.zip
clean up; keyword ~amd64
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-launcher/ChangeLog8
-rw-r--r--media-plugins/vdr-launcher/vdr-launcher-0.0.2a-r1.ebuild16
-rw-r--r--media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild7
3 files changed, 10 insertions, 21 deletions
diff --git a/media-plugins/vdr-launcher/ChangeLog b/media-plugins/vdr-launcher/ChangeLog
index f87129bd6c10..7a51cd85bfd9 100644
--- a/media-plugins/vdr-launcher/ChangeLog
+++ b/media-plugins/vdr-launcher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-launcher
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-launcher/ChangeLog,v 1.4 2008/04/28 19:02:07 zzam Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-launcher/ChangeLog,v 1.5 2009/05/07 21:49:43 hd_brummy Exp $
+
+ 07 May 2009; Joerg Bornkessel <hd_brummy@gentoo.org>
+ -vdr-launcher-0.0.2a-r1.ebuild, vdr-launcher-0.0.4.ebuild:
+ clean up; keyword ~amd64
*vdr-launcher-0.0.4 (28 Apr 2008)
diff --git a/media-plugins/vdr-launcher/vdr-launcher-0.0.2a-r1.ebuild b/media-plugins/vdr-launcher/vdr-launcher-0.0.2a-r1.ebuild
deleted file mode 100644
index 04a8490defbc..000000000000
--- a/media-plugins/vdr-launcher/vdr-launcher-0.0.2a-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2003-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-launcher/vdr-launcher-0.0.2a-r1.ebuild,v 1.2 2007/07/10 23:08:59 mr_bones_ Exp $
-
-inherit vdr-plugin
-
-DESCRIPTION="VDR Plugin: launch other plugins - even when their menu-entry is hidden"
-HOMEPAGE="http://people.freenet.de/cwieninger/html/vdr-launcher.html"
-SRC_URI="http://people.freenet.de/cwieninger/${P/vdr/vdr_1.3.11}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.3.7"
diff --git a/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild b/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
index dc27c3ec55d5..dc7083ade2ed 100644
--- a/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
+++ b/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 2003-2008 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-launcher/vdr-launcher-0.0.4.ebuild,v 1.1 2008/04/28 19:02:07 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild,v 1.2 2009/05/07 21:49:43 hd_brummy Exp $
inherit vdr-plugin
@@ -10,7 +10,8 @@ SRC_URI="http://winni.vdr-developer.org/launcher/downloads/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=media-video/vdr-1.3.7"
+RDEPEND="${DEPEND}"