summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2013-06-05 15:47:16 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2013-06-05 15:47:16 +0000
commit01f1eabdc90daf5f5faa383e475fb8068038ac48 (patch)
tree75966745fb2c4d3a8d10b3358ed9ff9035ff0d42 /media-plugins/vdr-permashift
parentunmask media-video/vdr-2.0.2-r1 (diff)
downloadgentoo-2-01f1eabdc90daf5f5faa383e475fb8068038ac48.tar.gz
gentoo-2-01f1eabdc90daf5f5faa383e475fb8068038ac48.tar.bz2
gentoo-2-01f1eabdc90daf5f5faa383e475fb8068038ac48.zip
bump, need vdr-2.0.2-r1 with adapted extpatchng
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-permashift')
-rw-r--r--media-plugins/vdr-permashift/ChangeLog8
-rw-r--r--media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/media-plugins/vdr-permashift/ChangeLog b/media-plugins/vdr-permashift/ChangeLog
index 8484b78496c4..f5f1fe9cda04 100644
--- a/media-plugins/vdr-permashift/ChangeLog
+++ b/media-plugins/vdr-permashift/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-permashift
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/ChangeLog,v 1.2 2013/03/31 17:09:42 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/ChangeLog,v 1.3 2013/06/05 15:47:16 hd_brummy Exp $
+
+*vdr-permashift-0.5.4 (05 Jun 2013)
+
+ 05 Jun 2013; Joerg Bornkessel <hd_brummy@gentoo.org>
+ +vdr-permashift-0.5.4.ebuild:
+ bump, need vdr-2.0.2-r1 with adapted extpatchng
*vdr-permashift-0.5.2 (31 Mar 2013)
diff --git a/media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild b/media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild
new file mode 100644
index 000000000000..9ef3a1ea5473
--- /dev/null
+++ b/media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild,v 1.1 2013/06/05 15:47:16 hd_brummy Exp $
+
+EAPI="5"
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on hard disk"
+HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
+SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2013/05/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-2.0.2-r1[permashift]"
+RDEPEND="${DEPEND}"