diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:58:29 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:58:29 +0000 |
commit | a9bc49aa10fecdc6e69ff3891b5fc01b82835f0d (patch) | |
tree | 7601a6a1b4e03604e833e594167512da2444cb93 /gnustep-libs/camaelon/camaelon-0.1-r1.ebuild | |
parent | Mass Update: gnustep.eclass revamped to allow configurable root install; gnus... (diff) | |
download | historical-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/camaelon-0.1-r1.ebuild')
-rw-r--r-- | gnustep-libs/camaelon/camaelon-0.1-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
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" + |