summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-11-12 03:58:29 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-11-12 03:58:29 +0000
commita9bc49aa10fecdc6e69ff3891b5fc01b82835f0d (patch)
tree7601a6a1b4e03604e833e594167512da2444cb93 /gnustep-libs/camaelon
parentMass Update: gnustep.eclass revamped to allow configurable root install; gnus... (diff)
downloadhistorical-a9bc49aa10fecdc6e69ff3891b5fc01b82835f0d.tar.gz
historical-a9bc49aa10fecdc6e69ff3891b5fc01b82835f0d.tar.bz2
historical-a9bc49aa10fecdc6e69ff3891b5fc01b82835f0d.zip
Mass Update: gnustep.eclass revamped to allow configurable root install; gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application
Diffstat (limited to 'gnustep-libs/camaelon')
-rw-r--r--gnustep-libs/camaelon/ChangeLog12
-rw-r--r--gnustep-libs/camaelon/Manifest8
-rw-r--r--gnustep-libs/camaelon/camaelon-0.1-r1.ebuild22
-rw-r--r--gnustep-libs/camaelon/camaelon-0.1.ebuild4
-rw-r--r--gnustep-libs/camaelon/files/config-camaelon.sh4
-rw-r--r--gnustep-libs/camaelon/files/digest-camaelon-0.1-r11
6 files changed, 44 insertions, 7 deletions
diff --git a/gnustep-libs/camaelon/ChangeLog b/gnustep-libs/camaelon/ChangeLog
index 0cb84b36b013..db40f69083fc 100644
--- a/gnustep-libs/camaelon/ChangeLog
+++ b/gnustep-libs/camaelon/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for gnustep-libs/camaelon
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camaelon/ChangeLog,v 1.5 2004/11/05 22:11:24 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camaelon/ChangeLog,v 1.6 2004/11/12 03:57:54 fafhrd Exp $
+
+*camaelon-0.1-r1 (11 Nov 2004)
+
+ 11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> files/config-camaelon.sh,
+ +camaelon-0.1-r1.ebuild, camaelon-0.1.ebuild:
+ Mass Update: gnustep.eclass revamped to allow configurable root install;
+ gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions
+ bumped where files would change); some KEYWORDS were accidentally dropped
+ between version bumps of packages -- this has been resolved; windowmaker
+ correctly supports gnustep now
05 Nov 2004; Simon Stelling <blubb@gentoo.org> camaelon-0.1.ebuild:
added ~amd64
diff --git a/gnustep-libs/camaelon/Manifest b/gnustep-libs/camaelon/Manifest
index 23e8cc8f13d2..37208a6a19a0 100644
--- a/gnustep-libs/camaelon/Manifest
+++ b/gnustep-libs/camaelon/Manifest
@@ -1,5 +1,7 @@
-MD5 06f3a53f8483cbe28902ea68e07ae989 ChangeLog 923
-MD5 0a400482d5b0096a02c61e1beeee9dbb camaelon-0.1.ebuild 571
+MD5 8cd62be02944f63b148c09ed52233fee camaelon-0.1.ebuild 605
+MD5 aa1d2f8e658c826ef9b346936794a4fa ChangeLog 1420
+MD5 505f58f2b30640cd0573de97b69531c1 camaelon-0.1-r1.ebuild 502
MD5 8fb26c3c7a8476fae488cee92d2764ea metadata.xml 328
-MD5 eea6367d10b988e0e0ba8f1b666bdc10 files/config-camaelon.sh 268
+MD5 25156bd158c00d75fff0bbe3b2e1c6f2 files/config-camaelon.sh 278
MD5 ee1eb9dac9216738249c854e7e6bfd3b files/digest-camaelon-0.1 60
+MD5 ee1eb9dac9216738249c854e7e6bfd3b files/digest-camaelon-0.1-r1 60
diff --git a/gnustep-libs/camaelon/camaelon-0.1-r1.ebuild b/gnustep-libs/camaelon/camaelon-0.1-r1.ebuild
new file mode 100644
index 000000000000..d869e39d28d3
--- /dev/null
+++ b/gnustep-libs/camaelon/camaelon-0.1-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camaelon/camaelon-0.1-r1.ebuild,v 1.1 2004/11/12 03:57:54 fafhrd Exp $
+
+inherit gnustep
+
+S=${WORKDIR}/${PN/c/C}
+
+DESCRIPTION="Camaelon allows you to load theme bundles for GNUstep."
+
+HOMEPAGE="http://www.roard.com/camaelon/"
+SRC_URI="http://www.roard.com/camaelon/download/${P/c/C}.tgz"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
+SLOT="0"
+LICENSE="LGPL-2.1"
+
+IUSE="${IUSE}"
+DEPEND="${GS_DEPEND}"
+RDEPEND="${GS_RDEPEND}"
+
+egnustep_install_domain "Local"
+
diff --git a/gnustep-libs/camaelon/camaelon-0.1.ebuild b/gnustep-libs/camaelon/camaelon-0.1.ebuild
index 0be0af04a571..b1027a3b1236 100644
--- a/gnustep-libs/camaelon/camaelon-0.1.ebuild
+++ b/gnustep-libs/camaelon/camaelon-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camaelon/camaelon-0.1.ebuild,v 1.5 2004/11/05 22:11:24 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camaelon/camaelon-0.1.ebuild,v 1.6 2004/11/12 03:57:54 fafhrd Exp $
inherit gnustep
@@ -18,3 +18,5 @@ IUSE="${IUSE}"
DEPEND="${GS_DEPEND}"
RDEPEND="${GS_RDEPEND}"
+egnustep_install_domain "System"
+
diff --git a/gnustep-libs/camaelon/files/config-camaelon.sh b/gnustep-libs/camaelon/files/config-camaelon.sh
index 6636748ecfdd..0300ad754327 100644
--- a/gnustep-libs/camaelon/files/config-camaelon.sh
+++ b/gnustep-libs/camaelon/files/config-camaelon.sh
@@ -1,4 +1,4 @@
echo "Applying Camaelon default theme..."
-echo "defaults write NSGlobalDomain GUIThemeBundles \"${GNUSTEP_SYSTEM_ROOT}/Library/Bundles/Camaelon.themeEngine\""
-defaults write NSGlobalDomain GUIThemeBundles "${GNUSTEP_SYSTEM_ROOT}/Library/Bundles/Camaelon.themeEngine"
+echo "defaults write NSGlobalDomain GSAppKitUserBundles \"(${GNUSTEP_LOCAL_ROOT}/Library/Bundles/Camaelon.themeEngine)\""
+defaults write NSGlobalDomain GSAppKitUserBundles "(${GNUSTEP_LOCAL_ROOT}/Library/Bundles/Camaelon.themeEngine)"
diff --git a/gnustep-libs/camaelon/files/digest-camaelon-0.1-r1 b/gnustep-libs/camaelon/files/digest-camaelon-0.1-r1
new file mode 100644
index 000000000000..beb8fb05c375
--- /dev/null
+++ b/gnustep-libs/camaelon/files/digest-camaelon-0.1-r1
@@ -0,0 +1 @@
+MD5 5b870e8e8d543ac25e58a231ab86bb57 Camaelon-0.1.tgz 50170