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
commitfe2c259dec6ab49419b6773cb93c4c294013584a (patch)
tree45daaaf5760af583a468192bc8855765f0386ac1
parentVersion bump as notified by Tom St Denis. (diff)
downloadgentoo-2-fe2c259dec6ab49419b6773cb93c4c294013584a.tar.gz
gentoo-2-fe2c259dec6ab49419b6773cb93c4c294013584a.tar.bz2
gentoo-2-fe2c259dec6ab49419b6773cb93c4c294013584a.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/*
-}