summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/xxv-skins/xxv-skins-1.3.ebuild')
-rw-r--r--x11-themes/xxv-skins/xxv-skins-1.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-themes/xxv-skins/xxv-skins-1.3.ebuild b/x11-themes/xxv-skins/xxv-skins-1.3.ebuild
deleted file mode 100644
index 623ca8161ada..000000000000
--- a/x11-themes/xxv-skins/xxv-skins-1.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/xxv-skins/xxv-skins-1.3.ebuild,v 1.1 2009/04/18 10:33:48 hd_brummy Exp $
-
-inherit eutils
-
-DESCRIPTION="Additional skins for XXV"
-HOMEPAGE="http://xxv.berlios.de/content/view/43/1/"
-SRC_URI="mirror://berlios/xxv/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-RDEPEND="=www-misc/xxv-${PV}"
-
-SKINROOT=/usr/share/xxv/skins
-
-src_compile() {
-:
-}
-
-src_install() {
-
- insinto ${SKINROOT}
-
- cd "${S}"
- cp -a * "${D}${SKINROOT}"
-}