summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/tomsfastmath/files/digest-tomsfastmath-0.031
-rw-r--r--dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/tomsfastmath/files/digest-tomsfastmath-0.03 b/dev-libs/tomsfastmath/files/digest-tomsfastmath-0.03
deleted file mode 100644
index 86704b1c60f8..000000000000
--- a/dev-libs/tomsfastmath/files/digest-tomsfastmath-0.03
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6b3f24412a63ceeba4747b211915f05f tfm-0.03.zip 216043
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild
deleted file mode 100644
index 306166a3fc2d..000000000000
--- a/dev-libs/tomsfastmath/tomsfastmath-0.03.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.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/"
-SRC_URI="http://libtomcrypt.org/tfm/files/tfm-${PV}.zip"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-src_install() {
- dolib.a libtfm.a || die "dolib.a"
- insinto /usr/include
- doins tfm.h || die "doinc"
- dodoc changes.txt doc/*.pdf
- docinto demo ; dodoc demo/*
-}