summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2013-06-30 17:50:57 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2013-06-30 17:50:57 +0000
commit382481b551c97c0f66e996df897b5b07bb281461 (patch)
treef0b495e5d3f2fd5890c0cae41c9f9ab1314895c5 /media-plugins
parentFix bug #474762. Under some circumstances @MKDIR_P@ is not expanded to 'mkdir... (diff)
downloadgentoo-2-382481b551c97c0f66e996df897b5b07bb281461.tar.gz
gentoo-2-382481b551c97c0f66e996df897b5b07bb281461.tar.bz2
gentoo-2-382481b551c97c0f66e996df897b5b07bb281461.zip
bump; clean up
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-mlist/ChangeLog10
-rw-r--r--media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild18
-rw-r--r--media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild (renamed from media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild)15
3 files changed, 17 insertions, 26 deletions
diff --git a/media-plugins/vdr-mlist/ChangeLog b/media-plugins/vdr-mlist/ChangeLog
index 9c24ead4ca43..8fbfc86ce891 100644
--- a/media-plugins/vdr-mlist/ChangeLog
+++ b/media-plugins/vdr-mlist/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-mlist
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v 1.11 2011/12/21 08:42:52 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v 1.12 2013/06/30 17:50:57 hd_brummy Exp $
+
+*vdr-mlist-1.0.2 (30 Jun 2013)
+
+ 30 Jun 2013; Joerg Bornkessel <hd_brummy@gentoo.org> -vdr-mlist-0.0.3.ebuild,
+ -vdr-mlist-0.0.5.ebuild, +vdr-mlist-1.0.2.ebuild:
+ bump; clean up
21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> vdr-mlist-1.0.1.ebuild:
x86 stable wrt bug #393923
diff --git a/media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild b/media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild
deleted file mode 100644
index a9da7da00d6f..000000000000
--- a/media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2003-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-0.0.5.ebuild,v 1.4 2008/05/15 11:47:07 zzam Exp $
-
-IUSE=""
-
-inherit vdr-plugin eutils
-
-DESCRIPTION="VDR plugin: Show a history of the last OSD message"
-HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-mlist"
-SRC_URI="http://joachim-wilke.de/vdr-mlist/${P}.tgz"
-KEYWORDS="~amd64 x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND=">=media-video/vdr-1.3.30"
-
-PATCHES=("${FILESDIR}/${P}-vdr-1.4.diff")
diff --git a/media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild
index 6a4324ead89a..f08933717140 100644
--- a/media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild
+++ b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild
@@ -1,16 +1,19 @@
-# Copyright 2003-2008 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild,v 1.4 2008/04/28 08:49:47 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild,v 1.1 2013/06/30 17:50:57 hd_brummy Exp $
-IUSE=""
+EAPI="5"
-inherit vdr-plugin eutils
+inherit vdr-plugin-2
DESCRIPTION="VDR plugin: Show a history of the last OSD message"
HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-mlist"
SRC_URI="http://joachim-wilke.de/vdr-mlist/${P}.tgz"
-KEYWORDS="x86"
+
+KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
+IUSE=""
-DEPEND=">=media-video/vdr-1.3.30"
+DEPEND=">=media-video/vdr-2.0"
+RDEPEND="${DEPEND}"