public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-make/files: gnustep-3.csh gnustep-3.sh
@ 2010-03-09 18:52 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2010-03-09 18:52 UTC (permalink / raw
  To: gentoo-commits

grobian     10/03/09 18:52:56

  Added:                gnustep-3.csh gnustep-3.sh
  Log:
  Revbump for EAPI=3, Prefix fixes, transferred Prefix keywords
  (Portage version: 2.2.00.15800-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.1                  gnustep-base/gnustep-make/files/gnustep-3.csh

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-make/files/gnustep-3.csh?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-make/files/gnustep-3.csh?rev=1.1&content-type=text/plain

Index: gnustep-3.csh
===================================================================
#!/usr/bin/env csh
# 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/files/gnustep-3.csh,v 1.1 2010/03/09 18:52:56 grobian Exp $

# Test for an interactive shell
if ( $?prompt ) then

	setenv GNUSTEP_SYSTEM_TOOLS "@GENTOO_PORTAGE_EPREFIX@"/usr/GNUstep/System/Tools

	if ( -x $GNUSTEP_SYSTEM_TOOLS/make_services ) then
		$GNUSTEP_SYSTEM_TOOLS/make_services
	endif

	if ( -x $GNUSTEP_SYSTEM_TOOLS/gdnc ) then
		$GNUSTEP_SYSTEM_TOOLS/gdnc
	endif

endif



1.1                  gnustep-base/gnustep-make/files/gnustep-3.sh

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-make/files/gnustep-3.sh?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-make/files/gnustep-3.sh?rev=1.1&content-type=text/plain

Index: gnustep-3.sh
===================================================================
#!/usr/bin/env sh
# 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/files/gnustep-3.sh,v 1.1 2010/03/09 18:52:56 grobian Exp $

# Test for an interactive shell
case $- in
	*i*)
	;;
	*)
		return
	;;
esac
	
GNUSTEP_SYSTEM_TOOLS="@GENTOO_PORTAGE_EPREFIX@"/usr/GNUstep/System/Tools

if [ -x ${GNUSTEP_SYSTEM_TOOLS}/make_services ]; then
    ${GNUSTEP_SYSTEM_TOOLS}/make_services
fi

if [ -x ${GNUSTEP_SYSTEM_TOOLS}/gdnc ]; then
    ${GNUSTEP_SYSTEM_TOOLS}/gdnc
fi






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-09 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 18:52 [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-make/files: gnustep-3.csh gnustep-3.sh Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox