summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild')
-rw-r--r--x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild b/x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild
deleted file mode 100644
index fd71153..0000000
--- a/x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit gnustep-2
-
-S=${WORKDIR}/${PN/c/C}
-
-DESCRIPTION="Additional themes for GNUstep Camaelon theme engine"
-
-HOMEPAGE="http://www.etoile-project.org"
-SRC_URI="http://brante.dyndns.org/gnustep/download/MaxCurve-0.2.tar.bz2
- mirror://sourceforge/mpdcon/IndustrialTheme.tar.bz2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
-SLOT="0"
-LICENSE="LGPL-2.1"
-
-src_compile() {
- einfo "Nothing to compile"
-}
-
-src_install() {
- egnustep_env
- #install themes
- mkdir -p ${D}${GNUSTEP_SYSTEM_LIBRARY}/Themes
- cp -R ${WORKDIR}/*theme ${D}${GNUSTEP_SYSTEM_LIBRARY}/Themes/
-}