summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-05-08 06:46:50 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-05-08 06:46:50 +0000
commit54db5f421999f890537da4133549e762e857d6c5 (patch)
treea9c357dc474deb0ff734c61e35a7a207676a6dea /media-plugins/vdr-games
parentadded eutils to inherit (diff)
downloadgentoo-2-54db5f421999f890537da4133549e762e857d6c5.tar.gz
gentoo-2-54db5f421999f890537da4133549e762e857d6c5.tar.bz2
gentoo-2-54db5f421999f890537da4133549e762e857d6c5.zip
Changed patching from epatch to PATCHES=...
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'media-plugins/vdr-games')
-rw-r--r--media-plugins/vdr-games/ChangeLog5
-rw-r--r--media-plugins/vdr-games/files/digest-vdr-games-0.6.12
-rw-r--r--media-plugins/vdr-games/vdr-games-0.6.1.ebuild7
3 files changed, 8 insertions, 6 deletions
diff --git a/media-plugins/vdr-games/ChangeLog b/media-plugins/vdr-games/ChangeLog
index 2104acbf6289..e6a5916cd26b 100644
--- a/media-plugins/vdr-games/ChangeLog
+++ b/media-plugins/vdr-games/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/vdr-games
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-games/ChangeLog,v 1.1 2006/03/06 16:25:41 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-games/ChangeLog,v 1.2 2006/05/08 06:46:50 zzam Exp $
+
+ 08 May 2006; Matthias Schwarzott <zzam@gentoo.org> vdr-games-0.6.1.ebuild:
+ Changed patching from epatch to PATCHES=...
*vdr-games-0.6.1 (06 Mar 2006)
diff --git a/media-plugins/vdr-games/files/digest-vdr-games-0.6.1 b/media-plugins/vdr-games/files/digest-vdr-games-0.6.1
index 8e352bf990cd..613254c12daf 100644
--- a/media-plugins/vdr-games/files/digest-vdr-games-0.6.1
+++ b/media-plugins/vdr-games/files/digest-vdr-games-0.6.1
@@ -1 +1,3 @@
MD5 781ba2ef4b2ca0e41a45c679aae62085 vdr-games-0.6.1.tar.gz 38164
+RMD160 e9c2e9e28d19ba5bf087277b819809de6ca60a17 vdr-games-0.6.1.tar.gz 38164
+SHA256 a576db2cffc145e8b5adc57f45eb2a9f00a0af33bce23d316757a89c3d28981f vdr-games-0.6.1.tar.gz 38164
diff --git a/media-plugins/vdr-games/vdr-games-0.6.1.ebuild b/media-plugins/vdr-games/vdr-games-0.6.1.ebuild
index 1491162b8070..03d920abcffb 100644
--- a/media-plugins/vdr-games/vdr-games-0.6.1.ebuild
+++ b/media-plugins/vdr-games/vdr-games-0.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-games/vdr-games-0.6.1.ebuild,v 1.1 2006/03/06 16:25:41 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-games/vdr-games-0.6.1.ebuild,v 1.2 2006/05/08 06:46:50 zzam Exp $
inherit vdr-plugin
@@ -16,7 +16,4 @@ IUSE=""
DEPEND=">=media-video/vdr-1.2.6"
-src_unpack() {
- vdr-plugin_src_unpack
- epatch ${FILESDIR}/${P}-gentoo.diff
-}
+PATCHES="${FILESDIR}/${P}-gentoo.diff"