From 4655123a499af2ad6caa576e562efd2dfac10f84 Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Fri, 22 Oct 2021 08:38:43 +0200 Subject: x11-themes/vdr-channel-logos: drop 0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/819135 Signed-off-by: Jakov Smolić --- .../vdr-channel-logos/vdr-channel-logos-0.2.ebuild | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild (limited to 'x11-themes') diff --git a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild deleted file mode 100644 index 196e464f3fce..000000000000 --- a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -MY_P=${PN#vdr-channel-}-${PV} - -DESCRIPTION="Logos for vdr-skin*" -HOMEPAGE="http://www.vdrskins.org/" -SRC_URI="http://www.vdrskins.org/vdrskins/albums/userpics/10138/${MY_P}.tar.gz" - -LICENSE="fairuse" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S=${WORKDIR}/logos - -src_install() { - insinto /usr/share/vdr/channel-logos - find -maxdepth 1 -name "*.xpm" -print0|xargs -0 cp -a --target="${D}/usr/share/vdr/channel-logos/" -} -- cgit v1.2.3-65-gdbad