summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/xxv-xstyle/xxv-xstyle-0.4.ebuild')
-rw-r--r--x11-themes/xxv-xstyle/xxv-xstyle-0.4.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-themes/xxv-xstyle/xxv-xstyle-0.4.ebuild b/x11-themes/xxv-xstyle/xxv-xstyle-0.4.ebuild
deleted file mode 100644
index 9c10bea..0000000
--- a/x11-themes/xxv-xstyle/xxv-xstyle-0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-RESTRICT="mirror"
-
-DESCRIPTION="Skin: xstyle for XXV WWW Admin"
-HOMEPAGE="http://www.dieserver.de/"
-SRC_URI="http://xpix.dieserver.de/downloads/xxv/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-S=${WORKDIR}/xstyle
-
-RDEPEND="net-www/xxv"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
-src_install() {
- insinto /usr/share/xxv/skins
- doins -r ${WORKDIR}/*
-}