diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-12-15 12:43:10 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-12-15 12:43:10 +0000 |
commit | 410d7f93e84e8ec893c0f6606a32c808f44060d5 (patch) | |
tree | 6e69fc9b3cba1cdf1a1c1d0ab882599a90d7e43e /media-plugins/vdr-permashift | |
parent | Version bump (diff) | |
download | gentoo-2-410d7f93e84e8ec893c0f6606a32c808f44060d5.tar.gz gentoo-2-410d7f93e84e8ec893c0f6606a32c808f44060d5.tar.bz2 gentoo-2-410d7f93e84e8ec893c0f6606a32c808f44060d5.zip |
bump
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-permashift')
-rw-r--r-- | media-plugins/vdr-permashift/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/media-plugins/vdr-permashift/ChangeLog b/media-plugins/vdr-permashift/ChangeLog index 74f147b58357..37277b2b9a3d 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/ChangeLog,v 1.4 2014/09/26 11:04:49 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/ChangeLog,v 1.5 2014/12/15 12:43:10 hd_brummy Exp $ + +*vdr-permashift-1.0.1 (15 Dec 2014) + + 15 Dec 2014; Joerg Bornkessel <hd_brummy@gentoo.org> + +vdr-permashift-1.0.1.ebuild: + bump *vdr-permashift-1.0.0 (26 Sep 2014) diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild new file mode 100644 index 000000000000..7ccaaa92b315 --- /dev/null +++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild,v 1.1 2014/12/15 12:43:10 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/2014/11/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-video/vdr-2.0.6[permashift_v1]" +RDEPEND="" |