summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-15 02:15:16 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-15 02:15:16 +0000
commit11adef530f5b8b91455ed9ce9ca83037b3d8b5b4 (patch)
treeeeed410654d8a2c491938ceca3a48304875af4be /sys-devel
parentcreate yacc symlink LIKE MAGIC #49331 (Manifest recommit) (diff)
downloadgentoo-2-11adef530f5b8b91455ed9ce9ca83037b3d8b5b4.tar.gz
gentoo-2-11adef530f5b8b91455ed9ce9ca83037b3d8b5b4.tar.bz2
gentoo-2-11adef530f5b8b91455ed9ce9ca83037b3d8b5b4.zip
old
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bison/bison-1.34-r1.ebuild53
-rw-r--r--sys-devel/bison/bison-1.35.ebuild56
-rw-r--r--sys-devel/bison/bison-1.75.ebuild52
-rw-r--r--sys-devel/bison/files/digest-bison-1.34-r11
-rw-r--r--sys-devel/bison/files/digest-bison-1.351
-rw-r--r--sys-devel/bison/files/digest-bison-1.751
6 files changed, 0 insertions, 164 deletions
diff --git a/sys-devel/bison/bison-1.34-r1.ebuild b/sys-devel/bison/bison-1.34-r1.ebuild
deleted file mode 100644
index ae12db39959f..000000000000
--- a/sys-devel/bison/bison-1.34-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34-r1.ebuild,v 1.17 2004/07/15 03:11:11 agriffis Exp $
-
-IUSE="nls static build"
-
-DESCRIPTION="A yacc-compatible parser generator"
-SRC_URI="mirror://gnu/bison/${P}.tar.bz2"
-HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc "
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
-
- local myconf=
-
- use nls || myconf="--disable-nls"
-
- ./configure --prefix=/usr \
- --datadir=/usr/share \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --host=${CHOST} \
- ${myconf} || die
-
- if ! use static
- then
- emake ${MAKEOPTS} || die
- else
- emake ${MAKEOPTS} LDFLAGS=-static || die
- fi
-}
-
-src_install() {
-
- make DESTDIR=${D} \
- datadir=/usr/share \
- mandir=/usr/share/man \
- infodir=/usr/share/info \
- install || die
-
- if ! use build
- then
- dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog
- docinto txt
- dodoc doc/FAQ
- else
- rm -rf ${D}/usr/share/man ${D}/usr/share/info
- fi
-}
diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild
deleted file mode 100644
index 4594ca54ddd2..000000000000
--- a/sys-devel/bison/bison-1.35.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.23 2004/07/15 03:11:11 agriffis Exp $
-
-IUSE="nls static build" # icc"
-
-DESCRIPTION="A yacc-compatible parser generator"
-SRC_URI="mirror://gnu/bison/${P}.tar.bz2"
-HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ppc sparc alpha mips hppa "
-
-DEPEND="nls? ( sys-devel/gettext )"
-# icc? ( dev-lang/icc )"
-
-src_compile() {
-
- local myconf=
-
- use nls || myconf="--disable-nls"
-# use icc && CC="iccbin" CXX="iccbin" LD="iccbin"
-
- ./configure --prefix=/usr \
- --datadir=/usr/share \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --host=${CHOST} \
- ${myconf} || die
-
- if ! use static
- then
- emake ${MAKEOPTS} || die
- else
- emake ${MAKEOPTS} LDFLAGS=-static || die
- fi
-}
-
-src_install() {
-
- make DESTDIR=${D} \
- datadir=/usr/share \
- mandir=/usr/share/man \
- infodir=/usr/share/info \
- install || die
-
- if ! use build
- then
- dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog
- docinto txt
- dodoc doc/FAQ
- else
- rm -rf ${D}/usr/share/man ${D}/usr/share/info
- fi
-}
diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild
deleted file mode 100644
index ca94c498f5f5..000000000000
--- a/sys-devel/bison/bison-1.75.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.15 2004/07/15 03:11:11 agriffis Exp $
-
-IUSE="nls static build" # icc"
-
-DESCRIPTION="A yacc-compatible parser generator"
-SRC_URI="mirror://gnu/bison/${P}.tar.bz2"
-HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-# do not compile xfree
-KEYWORDS="~x86 ~ppc"
-
-DEPEND="nls? ( sys-devel/gettext )"
-# icc? ( dev-lang/icc )"
-
-src_compile() {
-
- local myconf=
-
- use nls || myconf="--disable-nls"
-# use icc && CC="iccbin" CXX="iccbin" LD="iccbin"
-
- econf ${myconf} || die
-
- if ! use static
- then
- emake || die
- else
- emake LDFLAGS="-static" || die
- fi
-}
-
-src_install() {
-
- make DESTDIR=${D} \
- datadir=/usr/share \
- mandir=/usr/share/man \
- infodir=/usr/share/info \
- install || die
-
- if ! use build
- then
- dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog
- docinto txt
- dodoc doc/FAQ
- else
- rm -rf ${D}/usr/share/man ${D}/usr/share/info
- fi
-}
diff --git a/sys-devel/bison/files/digest-bison-1.34-r1 b/sys-devel/bison/files/digest-bison-1.34-r1
deleted file mode 100644
index 98fad6d827cd..000000000000
--- a/sys-devel/bison/files/digest-bison-1.34-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 911b23850a31548ee8ffff1b7d4cc26e bison-1.34.tar.bz2 599252
diff --git a/sys-devel/bison/files/digest-bison-1.35 b/sys-devel/bison/files/digest-bison-1.35
deleted file mode 100644
index d4762ee29ea4..000000000000
--- a/sys-devel/bison/files/digest-bison-1.35
+++ /dev/null
@@ -1 +0,0 @@
-MD5 87de58ab8f2aa07d18b6e77e3e665850 bison-1.35.tar.bz2 627723
diff --git a/sys-devel/bison/files/digest-bison-1.75 b/sys-devel/bison/files/digest-bison-1.75
deleted file mode 100644
index 1aa577e26f05..000000000000
--- a/sys-devel/bison/files/digest-bison-1.75
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dd88fe42e35d554c00af430a9342456a bison-1.75.tar.bz2 773106