summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-03-19 22:38:05 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-03-19 22:38:05 +0000
commit157037ab13284e5bc2019f1554f0aa15a4625349 (patch)
treef85740669b795cf407864650c8d00752f2236f85 /dev-libs/tomsfastmath
parentAlso NEWS file is needed for automake not to need --foreign. This allows to u... (diff)
downloadhistorical-157037ab13284e5bc2019f1554f0aa15a4625349.tar.gz
historical-157037ab13284e5bc2019f1554f0aa15a4625349.tar.bz2
historical-157037ab13284e5bc2019f1554f0aa15a4625349.zip
Add DEPEND on app-arch/unzip
Package-Manager: portage-2.1_pre6-r3
Diffstat (limited to 'dev-libs/tomsfastmath')
-rw-r--r--dev-libs/tomsfastmath/ChangeLog8
-rw-r--r--dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild6
-rw-r--r--dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild4
3 files changed, 13 insertions, 5 deletions
diff --git a/dev-libs/tomsfastmath/ChangeLog b/dev-libs/tomsfastmath/ChangeLog
index b964c2300a25..a15158c46b99 100644
--- a/dev-libs/tomsfastmath/ChangeLog
+++ b/dev-libs/tomsfastmath/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/tomsfastmath
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/ChangeLog,v 1.2 2005/08/10 02:09:48 vapier Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/ChangeLog,v 1.3 2006/03/19 22:34:45 halcy0n Exp $
+
+ 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> tomsfastmath-0.03.ebuild,
+ tomsfastmath-0.05.ebuild:
+ Add DEPEND on app-arch/unzip
*tomsfastmath-0.05 (10 Aug 2005)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild
index 336f001444f7..306166a3fc2d 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild,v 1.1 2005/03/17 00:40:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild,v 1.2 2006/03/19 22:34:45 halcy0n Exp $
DESCRIPTION="portable fixed precision math library geared towards doing one thing very fast"
HOMEPAGE="http://libtomcrypt.org/tfm/"
@@ -10,6 +10,8 @@ LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
+DEPEND="app-arch/unzip"
+RDEPEND=""
src_install() {
dolib.a libtfm.a || die "dolib.a"
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild
index 20c39a1b5c8e..f7d1128f3c8e 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild,v 1.2 2006/03/04 02:25:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild,v 1.3 2006/03/19 22:34:45 halcy0n Exp $
DESCRIPTION="portable fixed precision math library geared towards doing one thing very fast"
HOMEPAGE="http://libtomcrypt.org/tfm/"
@@ -10,6 +10,8 @@ LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 arm ppc x86"
IUSE=""
+DEPEND="app-arch/unzip"
+RDEPEND=""
src_compile() {
emake IGNORE_SPEED=1 || die