summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-11 18:07:55 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-11 18:07:55 +0000
commit6a9f7ac2b5bee3c53565e9f37cd2283f9a686aeb (patch)
treea6920e2fb89a6081b212556635d829980009b79b /dev-libs/libtommath
parentchangelog (diff)
downloadgentoo-2-6a9f7ac2b5bee3c53565e9f37cd2283f9a686aeb.tar.gz
gentoo-2-6a9f7ac2b5bee3c53565e9f37cd2283f9a686aeb.tar.bz2
gentoo-2-6a9f7ac2b5bee3c53565e9f37cd2283f9a686aeb.zip
ver bump
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/ChangeLog7
-rw-r--r--dev-libs/libtommath/files/digest-libtommath-0.271
-rw-r--r--dev-libs/libtommath/libtommath-0.27.ebuild21
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog
index a76ec1838f4b..fb920a15a3b7 100644
--- a/dev-libs/libtommath/ChangeLog
+++ b/dev-libs/libtommath/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libtommath
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.5 2003/09/09 13:21:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.6 2003/10/11 18:07:11 vapier Exp $
+
+*libtommath-0.26 (11 Oct 2003)
+
+ 11 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*libtommath-0.26 (09 Sep 2003)
diff --git a/dev-libs/libtommath/files/digest-libtommath-0.27 b/dev-libs/libtommath/files/digest-libtommath-0.27
new file mode 100644
index 000000000000..dbb93c058299
--- /dev/null
+++ b/dev-libs/libtommath/files/digest-libtommath-0.27
@@ -0,0 +1 @@
+MD5 9a2d53cd7f394bc9f34697dfc0bc58be ltm-0.27.tar.bz2 453325
diff --git a/dev-libs/libtommath/libtommath-0.27.ebuild b/dev-libs/libtommath/libtommath-0.27.ebuild
new file mode 100644
index 000000000000..e8d413f77d29
--- /dev/null
+++ b/dev-libs/libtommath/libtommath-0.27.ebuild
@@ -0,0 +1,21 @@
+# 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.27.ebuild,v 1.1 2003/10/11 18:07:11 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="x86 ppc"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ emake install DESTDIR=${D} || die
+ dodoc changes.txt *.pdf
+ docinto demo ; dodoc demo/*
+}