summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libtommath/libtommath-0.21.ebuild')
-rw-r--r--dev-libs/libtommath/libtommath-0.21.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/libtommath/libtommath-0.21.ebuild b/dev-libs/libtommath/libtommath-0.21.ebuild
deleted file mode 100644
index d7a08348b14c..000000000000
--- a/dev-libs/libtommath/libtommath-0.21.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.21.ebuild,v 1.2 2003/07/28 01:57:34 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
-HOMEPAGE="http://math.libtomcrypt.org/"
-SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="x86 ppc"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- epatch ${FILESDIR}/${PV}-doc-fix.patch
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- dodoc changes.txt *.pdf
- docinto demo ; dodoc demo/*
-}