summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-17 00:06:54 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-17 00:06:54 +0000
commit9d865190481392f3ce437d315ee81e8823d0b248 (patch)
tree8a38f19e6441782e4ff68857fc32743e94bc3dc3 /dev-libs/libtommath
parentClosing bug #77321 and #77312 (diff)
downloadhistorical-9d865190481392f3ce437d315ee81e8823d0b248.tar.gz
historical-9d865190481392f3ce437d315ee81e8823d0b248.tar.bz2
historical-9d865190481392f3ce437d315ee81e8823d0b248.zip
old
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/files/digest-libtommath-0.291
-rw-r--r--dev-libs/libtommath/libtommath-0.29.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/libtommath/files/digest-libtommath-0.29 b/dev-libs/libtommath/files/digest-libtommath-0.29
deleted file mode 100644
index 0f73646b512a..000000000000
--- a/dev-libs/libtommath/files/digest-libtommath-0.29
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9f105dfaa376f58f6c87c8da4f0f0c99 ltm-0.29.tar.bz2 1886353
diff --git a/dev-libs/libtommath/libtommath-0.29.ebuild b/dev-libs/libtommath/libtommath-0.29.ebuild
deleted file mode 100644
index fead6e1a43f4..000000000000
--- a/dev-libs/libtommath/libtommath-0.29.ebuild
+++ /dev/null
@@ -1,22 +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/libtommath/libtommath-0.29.ebuild,v 1.4 2004/06/24 23:24:35 agriffis Exp $
-
-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"
-IUSE=""
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- dodoc changes.txt *.pdf
- docinto demo ; dodoc demo/*
-}