summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2007-10-08 20:15:18 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2007-10-08 20:15:18 +0000
commit1a33acd4e70c607af2dc1b0b7f2a47d98505efa3 (patch)
treed73716b21735dec87d24f4f395a10472fa1491d1 /gnustep-libs
parentUpdated in portage (diff)
downloadgnustep-1a33acd4e70c607af2dc1b0b7f2a47d98505efa3.tar.gz
gnustep-1a33acd4e70c607af2dc1b0b7f2a47d98505efa3.tar.bz2
gnustep-1a33acd4e70c607af2dc1b0b7f2a47d98505efa3.zip
Camaelon and friends moved to portage
svn path=/overlay/; revision=348
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/camaelon/Manifest2
-rw-r--r--gnustep-libs/camaelon/camaelon-0.2.ebuild28
2 files changed, 0 insertions, 30 deletions
diff --git a/gnustep-libs/camaelon/Manifest b/gnustep-libs/camaelon/Manifest
deleted file mode 100644
index 6e88a1b..0000000
--- a/gnustep-libs/camaelon/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST etoile-0.2.tar.gz 21373391 RMD160 99aa05909469fc7ffae9118829a5f155050271c5 SHA1 9ecf33b0130687c1946da3eb7568605b5e9dfcbf SHA256 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c
-EBUILD camaelon-0.2.ebuild 872 RMD160 f4a530d780eabcf60751617598d03c4bb82c6503 SHA1 d52f255d3d0cfb107c5cb9fec07c761de760c8a5 SHA256 a133c3d6101131b11a25a4b5c4f421012ab37987842a3814f69bf284ec71dfb1
diff --git a/gnustep-libs/camaelon/camaelon-0.2.ebuild b/gnustep-libs/camaelon/camaelon-0.2.ebuild
deleted file mode 100644
index dcfb8f0..0000000
--- a/gnustep-libs/camaelon/camaelon-0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit gnustep-2
-
-S="${WORKDIR}/Etoile-${PV}/Bundles/${PN/c/C}"
-
-DESCRIPTION="Camaelon allows you to load theme bundles for GNUstep."
-
-HOMEPAGE="http://www.etoile-project.org"
-SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
-SLOT="0"
-LICENSE="LGPL-2.1"
-
-src_install() {
- gnustep-base_src_install
-
- #Link default theme
- mkdir -p ${D}${GNUSTEP_SYSTEM_LIBRARY}/Themes
- ln -s ${GNUSTEP_SYSTEM_LIBRARY}/Bundles/Camaelon.themeEngine/Resources/Nesedah.theme ${D}${GNUSTEP_SYSTEM_LIBRARY}/Themes/
-}
-
-gnustep_config_script() {
- echo "gnustep_append_default NSGlobalDomain GSAppKitUserBundles \"${GNUSTEP_SYSTEM_LIBRARY}/Bundles/Camaelon.themeEngine\""
- echo "gnustep_set_default Camaelon Theme Nesedah"
-}