summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-26 13:38:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-26 13:38:30 +0000
commiteae292d20683ea1a61ec34018afcc55bc18bd9b4 (patch)
tree38c52d0839c873f6a0a912742d3e1acf6fa6f8c5 /dev-lang/gforth
parentno longer uses packed jars #63255 (Manifest recommit) (diff)
downloadgentoo-2-eae292d20683ea1a61ec34018afcc55bc18bd9b4.tar.gz
gentoo-2-eae292d20683ea1a61ec34018afcc55bc18bd9b4.tar.bz2
gentoo-2-eae292d20683ea1a61ec34018afcc55bc18bd9b4.zip
old
Diffstat (limited to 'dev-lang/gforth')
-rw-r--r--dev-lang/gforth/files/digest-gforth-0.5.01
-rw-r--r--dev-lang/gforth/files/digest-gforth-0.5.0-r11
-rw-r--r--dev-lang/gforth/files/digest-gforth-0.6.11
-rw-r--r--dev-lang/gforth/files/digest-gforth-0.6.1-r11
-rw-r--r--dev-lang/gforth/gforth-0.5.0-r1.ebuild71
-rw-r--r--dev-lang/gforth/gforth-0.5.0.ebuild45
-rw-r--r--dev-lang/gforth/gforth-0.6.1-r1.ebuild55
-rw-r--r--dev-lang/gforth/gforth-0.6.1.ebuild57
8 files changed, 0 insertions, 232 deletions
diff --git a/dev-lang/gforth/files/digest-gforth-0.5.0 b/dev-lang/gforth/files/digest-gforth-0.5.0
deleted file mode 100644
index 88f8603923f9..000000000000
--- a/dev-lang/gforth/files/digest-gforth-0.5.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 db16b64e9d63934bc4455e9b2aebbe13 gforth-0.5.0.tar.gz 1472986
diff --git a/dev-lang/gforth/files/digest-gforth-0.5.0-r1 b/dev-lang/gforth/files/digest-gforth-0.5.0-r1
deleted file mode 100644
index 88f8603923f9..000000000000
--- a/dev-lang/gforth/files/digest-gforth-0.5.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 db16b64e9d63934bc4455e9b2aebbe13 gforth-0.5.0.tar.gz 1472986
diff --git a/dev-lang/gforth/files/digest-gforth-0.6.1 b/dev-lang/gforth/files/digest-gforth-0.6.1
deleted file mode 100644
index b92a126aa04f..000000000000
--- a/dev-lang/gforth/files/digest-gforth-0.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 91855c11c3989d0ba92139e278f047d0 gforth-0.6.1.tar.gz 1892711
diff --git a/dev-lang/gforth/files/digest-gforth-0.6.1-r1 b/dev-lang/gforth/files/digest-gforth-0.6.1-r1
deleted file mode 100644
index b92a126aa04f..000000000000
--- a/dev-lang/gforth/files/digest-gforth-0.6.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 91855c11c3989d0ba92139e278f047d0 gforth-0.6.1.tar.gz 1892711
diff --git a/dev-lang/gforth/gforth-0.5.0-r1.ebuild b/dev-lang/gforth/gforth-0.5.0-r1.ebuild
deleted file mode 100644
index d3c983db5472..000000000000
--- a/dev-lang/gforth/gforth-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.5.0-r1.ebuild,v 1.1 2004/07/29 01:11:41 jbms Exp $
-
-IUSE="emacs"
-
-inherit flag-o-matic elisp-common
-
-DESCRIPTION="GNU Forth is a fast and portable implementation of the ANS 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"
-# Admittedly this should be UNSTABLE
-KEYWORDS="~x86"
-
-DEPEND="virtual/libc
- emacs? ( virtual/emacs )"
-
-SITEFILE=50gforth-gentoo.el
-
-src_compile() {
- # A lot of trouble with gcc3 and heavy opt flags, so let's try to dial
- # it down to -O1 at the most.
- strip-flags
- export CFLAGS="${CFLAGS//-O?} -O"
-
- econf --enable-force-reg --without-debug || die "./configure failed"
- # some configure flags that trip up gcc3.x are
- # built into the thing. Get rid of the things.
- cp Makefile Makefile.orig
- sed -e "s:-O3::" Makefile.orig >Makefile
- cp engine/Makefile engine/Makefile.orig
- sed -e "s:-O3::" engine/Makefile.orig >engine/Makefile
- emake XCFLAGS="" ENGINE_FLAGS="" || die
-
- if use emacs; then
- elisp-comp *.el || die
- fi
-}
-
-src_install () {
- make install \
- prefix=${D}/usr \
- 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 README INSTALL NEWS doc/glossaries.doc gforth.ps || die
-
- if use emacs; then
- elisp-install ${PN} *.el *.elc || die
- elisp-site-file-install ${FILESDIR}/${SITEFILE} || die
- fi
-}
-
-pkg_postinst() {
- if use emacs; then
- elisp-site-regen
- fi
-}
-
-pkg_postrm() {
- if use emacs; then
- elisp-site-regen
- fi
-}
diff --git a/dev-lang/gforth/gforth-0.5.0.ebuild b/dev-lang/gforth/gforth-0.5.0.ebuild
deleted file mode 100644
index 3ff8ff50b056..000000000000
--- a/dev-lang/gforth/gforth-0.5.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.5.0.ebuild,v 1.5 2004/07/02 04:26:05 eradicator Exp $
-
-IUSE=""
-
-inherit flag-o-matic
-
-DESCRIPTION="GNU Forth is a fast and portable implementation of the ANS 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"
-# Admittedly this should be UNSTABLE
-KEYWORDS="~x86"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- # A lot of trouble with gcc3 and heavy opt flags, so let's try to dial
- # it down to -O1 at the most.
- strip-flags
- export CFLAGS="${CFLAGS//-O?} -O"
-
- econf --enable-force-reg --without-debug || die "./configure failed"
- # some configure flags that trip up gcc3.x are
- # built into the thing. Get rid of the things.
- cp Makefile Makefile.orig
- sed -e "s:-O3::" Makefile.orig >Makefile
- cp engine/Makefile engine/Makefile.orig
- sed -e "s:-O3::" engine/Makefile.orig >engine/Makefile
- emake XCFLAGS="" ENGINE_FLAGS="" || die
-}
-
-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 README INSTALL NEWS doc/glossaries.doc gforth.ps
-}
diff --git a/dev-lang/gforth/gforth-0.6.1-r1.ebuild b/dev-lang/gforth/gforth-0.6.1-r1.ebuild
deleted file mode 100644
index 61b06393204a..000000000000
--- a/dev-lang/gforth/gforth-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.5 2004/07/02 04:26:05 eradicator Exp $
-
-IUSE="emacs"
-
-inherit elisp-common
-
-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/libc
- 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 || die "econf failed"
- 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.1.ebuild b/dev-lang/gforth/gforth-0.6.1.ebuild
deleted file mode 100644
index 7b5f530878b0..000000000000
--- a/dev-lang/gforth/gforth-0.6.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1.ebuild,v 1.6 2004/07/02 04:26:05 eradicator Exp $
-
-IUSE="emacs"
-
-inherit elisp
-
-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/libc
- emacs? ( virtual/emacs )"
-
-SITEFILE=50gforth-gentoo.el
-
-src_unpack() {
- unpack ${A}
- cd ${S} && patch -p0 <${FILESDIR}/gforth.el-gentoo.patch || die
-}
-
-src_compile() {
- econf --enable-force-reg --without-debug || die "./configure failed"
- make XCFLAGS="" ENGINE_FLAGS="" || 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
-}