summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-03-19 14:48:58 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-03-19 14:48:58 +0000
commit72f0bc6bd72fd0af750e3483c0912ca54dc662e2 (patch)
tree972f403775e86fcd2099763280c18c6b70ae3c32 /dev-libs/boehm-gc
parentAdded net-mail/dot-forward to RDEPEND (diff)
downloadhistorical-72f0bc6bd72fd0af750e3483c0912ca54dc662e2.tar.gz
historical-72f0bc6bd72fd0af750e3483c0912ca54dc662e2.tar.bz2
historical-72f0bc6bd72fd0af750e3483c0912ca54dc662e2.zip
Initial releases of these packages.
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r--dev-libs/boehm-gc/ChangeLog10
-rw-r--r--dev-libs/boehm-gc/boehm-gc-6.0.ebuild33
-rw-r--r--dev-libs/boehm-gc/files/digest-boehm-gc-6.01
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-libs/boehm-gc/ChangeLog b/dev-libs/boehm-gc/ChangeLog
new file mode 100644
index 000000000000..38ecec37b3ae
--- /dev/null
+++ b/dev-libs/boehm-gc/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-libs/boehm-gc
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.1 2002/03/19 14:48:58 gbevin Exp $
+
+*boehm-gc-6.0 (19 Mar 2002)
+
+ 19 Mar 2002; G.Bevin <gbevin@gentoo.org> boehm-gc-6.0.ebuild
+ files/digest-boehm-gc-6.0:
+
+ Initial package for the boehm garbage collector development code.
diff --git a/dev-libs/boehm-gc/boehm-gc-6.0.ebuild b/dev-libs/boehm-gc/boehm-gc-6.0.ebuild
new file mode 100644
index 000000000000..3984ea82030a
--- /dev/null
+++ b/dev-libs/boehm-gc/boehm-gc-6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Geert Bevin <gbevin@uwyn.com>
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.0.ebuild,v 1.1 2002/03/19 14:48:58 gbevin Exp $
+
+S=${WORKDIR}/gc6.0
+DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It is also used by a number of programming language implementations that use C as intermediate code."
+SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.0.tar.gz"
+HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
+
+DEPEND=">=sys-devel/gcc-2.95.3-r5"
+RDEPEND=">=sys-devel/gcc-2.95.3-r5"
+
+src_compile() {
+
+ emake || die
+
+}
+
+src_install () {
+
+ dodir /usr/include/gc
+ insinto /usr/include/gc
+ doins include/*.h
+
+ mv gc.a libgc.a
+ dodir /usr/lib
+ dolib.a libgc.a
+
+ dodoc README.QUICK doc/README* doc/barrett_diagram
+ dohtml doc
+ doman doc/gc.man
+}
diff --git a/dev-libs/boehm-gc/files/digest-boehm-gc-6.0 b/dev-libs/boehm-gc/files/digest-boehm-gc-6.0
new file mode 100644
index 000000000000..219c5bc05212
--- /dev/null
+++ b/dev-libs/boehm-gc/files/digest-boehm-gc-6.0
@@ -0,0 +1 @@
+MD5 528371164ac9838dcb263fede456eff6 gc6.0.tar.gz 562188