summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/bison')
-rw-r--r--sys-devel/bison/Manifest12
-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
7 files changed, 3 insertions, 173 deletions
diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
index 82e881390a2b..848f73888fa6 100644
--- a/sys-devel/bison/Manifest
+++ b/sys-devel/bison/Manifest
@@ -2,21 +2,15 @@
Hash: SHA1
MD5 8a80beaac760e397aed8da0bafb6ff80 ChangeLog 4850
-MD5 35fee9889b6d304bfce347a2ad8a76dd bison-1.34-r1.ebuild 1123
-MD5 06ab2a40b3da792bb74f57bd39ce2420 bison-1.35.ebuild 1225
-MD5 5b8d6572f8235d7ce55b48bf732412d0 bison-1.75.ebuild 1072
MD5 0e880f3131fefee5c51c3a13d1f8a468 bison-1.875.ebuild 1865
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 61b224a9eaf1ae7f77c2d1456d8fda87 files/bison-1.32-extfix.patch 1170
MD5 644a4912da3e5107f509022f173ec146 files/bison-1.875-gccerror.patch 1538
-MD5 85dbbe1a9f32abae54cacd04aaa80709 files/digest-bison-1.34-r1 63
-MD5 9c4ca0c28c5762cc799cc3e56f51d54e files/digest-bison-1.35 63
-MD5 ccaa497656beb47a684c2e33084522b0 files/digest-bison-1.75 63
MD5 4a875793f3bd808692002c152e5e26c4 files/digest-bison-1.875 64
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBby9EHTu7gpaalycRAuImAKDZzuRYbGzzhUc6LQealVgzVH31mACcDJ0R
-fuCfX6pS1Phmy6oxfhUc07Q=
-=mAYw
+iD8DBQFBbzK/HTu7gpaalycRAnZQAKDWTXJdNfjLmmhE4BCnigzBw220vACdHRdn
+WdkSvAYg5QV7XHezAMPTZHE=
+=EIQL
-----END PGP SIGNATURE-----
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