summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2011-01-28 20:38:52 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2011-01-28 20:38:52 +0000
commit18c676ade86e550c3ea578cc7c1651d0c1ca2c8d (patch)
tree33526c03e11d1568879fa0491b8414f7caf3f9f7 /media-plugins
parenteapi=3; cleanup (diff)
downloadgentoo-2-18c676ade86e550c3ea578cc7c1651d0c1ca2c8d.tar.gz
gentoo-2-18c676ade86e550c3ea578cc7c1651d0c1ca2c8d.tar.bz2
gentoo-2-18c676ade86e550c3ea578cc7c1651d0c1ca2c8d.zip
eapi=3; cleanup
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-epgsync/ChangeLog8
-rw-r--r--media-plugins/vdr-epgsync/vdr-epgsync-0.0.3.ebuild23
-rw-r--r--media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild6
3 files changed, 9 insertions, 28 deletions
diff --git a/media-plugins/vdr-epgsync/ChangeLog b/media-plugins/vdr-epgsync/ChangeLog
index 5cdcdfb9935e..26b5e4ed5d86 100644
--- a/media-plugins/vdr-epgsync/ChangeLog
+++ b/media-plugins/vdr-epgsync/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-epgsync
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-epgsync/ChangeLog,v 1.5 2010/12/28 10:26:48 hd_brummy Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-epgsync/ChangeLog,v 1.6 2011/01/28 20:38:52 hd_brummy Exp $
+
+ 28 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
+ -vdr-epgsync-0.0.3.ebuild, vdr-epgsync-0.0.4.ebuild:
+ eapi=3; cleanup
28 Dec 2010; Joerg Bornkessel <hd_brummy@gentoo.org>
-vdr-epgsync-0.0.2.ebuild, vdr-epgsync-0.0.4.ebuild:
diff --git a/media-plugins/vdr-epgsync/vdr-epgsync-0.0.3.ebuild b/media-plugins/vdr-epgsync/vdr-epgsync-0.0.3.ebuild
deleted file mode 100644
index b5f4852cdfa2..000000000000
--- a/media-plugins/vdr-epgsync/vdr-epgsync-0.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-epgsync/vdr-epgsync-0.0.3.ebuild,v 1.3 2010/12/22 23:35:30 hd_brummy Exp $
-
-EAPI="2"
-
-inherit vdr-plugin
-
-DESCRIPTION="VDR Plugin: Import the EPG of another VDR via vdr-svdrpservice"
-HOMEPAGE="http://vdr.schmirler.de/"
-SRC_URI="http://vdr.schmirler.de/epgsync/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-PATCHES=("${FILESDIR}/${P}-Makefile.diff"
- "${FILESDIR}/${PN}-0.0.2-include.patch")
-
-DEPEND=(">=media-video/vdr-1.4.0"
- ">=media-plugins/vdr-svdrpservice-0.0.2")
-RDEPEND="${DEPEND}"
diff --git a/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild b/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild
index e27143974dce..9a4e9fc2eabf 100644
--- a/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild
+++ b/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild,v 1.2 2010/12/28 10:26:48 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-epgsync/vdr-epgsync-0.0.4.ebuild,v 1.3 2011/01/28 20:38:52 hd_brummy Exp $
-EAPI="2"
+EAPI="3"
inherit vdr-plugin