summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-10-14 18:36:56 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-10-14 18:36:56 +0000
commitb73d35f749a9a881504ac3d7dd263447ce93ca4c (patch)
treebd378c9a3b0e942caa6a52cafd25c95f76af34ac /dev-lang/gforth
parentfixes 31089 (diff)
downloadgentoo-2-b73d35f749a9a881504ac3d7dd263447ce93ca4c.tar.gz
gentoo-2-b73d35f749a9a881504ac3d7dd263447ce93ca4c.tar.bz2
gentoo-2-b73d35f749a9a881504ac3d7dd263447ce93ca4c.zip
fixes 31089
Diffstat (limited to 'dev-lang/gforth')
-rw-r--r--dev-lang/gforth/ChangeLog14
-rw-r--r--dev-lang/gforth/Manifest6
-rw-r--r--dev-lang/gforth/files/digest-gforth-0.6.1-r11
-rw-r--r--dev-lang/gforth/files/digest-gforth-0.6.21
-rw-r--r--dev-lang/gforth/gforth-0.6.1-r1.ebuild56
-rw-r--r--dev-lang/gforth/gforth-0.6.2.ebuild56
6 files changed, 130 insertions, 4 deletions
diff --git a/dev-lang/gforth/ChangeLog b/dev-lang/gforth/ChangeLog
index 0671628d422c..5eb195b94947 100644
--- a/dev-lang/gforth/ChangeLog
+++ b/dev-lang/gforth/ChangeLog
@@ -1,6 +1,18 @@
# ChangeLog for dev-lang/gforth
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.3 2003/04/02 10:59:32 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.4 2003/10/14 18:36:54 mkennedy Exp $
+
+*gforth-0.6.2 (14 Oct 2003)
+
+ 14 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> gforth-0.6.1-r1.ebuild,
+ gforth-0.6.2.ebuild:
+ minor version bump and fix for bug 31089
+
+*gforth-0.6.1-r1 (14 Oct 2003)
+
+ 14 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> gforth-0.6.1-r1.ebuild,
+ gforth-0.6.2.ebuild:
+ minor version bump and fix for bug 31089
*gforth-0.6.1 (02 Apr 2003)
diff --git a/dev-lang/gforth/Manifest b/dev-lang/gforth/Manifest
index f97e21f69039..de951a72419b 100644
--- a/dev-lang/gforth/Manifest
+++ b/dev-lang/gforth/Manifest
@@ -1,8 +1,8 @@
MD5 45ddcf3cf569665acd9f94efd62b4c18 gforth-0.5.0.ebuild 1376
-MD5 35747c192bf0005611962e6787128dc6 gforth-0.6.2.ebuild 1353
-MD5 a8dc2e7e7c2c97801bc73e5d17fb1a32 gforth-0.6.1-r1.ebuild 1367
+MD5 309b52dfe2ddb4068dd89bc19b7ad205 gforth-0.6.2.ebuild 1353
+MD5 92d0e599e963cf216fcfcf27164eb9c2 gforth-0.6.1-r1.ebuild 1370
MD5 322e62344f1236a98bc877896ac633f8 gforth-0.6.1.ebuild 1391
-MD5 ccf5c5989298db4f72ed9d0ed444bb9c ChangeLog 1103
+MD5 b12e474218d4a7725a56fc0a395ec16b ChangeLog 1103
MD5 74edc6d12c9a8d2858070dc09e2c264c files/50gforth-gentoo.el 200
MD5 7a30c3b5440bf0523287414f644ce1db files/digest-gforth-0.5.0 65
MD5 47338bda82d2c5cbd41aa03a5eaeea2a files/gforth.el-gentoo.patch 1428
diff --git a/dev-lang/gforth/files/digest-gforth-0.6.1-r1 b/dev-lang/gforth/files/digest-gforth-0.6.1-r1
new file mode 100644
index 000000000000..b92a126aa04f
--- /dev/null
+++ b/dev-lang/gforth/files/digest-gforth-0.6.1-r1
@@ -0,0 +1 @@
+MD5 91855c11c3989d0ba92139e278f047d0 gforth-0.6.1.tar.gz 1892711
diff --git a/dev-lang/gforth/files/digest-gforth-0.6.2 b/dev-lang/gforth/files/digest-gforth-0.6.2
new file mode 100644
index 000000000000..4b613bac6474
--- /dev/null
+++ b/dev-lang/gforth/files/digest-gforth-0.6.2
@@ -0,0 +1 @@
+MD5 869112bd762b07fc4d2038a2d9965148 gforth-0.6.2.tar.gz 1925536
diff --git a/dev-lang/gforth/gforth-0.6.1-r1.ebuild b/dev-lang/gforth/gforth-0.6.1-r1.ebuild
new file mode 100644
index 000000000000..d294487da744
--- /dev/null
+++ b/dev-lang/gforth/gforth-0.6.1-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1-r1.ebuild,v 1.1 2003/10/14 18:36:54 mkennedy Exp $
+
+IUSE="emacs"
+
+inherit elisp-common
+
+S=${WORKDIR}/${P}
+DESCRIPTION="GNU Forth is a fast and portable implementation of the ANSI Forth language"
+HOMEPAGE="http://www.gnu.org/software/gforth"
+SRC_URI="http://www.complang.tuwien.ac.at/forth/gforth/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc
+ emacs? ( virtual/emacs )"
+
+SITEFILE=50gforth-gentoo.el
+
+src_unpack() {
+ unpack ${A}
+ cd ${S} && patch -p0 <${FILESDIR}/gforth.el-gentoo.patch || die
+}
+
+src_compile() {
+ econf CC="gcc -fno-reorder-blocks -fno-inline" --enable-force-reg
+ make || die
+ use emacs && emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el
+}
+
+src_install () {
+ make install libdir=${D}/usr/lib \
+ infodir=${D}/usr/share/info \
+ mandir=${D}/usr/share/man \
+ datadir=${D}/usr/share \
+ bindir=${D}/usr/bin \
+ install || die
+
+ dodoc AUTHORS BUGS COPYING* ChangeLog NEWS* README* ToDo doc/glossaries.doc doc/*.ps
+
+ if use emacs; then
+ elisp-install ${PN} *.el *.elc
+ elisp-site-file-install ${FILESDIR}/${SITEFILE}
+ fi
+}
+
+pkg_postinst() {
+ use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+}
diff --git a/dev-lang/gforth/gforth-0.6.2.ebuild b/dev-lang/gforth/gforth-0.6.2.ebuild
new file mode 100644
index 000000000000..d6a89851229e
--- /dev/null
+++ b/dev-lang/gforth/gforth-0.6.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2.ebuild,v 1.1 2003/10/14 18:36:54 mkennedy Exp $
+
+IUSE="emacs"
+
+inherit elisp-common
+
+S=${WORKDIR}/${P}
+DESCRIPTION="GNU Forth is a fast and portable implementation of the ANSI Forth language"
+HOMEPAGE="http://www.gnu.org/software/gforth"
+SRC_URI="http://www.complang.tuwien.ac.at/forth/gforth//${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc
+ emacs? ( virtual/emacs )"
+
+SITEFILE=50gforth-gentoo.el
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/gforth.el-gentoo.patch || die
+}
+
+src_compile() {
+ econf CC="gcc -fno-reorder-blocks -fno-inline" --enable-force-reg
+ make || die
+ use emacs && emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el
+}
+
+src_install () {
+ make install libdir=${D}/usr/lib \
+ infodir=${D}/usr/share/info \
+ mandir=${D}/usr/share/man \
+ datadir=${D}/usr/share \
+ bindir=${D}/usr/bin \
+ install || die
+
+ dodoc AUTHORS BUGS COPYING* ChangeLog NEWS* README* ToDo doc/glossaries.doc doc/*.ps
+
+ if use emacs; then
+ elisp-install ${PN} *.el *.elc
+ elisp-site-file-install ${FILESDIR}/${SITEFILE}
+ fi
+}
+
+pkg_postinst() {
+ use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+}