summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2014-08-31 11:18:34 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2014-08-31 11:18:34 +0000
commit88fb0ba9d88b1debb06278f1295b4eefb921a67e (patch)
tree0e9c7087927081d822df6befe8a9febed679e4d5 /media-plugins
parentDrop old. (diff)
downloadgentoo-2-88fb0ba9d88b1debb06278f1295b4eefb921a67e.tar.gz
gentoo-2-88fb0ba9d88b1debb06278f1295b4eefb921a67e.tar.bz2
gentoo-2-88fb0ba9d88b1debb06278f1295b4eefb921a67e.zip
cleanup old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-infosatepg/ChangeLog6
-rw-r--r--media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild28
2 files changed, 5 insertions, 29 deletions
diff --git a/media-plugins/vdr-infosatepg/ChangeLog b/media-plugins/vdr-infosatepg/ChangeLog
index 17b91d23dc1b..181eb7f5c1fd 100644
--- a/media-plugins/vdr-infosatepg/ChangeLog
+++ b/media-plugins/vdr-infosatepg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-infosatepg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v 1.8 2014/08/10 21:06:33 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v 1.9 2014/08/31 11:18:34 hd_brummy Exp $
+
+ 31 Aug 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
+ -vdr-infosatepg-0.0.11.ebuild:
+ cleanup old
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
vdr-infosatepg-0.0.11.ebuild, vdr-infosatepg-0.0.12.ebuild:
diff --git a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild
deleted file mode 100644
index e5a4ff39788f..000000000000
--- a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild,v 1.5 2014/08/10 21:06:33 slyfox Exp $
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-VERSION="342" # every bump, new version!
-
-DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data into the EPG"
-HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-infosatepg"
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.6.0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- sed '2a\
-#include <cctype>' -i global.cpp
-}