diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-17 21:10:16 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-17 21:10:16 +0000 |
commit | a72ea1ff617591d2fa5bcdff79c7085f596ef136 (patch) | |
tree | e19617b39239196add8bc07251b7d7603e5c4bd3 /gnustep-apps/stshell/stshell-0.8.3_pre20050312.ebuild | |
parent | Better handling of the either/or dep (diff) | |
download | historical-a72ea1ff617591d2fa5bcdff79c7085f596ef136.tar.gz historical-a72ea1ff617591d2fa5bcdff79c7085f596ef136.tar.bz2 historical-a72ea1ff617591d2fa5bcdff79c7085f596ef136.zip |
ebuild updates for GNUstep base, libs, and apps across the board; proper versions (to be stabilized, in due time) added where apropos, cvs-pull versions updated where needed
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'gnustep-apps/stshell/stshell-0.8.3_pre20050312.ebuild')
-rw-r--r-- | gnustep-apps/stshell/stshell-0.8.3_pre20050312.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gnustep-apps/stshell/stshell-0.8.3_pre20050312.ebuild b/gnustep-apps/stshell/stshell-0.8.3_pre20050312.ebuild new file mode 100644 index 000000000000..c324564c5e84 --- /dev/null +++ b/gnustep-apps/stshell/stshell-0.8.3_pre20050312.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stshell/stshell-0.8.3_pre20050312.ebuild,v 1.1 2005/03/17 21:10:16 fafhrd Exp $ + +ECVS_CVS_COMMAND="cvs -q" +ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" +ECVS_USER="anoncvs" +ECVS_AUTH="ext" +ECVS_MODULE="gnustep/dev-libs/StepTalk/Examples/${PN/sts/S}" +ECVS_CO_OPTS="-P -D ${PV/*_pre}" +ECVS_UP_OPTS="-dP -D ${PV/*_pre}" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-gnustep" +inherit gnustep cvs + +S=${WORKDIR}/${ECVS_MODULE} + +DESCRIPTION="An interactive shell for StepTalk." +HOMEPAGE="http://www.gnustep.org/experience/StepTalk.html" + +KEYWORDS="~x86 ~ppc" +LICENSE="LGPL-2.1" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND} + =gnustep-libs/steptalk-${PV}*" +RDEPEND="${GS_RDEPEND} + =gnustep-libs/steptalk-${PV}*" + +egnustep_install_domain "System" + |