diff options
Diffstat (limited to 'dev-libs/tomsfastmath')
-rw-r--r-- | dev-libs/tomsfastmath/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild | 4 |
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 |