summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-12-04 20:23:35 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-12-04 20:23:35 +0000
commit300b8521f9d5052d997905dcc120f0e045e85bba (patch)
treefc0c6e5ba949be9427f9bf52177aee0e12c25370 /gnustep-apps/stshell
parentStable on ppc64; bug #73279 (diff)
downloadhistorical-300b8521f9d5052d997905dcc120f0e045e85bba.tar.gz
historical-300b8521f9d5052d997905dcc120f0e045e85bba.tar.bz2
historical-300b8521f9d5052d997905dcc120f0e045e85bba.zip
Lots of general version bumps all related to GNUstep
Diffstat (limited to 'gnustep-apps/stshell')
-rw-r--r--gnustep-apps/stshell/ChangeLog8
-rw-r--r--gnustep-apps/stshell/Manifest4
-rw-r--r--gnustep-apps/stshell/files/digest-stshell-0.8.3_pre200412030
-rw-r--r--gnustep-apps/stshell/stshell-0.8.3_pre20041203.ebuild31
4 files changed, 42 insertions, 1 deletions
diff --git a/gnustep-apps/stshell/ChangeLog b/gnustep-apps/stshell/ChangeLog
index c64fce6a8643..502b2b6e5160 100644
--- a/gnustep-apps/stshell/ChangeLog
+++ b/gnustep-apps/stshell/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-apps/stshell
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stshell/ChangeLog,v 1.3 2004/11/12 03:56:43 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stshell/ChangeLog,v 1.4 2004/12/04 20:21:38 fafhrd Exp $
+
+*stshell-0.8.3_pre20041203 (03 Dec 2004)
+
+ 03 Dec 2004; Armando Di Cianno <fafhrd@gentoo.org>
+ +stshell-0.8.3_pre20041203.ebuild:
+ General version bump
11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org>
stshell-0.8.3_pre20040927.ebuild:
diff --git a/gnustep-apps/stshell/Manifest b/gnustep-apps/stshell/Manifest
index bd619f8fc470..7e0690510f70 100644
--- a/gnustep-apps/stshell/Manifest
+++ b/gnustep-apps/stshell/Manifest
@@ -1,4 +1,8 @@
+MD5 d58479f8fc41fe64c2b1580c4bb062c7 stshell-0.8.3_pre20041126.ebuild 785
+MD5 d58479f8fc41fe64c2b1580c4bb062c7 stshell-0.8.3_pre20041203.ebuild 785
MD5 b26a664a14c074ddfaa37fb784d7e362 ChangeLog 940
MD5 2306f8060e1888706195402ce19e8bed metadata.xml 2189
MD5 c15a722ea3e44a963538e558e7a5f675 stshell-0.8.3_pre20040927.ebuild 900
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-stshell-0.8.3_pre20040927 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-stshell-0.8.3_pre20041126 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-stshell-0.8.3_pre20041203 0
diff --git a/gnustep-apps/stshell/files/digest-stshell-0.8.3_pre20041203 b/gnustep-apps/stshell/files/digest-stshell-0.8.3_pre20041203
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/gnustep-apps/stshell/files/digest-stshell-0.8.3_pre20041203
diff --git a/gnustep-apps/stshell/stshell-0.8.3_pre20041203.ebuild b/gnustep-apps/stshell/stshell-0.8.3_pre20041203.ebuild
new file mode 100644
index 000000000000..9c752631a306
--- /dev/null
+++ b/gnustep-apps/stshell/stshell-0.8.3_pre20041203.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 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_pre20041203.ebuild,v 1.1 2004/12/04 20:21:38 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"
+