summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2007-12-08 20:11:59 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2007-12-08 20:11:59 +0000
commitb74f2da6c1718410174db29535f70723f9d12013 (patch)
tree83779ae8ae3ecde6b3ca5b110559fdc03846a3b2 /gnustep-base
parentRemove old versions (diff)
downloadgentoo-2-b74f2da6c1718410174db29535f70723f9d12013.tar.gz
gentoo-2-b74f2da6c1718410174db29535f70723f9d12013.tar.bz2
gentoo-2-b74f2da6c1718410174db29535f70723f9d12013.zip
Remove old versions
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'gnustep-base')
-rw-r--r--gnustep-base/gnustep-make/ChangeLog7
-rw-r--r--gnustep-base/gnustep-make/files/digest-gnustep-make-1.12.0-r13
-rw-r--r--gnustep-base/gnustep-make/files/digest-gnustep-make-1.13.03
-rw-r--r--gnustep-base/gnustep-make/files/gnustep.csh21
-rw-r--r--gnustep-base/gnustep-make/files/gnustep.sh23
-rw-r--r--gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild176
-rw-r--r--gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild174
7 files changed, 6 insertions, 401 deletions
diff --git a/gnustep-base/gnustep-make/ChangeLog b/gnustep-base/gnustep-make/ChangeLog
index 9b26febf31e8..d85c49c2e359 100644
--- a/gnustep-base/gnustep-make/ChangeLog
+++ b/gnustep-base/gnustep-make/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnustep-base/gnustep-make
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.58 2007/12/06 12:07:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.59 2007/12/08 20:11:58 voyageur Exp $
+
+ 08 Dec 2007; Bernard Cafarelli <voyageur@gentoo.org> -files/gnustep.csh,
+ -files/gnustep.sh, -gnustep-make-1.12.0-r1.ebuild,
+ -gnustep-make-1.13.0.ebuild:
+ Remove old versions
06 Dec 2007; Raúl Porcel <armin76@gentoo.org> gnustep-make-2.0.1.ebuild:
sparc stable wrt #195990
diff --git a/gnustep-base/gnustep-make/files/digest-gnustep-make-1.12.0-r1 b/gnustep-base/gnustep-make/files/digest-gnustep-make-1.12.0-r1
deleted file mode 100644
index 6cd41c3e7143..000000000000
--- a/gnustep-base/gnustep-make/files/digest-gnustep-make-1.12.0-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1883a6387405e51ff4c384fb5cc547a7 gnustep-make-1.12.0.tar.gz 395144
-RMD160 fc24625d45dce3c279220b461afcd912f3a0f09a gnustep-make-1.12.0.tar.gz 395144
-SHA256 daeb7f8fd54d312426072b5abe29edd03e86fd5b1597bd95561c48d1e5a023f1 gnustep-make-1.12.0.tar.gz 395144
diff --git a/gnustep-base/gnustep-make/files/digest-gnustep-make-1.13.0 b/gnustep-base/gnustep-make/files/digest-gnustep-make-1.13.0
deleted file mode 100644
index c73dc4f444ff..000000000000
--- a/gnustep-base/gnustep-make/files/digest-gnustep-make-1.13.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1d7a434e751c58c6390055c14ada302b gnustep-make-1.13.0.tar.gz 400157
-RMD160 b1d619d7c677463bf1a4adae82a412ad95157dc2 gnustep-make-1.13.0.tar.gz 400157
-SHA256 d79c11bada9ccd32d0ab08a0dfbd776731b02103975a22b6b95284046b740e8f gnustep-make-1.13.0.tar.gz 400157
diff --git a/gnustep-base/gnustep-make/files/gnustep.csh b/gnustep-base/gnustep-make/files/gnustep.csh
deleted file mode 100644
index fbb176a23734..000000000000
--- a/gnustep-base/gnustep-make/files/gnustep.csh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/csh
-
-if ( -e /etc/GNUstep/GNUstep.conf ) then
- eval `sed -e '/^[^#=][^#=]*=.*$/\\!d' -e 's/^\([^#=][^#=]*\)=\(.*\)$/setenv \1 \2;/' /etc/GNUstep/GNUstep.conf`
-else
- GNUSTEP_SYSTEM_ROOT="/usr/GNUstep/System"
-endif
-
-source $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.csh
-
-if ( -z "$GNUSTEP_FLATTENED" ) then
- set TDIR=${GNUSTEP_SYSTEM_ROOT}/Tools/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/${LIBRARY_COMBO}
-else
- set TDIR=${GNUSTEP_SYSTEM_ROOT}/Tools
-endif
-
-if ( -x $TDIR/make_services ) then
- $TDIR/make_services
-endif
-
-unset TDIR \ No newline at end of file
diff --git a/gnustep-base/gnustep-make/files/gnustep.sh b/gnustep-base/gnustep-make/files/gnustep.sh
deleted file mode 100644
index 7ffe0b692965..000000000000
--- a/gnustep-base/gnustep-make/files/gnustep.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-if [ -e /etc/GNUstep/GNUstep.conf ]
- then
- . /etc/GNUstep/GNUstep.conf
-else
- GNUSTEP_SYSTEM_ROOT="/usr/GNUstep/System"
-fi
-
-. $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh
-
-if [ -z "$GNUSTEP_FLATTENED" ]
- then
- TDIR=${GNUSTEP_SYSTEM_ROOT}/Tools/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/${LIBRARY_COMBO}
-else
- TDIR=${GNUSTEP_SYSTEM_ROOT}/Tools
-fi
-
-if [ -x $TDIR/make_services ]
- then
- $TDIR/make_services
-fi
-
diff --git a/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild b/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild
deleted file mode 100644
index e1af5bcf71e6..000000000000
--- a/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild,v 1.11 2007/07/12 16:11:17 mr_bones_ Exp $
-
-inherit gnustep
-
-DESCRIPTION="GNUstep Makefile Package"
-
-HOMEPAGE="http://www.gnustep.org"
-SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
-KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-# removed doc from IUSE, because building documentation is broken
-IUSE="debug verbose layout-from-conf-file layout-osx-like non-flattened"
-DEPEND="${GNUSTEP_CORE_DEPEND}
- >=sys-devel/make-3.75"
-RDEPEND="${DEPEND}
- ${DOC_RDEPEND}"
-
-egnustep_install_domain "System"
-
-pkg_setup() {
- gnustep_pkg_setup
-
- if [ "$(objc_available)" == "no" ]; then
- objc_not_available_info
- die "ObjC support not available"
- fi
-
- if use layout-from-conf-file && use layout-osx-like ; then
- eerror "layout-from-conf-file and layout-osx-like are mutually exclusive use flags."
- die "USE flag misconfiguration -- please correct"
- fi
-
- if use layout-from-conf-file || use layout-osx-like ; then
- ewarn "USE layout-from-conf-file || layout-osx-like"
- ewarn "Utilizing these USE flags allows one to install files in non standard"
- ewarn " locations vis a vis the Linux FHS -- please fully comprehend what you"
- ewarn " are doing when setting this USE flag."
- fi
-
- if use layout-from-conf-file; then
- if [ ! -f /etc/conf.d/gnustep.env ]; then
- eerror "There is no /etc/conf.d/gnustep.env file!"
- eerror "Did you read the USE flag description?"
- die "USE flag misconfiguration -- please correct"
- else
- unset GNUSTEP_SYSTEM_ROOT
- unset GNUSTEP_LOCAL_ROOT
- unset GNUSTEP_NETWORK_ROOT
- unset GNUSTEP_USER_ROOT
- . /etc/conf.d/gnustep.env
- if [ -z "${GNUSTEP_SYSTEM_ROOT}" ] || [ "/" != "${GNUSTEP_SYSTEM_ROOT:0:1}" ]; then
- eerror "GNUSTEP_SYSTEM_ROOT is missing or misconfigured in /etc/conf.d/gnustep.env"
- eerror "GNUSTEP_SYSTEM_ROOT=${GNUSTEP_SYSTEM_ROOT}"
- die "USE flag misconfiguration -- please correct"
- fi
- if [ "/System" != ${GNUSTEP_SYSTEM_ROOT:$((${#GNUSTEP_SYSTEM_ROOT}-7)):7} ]; then
- eerror "GNUSTEP_SYSTEM_ROOT must end with \"System\" -- read the USE flag directions!!!"
- die "USE flag misconfiguration -- please correct"
- fi
- if [ "${GNUSTEP_LOCAL_ROOT}" ] && [ "/" != "${GNUSTEP_LOCAL_ROOT:0:1}" ]; then
- eerror "GNUSTEP_LOCAL_ROOT is misconfigured in /etc/conf.d/gnustep.env"
- eerror "GNUSTEP_LOCAL_ROOT=${GNUSTEP_LOCAL_ROOT}"
- die "USE flag misconfiguration -- please correct"
- elif [ -z "${GNUSTEP_LOCAL_ROOT}" ]; then
- GNUSTEP_LOCAL_ROOT="$(dirname ${GNUSTEP_SYSTEM_ROOT})/Local"
- fi
- if [ "${GNUSTEP_NETWORK_ROOT}" ] && [ "/" != "${GNUSTEP_NETWORK_ROOT:0:1}" ]; then
- eerror "GNUSTEP_NETWORK_ROOT is misconfigured in /etc/conf.d/gnustep.env"
- eerror "GNUSTEP_NETWORK_ROOT=${GNUSTEP_NETWORK_ROOT}"
- die "USE flag misconfiguration -- please correct"
- elif [ -z "${GNUSTEP_NETWORK_ROOT}" ]; then
- GNUSTEP_NETWORK_ROOT="$(dirname ${GNUSTEP_SYSTEM_ROOT})/Network"
- fi
- if [ "${GNUSTEP_USER_ROOT}" ] && [ '~' != "${GNUSTEP_USER_ROOT:0:1}" ]; then
- eerror "GNUSTEP_USER_ROOT is misconfigured in /etc/conf.d/gnustep.env"
- eerror "GNUSTEP_USER_ROOT=${GNUSTEP_USER_ROOT}"
- die "USE flag misconfiguration -- please correct"
- elif [ -z "${GNUSTEP_USER_ROOT}" ]; then
- GNUSTEP_USER_ROOT='~/GNUstep'
- fi
-
- egnustep_prefix "$(dirname ${GNUSTEP_SYSTEM_ROOT})"
- egnustep_system_root "${GNUSTEP_SYSTEM_ROOT}"
- egnustep_local_root "${GNUSTEP_LOCAL_ROOT}"
- egnustep_network_root "${GNUSTEP_NETWORK_ROOT}"
- egnustep_user_root "${GNUSTEP_USER_ROOT}"
- fi
- elif use layout-osx-like; then
- egnustep_prefix "/"
- egnustep_system_root "/System"
- egnustep_local_root "/"
- egnustep_network_root "/Network"
- egnustep_user_root '~'
- else
- # setup defaults here
- egnustep_prefix "/usr/GNUstep"
- egnustep_system_root "/usr/GNUstep/System"
- egnustep_local_root "/usr/GNUstep/Local"
- egnustep_network_root "/usr/GNUstep/Network"
- egnustep_user_root '~/GNUstep'
- fi
-
- elog "GNUstep installation will be laid out as follows:"
- elog "\tGNUSTEP_SYSTEM_ROOT=`egnustep_system_root`"
- elog "\tGNUSTEP_LOCAL_ROOT=`egnustep_local_root`"
- elog "\tGNUSTEP_NETWORK_ROOT=`egnustep_network_root`"
- elog "\tGNUSTEP_USER_ROOT=`egnustep_user_root`"
-}
-
-src_compile() {
- cd ${S}
-
- # gnustep-make ./configure : "prefix" here is going to be where
- # "System" is installed -- other correct paths should be set
- # by econf
- local myconf
- myconf="--prefix=`egnustep_prefix`"
- use non-flattened && myconf="$myconf --disable-flattened --enable-multi-platform"
- myconf="$myconf --with-tar=/bin/tar"
- myconf="$myconf --with-local-root=`egnustep_local_root`"
- myconf="$myconf --with-network-root=`egnustep_network_root`"
- myconf="$myconf --with-user-root=`egnustep_user_root`"
- myconf="$myconf --enable-strip-makefiles"
- myconf="$myconf --disable-importing-config-file"
- econf $myconf || die "configure failed"
-
- egnustep_make
-}
-
-src_install() {
- . ${S}/GNUstep.sh
-
- local make_eval=" \
- special_prefix=\"\${D}\$(egnustep_system_root)\" \
- makedir=\${D}\$(egnustep_system_root)/Library/Makefiles \
- GNUSTEP_USER_ROOT=\${T} \
- GNUSTEP_INSTALLATION_DIR=\${D}\$(egnustep_system_root) \
- -j1"
-
- local docinstall="GNUSTEP_INSTALLATION_DIR=${D}$(egnustep_system_root)"
-
- if use debug ; then
- make_eval="${make_eval} debug=yes"
- fi
- if use verbose ; then
- make_eval="${make_eval} verbose=yes"
- fi
-
- eval make ${make_eval} special_prefix=${D} install \
- || die "install has failed"
-
-# building documentation is broken
-# if use doc ; then
-# cd Documentation
-# emake ${make_eval} all || die "doc make has failed"
-# make ${make_eval} ${docinstall} install || die "doc install has failed"
-# cd ..
-# fi
-
- dodir /etc/conf.d
- echo "GNUSTEP_SYSTEM_ROOT=$(egnustep_system_root)" > ${D}/etc/conf.d/gnustep.env
- echo "GNUSTEP_LOCAL_ROOT=$(egnustep_local_root)" >> ${D}/etc/conf.d/gnustep.env
- echo "GNUSTEP_NETWORK_ROOT=$(egnustep_network_root)" >> ${D}/etc/conf.d/gnustep.env
- echo "GNUSTEP_USER_ROOT='$(egnustep_user_root)'" >> ${D}/etc/conf.d/gnustep.env
-
- insinto /etc/GNUstep
- doins ${S}/GNUstep.conf
-
- exeinto /etc/profile.d
- doexe ${FILESDIR}/gnustep.sh
- doexe ${FILESDIR}/gnustep.csh
-}
diff --git a/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild b/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild
deleted file mode 100644
index e468833cb48b..000000000000
--- a/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild
+++ /dev/null
@@ -1,174 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild,v 1.6 2007/10/15 14:29:49 corsair Exp $
-
-inherit gnustep
-
-DESCRIPTION="GNUstep Makefile Package"
-
-HOMEPAGE="http://www.gnustep.org"
-SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
-KEYWORDS="~alpha ~amd64 ppc ppc64 ~sparc ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-IUSE="${IUSE} doc non-flattened layout-osx-like layout-from-conf-file"
-DEPEND="${GNUSTEP_CORE_DEPEND}
- >=sys-devel/make-3.75"
-RDEPEND="${DEPEND}
- ${DOC_RDEPEND}"
-
-egnustep_install_domain "System"
-
-pkg_setup() {
- gnustep_pkg_setup
-
- if [ "$(objc_available)" == "no" ]; then
- objc_not_available_info
- die "ObjC support not available"
- fi
-
- if use layout-from-conf-file && use layout-osx-like ; then
- eerror "layout-from-conf-file and layout-osx-like are mutually exclusive use flags."
- die "USE flag misconfiguration -- please correct"
- fi
-
- if use layout-from-conf-file || use layout-osx-like ; then
- ewarn "USE layout-from-conf-file || layout-osx-like"
- ewarn "Utilizing these USE flags allows one to install files in non standard"
- ewarn " locations vis a vis the Linux FHS -- please fully comprehend what you"
- ewarn " are doing when setting this USE flag."
- fi
-
- if use layout-from-conf-file; then
- if [ ! -f /etc/conf.d/gnustep.env ]; then
- eerror "There is no /etc/conf.d/gnustep.env file!"
- eerror "Did you read the USE flag description?"
- die "USE flag misconfiguration -- please correct"
- else
- unset GNUSTEP_SYSTEM_ROOT
- unset GNUSTEP_LOCAL_ROOT
- unset GNUSTEP_NETWORK_ROOT
- unset GNUSTEP_USER_ROOT
- . /etc/conf.d/gnustep.env
- if [ -z "${GNUSTEP_SYSTEM_ROOT}" ] || [ "/" != "${GNUSTEP_SYSTEM_ROOT:0:1}" ]; then
- eerror "GNUSTEP_SYSTEM_ROOT is missing or misconfigured in /etc/conf.d/gnustep.env"
- eerror "GNUSTEP_SYSTEM_ROOT=${GNUSTEP_SYSTEM_ROOT}"
- die "USE flag misconfiguration -- please correct"
- fi
- if [ "/System" != ${GNUSTEP_SYSTEM_ROOT:$((${#GNUSTEP_SYSTEM_ROOT}-7)):7} ]; then
- eerror "GNUSTEP_SYSTEM_ROOT must end with \"System\" -- read the USE flag directions!!!"
- die "USE flag misconfiguration -- please correct"
- fi
- if [ "${GNUSTEP_LOCAL_ROOT}" ] && [ "/" != "${GNUSTEP_LOCAL_ROOT:0:1}" ]; then
- eerror "GNUSTEP_LOCAL_ROOT is misconfigured in /etc/conf.d/gnustep.env"
- eerror "GNUSTEP_LOCAL_ROOT=${GNUSTEP_LOCAL_ROOT}"
- die "USE flag misconfiguration -- please correct"
- elif [ -z "${GNUSTEP_LOCAL_ROOT}" ]; then
- GNUSTEP_LOCAL_ROOT="$(dirname ${GNUSTEP_SYSTEM_ROOT})/Local"
- fi
- if [ "${GNUSTEP_NETWORK_ROOT}" ] && [ "/" != "${GNUSTEP_NETWORK_ROOT:0:1}" ]; then
- eerror "GNUSTEP_NETWORK_ROOT is misconfigured in /etc/conf.d/gnustep.env"
- eerror "GNUSTEP_NETWORK_ROOT=${GNUSTEP_NETWORK_ROOT}"
- die "USE flag misconfiguration -- please correct"
- elif [ -z "${GNUSTEP_NETWORK_ROOT}" ]; then
- GNUSTEP_NETWORK_ROOT="$(dirname ${GNUSTEP_SYSTEM_ROOT})/Network"
- fi
- if [ "${GNUSTEP_USER_ROOT}" ] && [ '~' != "${GNUSTEP_USER_ROOT:0:1}" ]; then
- eerror "GNUSTEP_USER_ROOT is misconfigured in /etc/conf.d/gnustep.env"
- eerror "GNUSTEP_USER_ROOT=${GNUSTEP_USER_ROOT}"
- die "USE flag misconfiguration -- please correct"
- elif [ -z "${GNUSTEP_USER_ROOT}" ]; then
- GNUSTEP_USER_ROOT='~/GNUstep'
- fi
-
- egnustep_prefix "$(dirname ${GNUSTEP_SYSTEM_ROOT})"
- egnustep_system_root "${GNUSTEP_SYSTEM_ROOT}"
- egnustep_local_root "${GNUSTEP_LOCAL_ROOT}"
- egnustep_network_root "${GNUSTEP_NETWORK_ROOT}"
- egnustep_user_root "${GNUSTEP_USER_ROOT}"
- fi
- elif use layout-osx-like; then
- egnustep_prefix "/"
- egnustep_system_root "/System"
- egnustep_local_root "/"
- egnustep_network_root "/Network"
- egnustep_user_root '~'
- else
- # setup defaults here
- egnustep_prefix "/usr/GNUstep"
- egnustep_system_root "/usr/GNUstep/System"
- egnustep_local_root "/usr/GNUstep/Local"
- egnustep_network_root "/usr/GNUstep/Network"
- egnustep_user_root '~/GNUstep'
- fi
-
- elog "GNUstep installation will be laid out as follows:"
- elog "\tGNUSTEP_SYSTEM_ROOT=`egnustep_system_root`"
- elog "\tGNUSTEP_LOCAL_ROOT=`egnustep_local_root`"
- elog "\tGNUSTEP_NETWORK_ROOT=`egnustep_network_root`"
- elog "\tGNUSTEP_USER_ROOT=`egnustep_user_root`"
-}
-
-src_compile() {
- cd ${S}
-
- # gnustep-make ./configure : "prefix" here is going to be where
- # "System" is installed -- other correct paths should be set
- # by econf
- local myconf
- myconf="--prefix=`egnustep_prefix`"
- use non-flattened && myconf="$myconf --disable-flattened --enable-multi-platform"
- myconf="$myconf --with-tar=/bin/tar"
- myconf="$myconf --with-local-root=`egnustep_local_root`"
- myconf="$myconf --with-network-root=`egnustep_network_root`"
- myconf="$myconf --with-user-root=`egnustep_user_root`"
- econf $myconf || die "configure failed"
-
- egnustep_make
-}
-
-src_install() {
- . ${S}/GNUstep.sh
-
- local make_eval="INSTALL_ROOT=${D} \
- GNUSTEP_SYSTEM_ROOT=${D}$(egnustep_system_root) \
- GNUSTEP_NETWORK_ROOT=${D}$(egnustep_network_root) \
- GNUSTEP_LOCAL_ROOT=${D}$(egnustep_local_root) \
- GNUSTEP_MAKEFILES=${D}$(egnustep_system_root)/Library/Makefiles \
- GNUSTEP_USER_ROOT=${TMP} \
- GNUSTEP_DEFAULTS_ROOT=${TMP}/${__GS_USER_ROOT_POSTFIX} \
- -j1"
-
- local docinstall="GNUSTEP_INSTALLATION_DIR=${D}$(egnustep_system_root)"
-
- make_eval="${make_eval} GNUSTEP_INSTALLATION_DIR=${D}$(egnustep_system_root)"
-
- use debug && make_eval="${make_eval} debug=yes"
- use verbose && make_eval="${make_eval} verbose=yes"
-
- make ${make_eval} special_prefix=${D} install \
- || die "install has failed"
-
- if use doc ; then
- cd Documentation
- emake ${make_eval} all \
- || die "doc make has failed"
- emake ${make_eval} ${docinstall} install \
- || die "doc install has failed"
- cd ..
- fi
-
- dodir /etc/conf.d
- echo "GNUSTEP_SYSTEM_ROOT=$(egnustep_system_root)" > ${D}/etc/conf.d/gnustep.env
- echo "GNUSTEP_LOCAL_ROOT=$(egnustep_local_root)" >> ${D}/etc/conf.d/gnustep.env
- echo "GNUSTEP_NETWORK_ROOT=$(egnustep_network_root)" >> ${D}/etc/conf.d/gnustep.env
- echo "GNUSTEP_USER_ROOT='$(egnustep_user_root)'" >> ${D}/etc/conf.d/gnustep.env
-
- insinto /etc/GNUstep
- doins ${S}/GNUstep.conf
-
- exeinto /etc/profile.d
- doexe ${FILESDIR}/gnustep.sh
- doexe ${FILESDIR}/gnustep.csh
-}