summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2014-02-23 20:58:57 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2014-02-23 20:58:57 +0000
commit1aed5870c47e6585405277fa641d11b190a18395 (patch)
tree017c9a06575b3cbb9a22502815c82f6e74476556 /media-plugins/vdr-skinenigmang
parentcleanup old (diff)
downloadgentoo-2-1aed5870c47e6585405277fa641d11b190a18395.tar.gz
gentoo-2-1aed5870c47e6585405277fa641d11b190a18395.tar.bz2
gentoo-2-1aed5870c47e6585405277fa641d11b190a18395.zip
cleanup old, depended on vdr-plugin.eclass
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-skinenigmang')
-rw-r--r--media-plugins/vdr-skinenigmang/ChangeLog8
-rw-r--r--media-plugins/vdr-skinenigmang/vdr-skinenigmang-0.1.1.ebuild50
2 files changed, 6 insertions, 52 deletions
diff --git a/media-plugins/vdr-skinenigmang/ChangeLog b/media-plugins/vdr-skinenigmang/ChangeLog
index 247da06005f5..bf135e617daa 100644
--- a/media-plugins/vdr-skinenigmang/ChangeLog
+++ b/media-plugins/vdr-skinenigmang/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/vdr-skinenigmang
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinenigmang/ChangeLog,v 1.15 2013/04/22 17:45:17 hd_brummy Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinenigmang/ChangeLog,v 1.16 2014/02/23 20:58:57 hd_brummy Exp $
+
+ 23 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
+ -vdr-skinenigmang-0.1.1.ebuild:
+ cleanup old, depended on vdr-plugin.eclass
*vdr-skinenigmang-0.1.2_p20130302 (22 Apr 2013)
diff --git a/media-plugins/vdr-skinenigmang/vdr-skinenigmang-0.1.1.ebuild b/media-plugins/vdr-skinenigmang/vdr-skinenigmang-0.1.1.ebuild
deleted file mode 100644
index 9892f6009ebb..000000000000
--- a/media-plugins/vdr-skinenigmang/vdr-skinenigmang-0.1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinenigmang/vdr-skinenigmang-0.1.1.ebuild,v 1.3 2012/04/06 23:40:35 hd_brummy Exp $
-
-EAPI="4"
-
-inherit vdr-plugin
-
-DESCRIPTION="VDR - Skin Plugin: enigma-ng"
-HOMEPAGE="http://andreas.vdr-developer.org/enigmang/"
-SRC_URI="http://andreas.vdr-developer.org/enigmang/download/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
-IUSE="imagemagick"
-
-DEPEND=">=media-video/vdr-1.5.7"
-
-RDEPEND="${DEPEND}
- x11-themes/skinenigmang-logos
- imagemagick? ( media-gfx/imagemagick[cxx] )"
-
-S=${WORKDIR}/skinenigmang-${PV}
-
-src_prepare() {
- vdr-plugin_src_prepare
-
- use imagemagick && sed -i "s:#HAVE_IMAGEMAGICK:HAVE_IMAGEMAGICK:" Makefile
-
- # TODO: implement a clean query / extra tool vdr-config
- sed -i -e '/^VDRLOCALE/d' Makefile
-
- if has_version ">=media-video/vdr-1.5.9"; then
- sed -i -e 's/.*$(VDRLOCALE).*/ifeq (1,1)/' Makefile
- fi
-
- if has_version ">=media-video/vdr-1.7.27"; then
- epatch "${FILESDIR}"/vdr-1.7.27.diff
- fi
-
- sed -i -e "s:-I/usr/local/include/ImageMagick::" Makefile
-}
-
-src_install() {
- vdr-plugin_src_install
-
- insinto /etc/vdr/themes
- doins "${S}"/themes/*
-}