summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2009-02-21 15:04:43 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2009-02-21 15:04:43 +0000
commit7612f6825270f24ae7e571add7dbc6437fccda89 (patch)
treea663a12a881f9af750dc178868d1fe54af4f1aeb /media-plugins/vdr-exec
parentVersion bump (diff)
downloadgentoo-2-7612f6825270f24ae7e571add7dbc6437fccda89.tar.gz
gentoo-2-7612f6825270f24ae7e571add7dbc6437fccda89.tar.bz2
gentoo-2-7612f6825270f24ae7e571add7dbc6437fccda89.zip
Remove symlink pointing on itself from the sources.
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-exec')
-rw-r--r--media-plugins/vdr-exec/ChangeLog7
-rw-r--r--media-plugins/vdr-exec/vdr-exec-0.0.2.ebuild15
2 files changed, 18 insertions, 4 deletions
diff --git a/media-plugins/vdr-exec/ChangeLog b/media-plugins/vdr-exec/ChangeLog
index f76e0ee0e4d2..a5dc49fb35d4 100644
--- a/media-plugins/vdr-exec/ChangeLog
+++ b/media-plugins/vdr-exec/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/vdr-exec
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-exec/ChangeLog,v 1.2 2007/12/19 13:58:38 hd_brummy Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-exec/ChangeLog,v 1.3 2009/02/21 15:04:43 zzam Exp $
+
+ 21 Feb 2009; Matthias Schwarzott <zzam@gentoo.org> vdr-exec-0.0.2.ebuild:
+ Remove symlink pointing on itself from the sources.
19 Dec 2007; Joerg Bornkessel <hd_brummy@gentoo.org>
vdr-exec-0.0.2.ebuild:
diff --git a/media-plugins/vdr-exec/vdr-exec-0.0.2.ebuild b/media-plugins/vdr-exec/vdr-exec-0.0.2.ebuild
index 8ee8421f82b7..e57b2ffda057 100644
--- a/media-plugins/vdr-exec/vdr-exec-0.0.2.ebuild
+++ b/media-plugins/vdr-exec/vdr-exec-0.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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-exec/vdr-exec-0.0.2.ebuild,v 1.3 2007/12/19 13:58:38 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-exec/vdr-exec-0.0.2.ebuild,v 1.4 2009/02/21 15:04:43 zzam Exp $
inherit vdr-plugin
@@ -14,3 +14,14 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="media-video/vdr"
+RDEPEND="${DEPEND}"
+
+src_unpack()
+{
+ vdr-plugin_src_unpack
+ cd "${S}"
+
+ # remove symlink pointing on itself, irritating portage
+ rm exec
+}
+