summaryrefslogtreecommitdiff
path: root/x11-themes/skinenigmang-logos/skinenigmang-logos-20070214-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/skinenigmang-logos/skinenigmang-logos-20070214-r1.ebuild')
-rw-r--r--x11-themes/skinenigmang-logos/skinenigmang-logos-20070214-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-themes/skinenigmang-logos/skinenigmang-logos-20070214-r1.ebuild b/x11-themes/skinenigmang-logos/skinenigmang-logos-20070214-r1.ebuild
deleted file mode 100644
index 6e7a2d058e50..000000000000
--- a/x11-themes/skinenigmang-logos/skinenigmang-logos-20070214-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="VDR - Skin Plugin: enigma-ng logos"
-HOMEPAGE="http://andreas.vdr-developer.org/enigmang/download.html"
-SRC_URI="!dxr3? ( http://andreas.vdr-developer.org/enigmang/download/${PN}-xpm-hi-${PV}.tgz )
- dxr3? ( http://andreas.vdr-developer.org/enigmang/download/${PN}-xpm-lo-${PV}.tgz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="dxr3"
-
-RDEPEND="media-plugins/vdr-skinenigmang
- app-text/convmv"
-
-S=${WORKDIR}/skinenigmang
-
-src_prepare() {
-
- convmv --notest -f iso-8859-1 -t utf-8 -r "${S}"/
-}
-
-src_install() {
-
- insinto /usr/share/vdr/skinenigmang
- cp -r -a "${S}"/* --target="${D}"/usr/share/vdr/skinenigmang
-}