summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2013-11-26 20:36:23 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2013-11-26 20:36:23 +0000
commit6cb9a48a7f76ed5159c30bfcf2c51a564f1446bf (patch)
treee8b9feffa809d9ae204b8a6dced911fd42993a5f /media-plugins/vdr-infosatepg
parentamd64-fbsd has no stable keywords (diff)
downloadgentoo-2-6cb9a48a7f76ed5159c30bfcf2c51a564f1446bf.tar.gz
gentoo-2-6cb9a48a7f76ed5159c30bfcf2c51a564f1446bf.tar.bz2
gentoo-2-6cb9a48a7f76ed5159c30bfcf2c51a564f1446bf.zip
eapi=5; vdr-plugin-2.eclass, bump, thx to F.Steinel on wrt bug #476308
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-infosatepg')
-rw-r--r--media-plugins/vdr-infosatepg/ChangeLog10
-rw-r--r--media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/media-plugins/vdr-infosatepg/ChangeLog b/media-plugins/vdr-infosatepg/ChangeLog
index 106a4a863de2..7d9f1493079f 100644
--- a/media-plugins/vdr-infosatepg/ChangeLog
+++ b/media-plugins/vdr-infosatepg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-infosatepg
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v 1.5 2012/04/24 10:30:31 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v 1.6 2013/11/26 20:36:23 hd_brummy Exp $
+
+*vdr-infosatepg-0.0.12 (26 Nov 2013)
+
+ 26 Nov 2013; Joerg Bornkessel <hd_brummy@gentoo.org>
+ +vdr-infosatepg-0.0.12.ebuild:
+ eapi=5; vdr-plugin-2.eclass, bump, thx to F.Steinel on wrt bug #476308
24 Apr 2012; Michał Górny <mgorny@gentoo.org> vdr-infosatepg-0.0.10.ebuild,
vdr-infosatepg-0.0.11.ebuild:
diff --git a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
new file mode 100644
index 000000000000..c9b2cf6c198c
--- /dev/null
+++ b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild,v 1.1 2013/11/26 20:36:23 hd_brummy Exp $
+
+EAPI="5"
+
+inherit vdr-plugin-2
+
+VERSION="1098" # every bump, new version!
+
+DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data into the EPG."
+HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-infosatepg"
+SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=media-video/vdr-2.0"
+RDEPEND="${DEPEND}"