diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-13 22:58:46 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-13 22:58:46 +0000 |
commit | 26db01f0daf19aca26c05244dad83917a420a603 (patch) | |
tree | dbe93e840035d238298a8c0550c0fa3f9d6b47a1 /x11-wm | |
parent | gnustep mods (diff) | |
download | historical-26db01f0daf19aca26c05244dad83917a420a603.tar.gz historical-26db01f0daf19aca26c05244dad83917a420a603.tar.bz2 historical-26db01f0daf19aca26c05244dad83917a420a603.zip |
handle GNUstep env settings
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/gnustep-env/files/25gnustep | 1 | ||||
-rw-r--r-- | x11-wm/gnustep-env/gnustep-env-0.1.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-wm/gnustep-env/files/25gnustep b/x11-wm/gnustep-env/files/25gnustep new file mode 100644 index 000000000000..5c59167706f4 --- /dev/null +++ b/x11-wm/gnustep-env/files/25gnustep @@ -0,0 +1 @@ +GNUSTEP_LOCAL_ROOT=/usr/lib/GNUstep diff --git a/x11-wm/gnustep-env/gnustep-env-0.1.ebuild b/x11-wm/gnustep-env/gnustep-env-0.1.ebuild new file mode 100644 index 000000000000..9c523455a6fb --- /dev/null +++ b/x11-wm/gnustep-env/gnustep-env-0.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Martin Schlemmer <azarah@gentoo.org> + +DESCRIPTION="Exports GNUSTEP_LOCAL_ROOT" + + +src_install() { + + # Does anyone use GNUstep ? Hopefully this will be fixed when + # someone package GNUstep, otherwise should work just fine. + insinto /etc/env.d + doins ${FILESDIR}/25gnustep +} + |