summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2013-06-30 18:01:53 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2013-06-30 18:01:53 +0000
commit689c6307d90ab4d8da8c6d4326ef974bd053c70e (patch)
treeba549030bc4b1041bca3c86581e913df5f104d68 /media-plugins
parentnet-misc/spice-gtk: Bump to new python eclass (diff)
downloadgentoo-2-689c6307d90ab4d8da8c6d4326ef974bd053c70e.tar.gz
gentoo-2-689c6307d90ab4d8da8c6d4326ef974bd053c70e.tar.bz2
gentoo-2-689c6307d90ab4d8da8c6d4326ef974bd053c70e.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-screenshot/ChangeLog10
-rw-r--r--media-plugins/vdr-screenshot/vdr-screenshot-0.0.11.ebuild17
-rw-r--r--media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild19
3 files changed, 27 insertions, 19 deletions
diff --git a/media-plugins/vdr-screenshot/ChangeLog b/media-plugins/vdr-screenshot/ChangeLog
index c79544c02d38..c2404c58379e 100644
--- a/media-plugins/vdr-screenshot/ChangeLog
+++ b/media-plugins/vdr-screenshot/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-screenshot
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/ChangeLog,v 1.13 2012/05/06 19:09:20 hd_brummy Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/ChangeLog,v 1.14 2013/06/30 18:01:53 hd_brummy Exp $
+
+*vdr-screenshot-0.0.15 (30 Jun 2013)
+
+ 30 Jun 2013; Joerg Bornkessel <hd_brummy@gentoo.org>
+ -vdr-screenshot-0.0.11.ebuild, +vdr-screenshot-0.0.15.ebuild:
+ bump; clean up
06 May 2012; Joerg Bornkessel <hd_brummy@gentoo.org>
vdr-screenshot-0.0.13.ebuild:
diff --git a/media-plugins/vdr-screenshot/vdr-screenshot-0.0.11.ebuild b/media-plugins/vdr-screenshot/vdr-screenshot-0.0.11.ebuild
deleted file mode 100644
index a6b0bedc1223..000000000000
--- a/media-plugins/vdr-screenshot/vdr-screenshot-0.0.11.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2004-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/vdr-screenshot-0.0.11.ebuild,v 1.4 2008/04/28 08:41:22 zzam Exp $
-
-inherit vdr-plugin
-
-DESCRIPTION="Video Disk Recorder Screenshot PlugIn"
-HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-screenshot"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~amd64"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.3.21"
-RDEPEND="${DEPEND}"
diff --git a/media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild b/media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild
new file mode 100644
index 000000000000..714ff04d7f49
--- /dev/null
+++ b/media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.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-screenshot/vdr-screenshot-0.0.15.ebuild,v 1.1 2013/06/30 18:01:53 hd_brummy Exp $
+
+EAPI="5"
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: takes screenshots of the current video or tv screen by one keypress on your remote"
+HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-screenshot"
+SRC_URI="http://www.joachim-wilke.de/downloads/${PN}/${P}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-2.0"
+RDEPEND="${DEPEND}"