summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2013-03-31 12:06:30 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2013-03-31 12:06:30 +0000
commitb8db704c9270dc3d2dd22ffe910c847f29dfefd6 (patch)
tree90d534c108ec43cbdb13ee106aed79aaca67a0d5 /media-plugins/vdr-femon
parentnew package (diff)
downloadgentoo-2-b8db704c9270dc3d2dd22ffe910c847f29dfefd6.tar.gz
gentoo-2-b8db704c9270dc3d2dd22ffe910c847f29dfefd6.tar.bz2
gentoo-2-b8db704c9270dc3d2dd22ffe910c847f29dfefd6.zip
bump
(Portage version: 2.1.11.50/cvs/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'media-plugins/vdr-femon')
-rw-r--r--media-plugins/vdr-femon/ChangeLog10
-rw-r--r--media-plugins/vdr-femon/vdr-femon-1.7.19.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/media-plugins/vdr-femon/ChangeLog b/media-plugins/vdr-femon/ChangeLog
index 3ee9fb8e63b4..5e2956877ea1 100644
--- a/media-plugins/vdr-femon/ChangeLog
+++ b/media-plugins/vdr-femon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-femon
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-femon/ChangeLog,v 1.28 2011/01/28 23:58:52 hd_brummy Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-femon/ChangeLog,v 1.29 2013/03/31 12:06:30 hd_brummy Exp $
+
+*vdr-femon-1.7.19 (31 Mar 2013)
+
+ 31 Mar 2013; Joerg Bornkessel <hd_brummy@gentoo.org>
+ +vdr-femon-1.7.19.ebuild:
+ bump
28 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
vdr-femon-1.6.7.ebuild:
diff --git a/media-plugins/vdr-femon/vdr-femon-1.7.19.ebuild b/media-plugins/vdr-femon/vdr-femon-1.7.19.ebuild
new file mode 100644
index 000000000000..6a223a496975
--- /dev/null
+++ b/media-plugins/vdr-femon/vdr-femon-1.7.19.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-femon/vdr-femon-1.7.19.ebuild,v 1.1 2013/03/31 12:06:30 hd_brummy Exp $
+
+EAPI="5"
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: DVB Frontend Status Monitor (signal strengt/noise)"
+HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/femon/"
+SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.7.37"
+RDEPEND="${DEPEND}"