summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-10 02:14:19 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-10 02:14:19 +0000
commit433197e756fe59349b706d52dfbad47dcfe31d82 (patch)
treeb4c2991497e851e2131c845785bf9411097f2c51
parentVersion bump as notified by Tom St Denis. (diff)
downloadhistorical-433197e756fe59349b706d52dfbad47dcfe31d82.tar.gz
historical-433197e756fe59349b706d52dfbad47dcfe31d82.tar.bz2
historical-433197e756fe59349b706d52dfbad47dcfe31d82.zip
old
-rw-r--r--dev-libs/libtommath/files/digest-libtommath-0.301
-rw-r--r--dev-libs/libtommath/libtommath-0.30.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-libs/libtommath/files/digest-libtommath-0.30 b/dev-libs/libtommath/files/digest-libtommath-0.30
deleted file mode 100644
index 003bdeec7cb5..000000000000
--- a/dev-libs/libtommath/files/digest-libtommath-0.30
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f45604da6cee095258b48b5fb701b5be ltm-0.30.tar.bz2 1878193
diff --git a/dev-libs/libtommath/libtommath-0.30.ebuild b/dev-libs/libtommath/libtommath-0.30.ebuild
deleted file mode 100644
index 90ed88aad5d9..000000000000
--- a/dev-libs/libtommath/libtommath-0.30.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.30.ebuild,v 1.5 2005/03/17 00:43:10 vapier 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="amd64 ppc x86"
-IUSE=""
-
-src_install() {
- make install DESTDIR="${D}" || die
- dodoc changes.txt *.pdf
- docinto demo ; dodoc demo/*
-}