diff options
Diffstat (limited to 'gnustep-apps/etoile-system/etoile-system-0.2.ebuild')
-rw-r--r-- | gnustep-apps/etoile-system/etoile-system-0.2.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnustep-apps/etoile-system/etoile-system-0.2.ebuild b/gnustep-apps/etoile-system/etoile-system-0.2.ebuild deleted file mode 100644 index 5081bc0..0000000 --- a/gnustep-apps/etoile-system/etoile-system-0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit gnustep-2 - -S="${WORKDIR}/Etoile-${PV}/Services/Private/System" - -DESCRIPTION="Etoile main system process" -HOMEPAGE="http://www.etoile-project.org" -SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~ppc ~x86" -SLOT="0" - -gnustep_config_script() { - echo "gnustep_set_default NSGlobalDomain NSUseRunningCopy YES" - echo "gnustep_set_default GWorkspace NoWarnOnQuit YES" - echo "gnustep_set_default NSGlobalDomain GSWorkspaceApplication \"NotExist.app\"" -} |