diff options
Diffstat (limited to 'x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild')
-rw-r--r-- | x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild b/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild deleted file mode 100644 index 79fd566a89b8..000000000000 --- a/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -DESCRIPTION="VDR - Skin Plugin: enigma-ng logos" -HOMEPAGE="http://andreas.vdr-developer.org/enigmang/download.html - http://creimer.net/channellogos/" -SRC_URI="http://vdr.websitec.de/download/${PN}/enigma-logos-${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="media-plugins/vdr-skinenigmang" - -S=${WORKDIR}/enigmalogos - -src_install() { - - insinto /usr/share/vdr/skinenigmang/ - cp -r -a "${S}"/* --target="${D}"/usr/share/vdr/skinenigmang/ -} |