summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-09-27 16:49:36 +0000
committerChristian Heim <phreak@gentoo.org>2006-09-27 16:49:36 +0000
commitbc046ad59bd6374b3dbe810c91dc972a4669f5bb (patch)
tree77e31767b1fda926dfcde9836935a117bb62f8dd /dev-libs/libhoard/libhoard-2.1.2d.ebuild
parentapp-misc/emelfm2 removal (was pending removal 27th September 2006), see #9047... (diff)
downloadgentoo-2-bc046ad59bd6374b3dbe810c91dc972a4669f5bb.tar.gz
gentoo-2-bc046ad59bd6374b3dbe810c91dc972a4669f5bb.tar.bz2
gentoo-2-bc046ad59bd6374b3dbe810c91dc972a4669f5bb.zip
dev-libs/libhoard removal (was pending removal 27th September 2006), see #99473 for reference.
Diffstat (limited to 'dev-libs/libhoard/libhoard-2.1.2d.ebuild')
-rw-r--r--dev-libs/libhoard/libhoard-2.1.2d.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/libhoard/libhoard-2.1.2d.ebuild b/dev-libs/libhoard/libhoard-2.1.2d.ebuild
deleted file mode 100644
index 6a18ad1f8a39..000000000000
--- a/dev-libs/libhoard/libhoard-2.1.2d.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhoard/libhoard-2.1.2d.ebuild,v 1.6 2004/07/02 04:46:25 eradicator Exp $
-
-inherit libtool
-
-DESCRIPTION="A fast, scalable and memory-efficient allocator for multiprocessors"
-HOMEPAGE="http://www.hoard.org/"
-SRC_URI="http://www.cs.umass.edu/%7Eemery/software/libhoard-2.1.2d.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ~sparc"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_compile() {
- # update libtool
- elibtoolize
-
- # enable the GNU extensions
- export CPPFLAGS=-D_GNU_SOURCE
-
- econf || die "./configure failed"
- emake || die "compilation failed"
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc NEWS README docs/*
-}