summaryrefslogtreecommitdiff
path: root/x11-themes/vdrgraphtft-avp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
commit2f8db31405fac68eea6f7257d58529243815033b (patch)
tree54259cc8988a98a10586fc0496b1f3501cd1e2a1 /x11-themes/vdrgraphtft-avp
parenta4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff)
gentoo resync : 30.04.2018
Diffstat (limited to 'x11-themes/vdrgraphtft-avp')
-rw-r--r--x11-themes/vdrgraphtft-avp/Manifest3
-rw-r--r--x11-themes/vdrgraphtft-avp/metadata.xml8
-rw-r--r--x11-themes/vdrgraphtft-avp/vdrgraphtft-avp-0.3.1.ebuild39
3 files changed, 0 insertions, 50 deletions
diff --git a/x11-themes/vdrgraphtft-avp/Manifest b/x11-themes/vdrgraphtft-avp/Manifest
deleted file mode 100644
index d0356e90fa69..000000000000
--- a/x11-themes/vdrgraphtft-avp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST alien-vs-predator-0.3.1.tar.bz2 5357940 BLAKE2B 11d2da067efd7c438c24eac9b3dfa18f53efa8057289b958abd12104aa4f263c1c838952518491ab5d86b5aa8aab5041a43c32247324f8751d81afadacdb0a00 SHA512 253b532f3f4ae147bc136985f9f4390da7de1191af0c12882142c6dfa01fe0a6e5b74eb3270e47827a7b7f027447ad20caace8d5d353095548e59c15bc8a9817
-EBUILD vdrgraphtft-avp-0.3.1.ebuild 813 BLAKE2B d73af586ed8488e783ef2440da3674c0d7779efce74d6e36169663fc13cf2831ab4376936d66999e29e004ccc6fb421299e6d9dda5654673576b68201192f588 SHA512 db99efc7b7cf97444ab416fadf00dbddf8e4224e5b5c9dff3596872c130f9a55c778f90336c754c826bbd52c989ea73c7dbaccdf022a85a2e0861ad3cab8fa48
-MISC metadata.xml 243 BLAKE2B 6287033e852823666551691771936aead83e7394d6c41f6f5a43a4c21309300e6fcfd90e8a87a82eb90433f86344426c07f2fb7833e7226d2e3c4df9fda1d2d6 SHA512 f7d6e467a5a96c0afdd42df3c0f3866240defc5bbea5ccddf4c0b1a3c004225af5d46dab67d45a5ac34535391584f3b3727fe79ef6cef1a11413636bbc35cf06
diff --git a/x11-themes/vdrgraphtft-avp/metadata.xml b/x11-themes/vdrgraphtft-avp/metadata.xml
deleted file mode 100644
index 27f419c289c3..000000000000
--- a/x11-themes/vdrgraphtft-avp/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>vdr@gentoo.org</email>
-<name>Gentoo VDR Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/x11-themes/vdrgraphtft-avp/vdrgraphtft-avp-0.3.1.ebuild b/x11-themes/vdrgraphtft-avp/vdrgraphtft-avp-0.3.1.ebuild
deleted file mode 100644
index 97623ce07468..000000000000
--- a/x11-themes/vdrgraphtft-avp/vdrgraphtft-avp-0.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-MY_PN="${PN/vdrgraphtft-avp/alien-vs-predator}"
-
-DESCRIPTION="GraphTFT theme: Alien vs Predator"
-HOMEPAGE="http://www.vdr-wiki.de/wiki/index.php/Graphtft-plugin"
-SRC_URI="http://www.jwendel.de/vdr/${MY_PN}-${PV}.tar.bz2"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- || (
- >=media-plugins/vdr-graphtft-0.3.1
- media-plugins/vdr-graphtftng
- )"
-
-S="${WORKDIR}/avp"
-
-src_prepare() {
-
- # remove dead links
- cd "${S}"/columnimages
- rm {srew.png,pause.png,frew1.png,frew2.png,frew3.png,play.png,ffwd1.png,ffwd2.png,ffwd3.png,sfwd.png,recOn.png}
-}
-
-src_install() {
-
- insinto /usr/share/vdr/graphTFT/themes/avp/
- doins -r "${S}"/*
-}