summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-12-04 07:40:57 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-12-04 07:40:57 +0000
commit553c9a552f28b9473c9011d53ee599f13c0dda5c (patch)
tree8a916a984e6660288142f8fbdba5a215be14552e /dev-libs/zthread/zthread-1.5.3.ebuild
parentVersion bump for toolchain-binutils support. (Manifest recommit) (diff)
downloadgentoo-2-553c9a552f28b9473c9011d53ee599f13c0dda5c.tar.gz
gentoo-2-553c9a552f28b9473c9011d53ee599f13c0dda5c.tar.bz2
gentoo-2-553c9a552f28b9473c9011d53ee599f13c0dda5c.zip
added -fpermissive flag as per bug #72642
Diffstat (limited to 'dev-libs/zthread/zthread-1.5.3.ebuild')
-rw-r--r--dev-libs/zthread/zthread-1.5.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/zthread/zthread-1.5.3.ebuild b/dev-libs/zthread/zthread-1.5.3.ebuild
deleted file mode 100644
index 632304e1a261..000000000000
--- a/dev-libs/zthread/zthread-1.5.3.ebuild
+++ /dev/null
@@ -1,30 +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/zthread/zthread-1.5.3.ebuild,v 1.19 2004/11/01 23:13:50 gustavoz Exp $
-
-DESCRIPTION="platform-independent object-oriented threading architecture"
-HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/"
-SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 sparc"
-IUSE="debug"
-
-DEPEND="virtual/libc"
-
-S=${WORKDIR}/ZThread-${PV}
-
-src_compile() {
- local myconf
- use debug \
- && myconf="--enable-debug=yes" \
- || myconf="--enable-debug=no"
- econf ${myconf} || die "./configure failed"
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS TODO THANK.YOU
-}