summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2012-07-01 18:19:16 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2012-07-01 18:19:16 +0000
commit6b171d7de5a5d44bd03b74c197ca27f43810981c (patch)
tree8961c8fa6670801992d5b834d9a11e893fe58f7e /media-plugins
parentDrop ~ia64/~sparc keywords (diff)
downloadgentoo-2-6b171d7de5a5d44bd03b74c197ca27f43810981c.tar.gz
gentoo-2-6b171d7de5a5d44bd03b74c197ca27f43810981c.tar.bz2
gentoo-2-6b171d7de5a5d44bd03b74c197ca27f43810981c.zip
bump; vdr-plugin-2.eclass; fixed bug 424265
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-chanman/ChangeLog10
-rw-r--r--media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/media-plugins/vdr-chanman/ChangeLog b/media-plugins/vdr-chanman/ChangeLog
index 43766f20663a..43c185fe6364 100644
--- a/media-plugins/vdr-chanman/ChangeLog
+++ b/media-plugins/vdr-chanman/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-chanman
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-chanman/ChangeLog,v 1.2 2011/01/28 18:05:11 hd_brummy Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-chanman/ChangeLog,v 1.3 2012/07/01 18:19:16 hd_brummy Exp $
+
+*vdr-chanman-0.0.9 (01 Jul 2012)
+
+ 01 Jul 2012; Joerg Bornkessel <hd_brummy@gentoo.org>
+ +vdr-chanman-0.0.9.ebuild:
+ bump; vdr-plugin-2.eclass; fixed bug 424265
28 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
vdr-chanman-0.0.6.ebuild:
diff --git a/media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild b/media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild
new file mode 100644
index 000000000000..9e5f6652479e
--- /dev/null
+++ b/media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild,v 1.1 2012/07/01 18:19:16 hd_brummy Exp $
+
+EAPI="4"
+
+inherit vdr-plugin-2
+
+VERSION="993" # every bump, new version
+
+DESCRIPTION="VDR plugin: change channel with a multi level choice."
+HOMEPAGE="http://projects.vdr-developer.org/projects/plg-chanman"
+SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.6.0"
+RDEPEND="${DEPEND}"