summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-06-12 18:10:07 +0000
committerMike Frysinger <vapier@gentoo.org>2003-06-12 18:10:07 +0000
commitf15cc42bcb6d308cf6d7651067eeb1a940091c10 (patch)
tree6d2fbd7bd831a3971fb00e0e254eb64a924746b1 /dev-libs/libtommath
parentversion bump (diff)
downloadhistorical-f15cc42bcb6d308cf6d7651067eeb1a940091c10.tar.gz
historical-f15cc42bcb6d308cf6d7651067eeb1a940091c10.tar.bz2
historical-f15cc42bcb6d308cf6d7651067eeb1a940091c10.zip
version bump
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/ChangeLog7
-rw-r--r--dev-libs/libtommath/Manifest6
-rw-r--r--dev-libs/libtommath/files/0.19-doc-fix.patch17
-rw-r--r--dev-libs/libtommath/files/digest-libtommath-0.161
-rw-r--r--dev-libs/libtommath/files/digest-libtommath-0.191
-rw-r--r--dev-libs/libtommath/libtommath-0.19.ebuild (renamed from dev-libs/libtommath/libtommath-0.16.ebuild)14
6 files changed, 38 insertions, 8 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog
index 5e9b7c9682a3..6a7d73769f56 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.1 2003/04/29 23:46:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.2 2003/06/12 18:10:07 vapier Exp $
+
+*libtommath-0.19 (11 Jun 2003)
+
+ 11 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*libtommath-0.16 (30 Apr 2003)
diff --git a/dev-libs/libtommath/Manifest b/dev-libs/libtommath/Manifest
index 1ee074490975..3f82382cb4ff 100644
--- a/dev-libs/libtommath/Manifest
+++ b/dev-libs/libtommath/Manifest
@@ -1,2 +1,4 @@
-MD5 997ef61df00f7f5a2ec937983e0aa71c libtommath-0.16.ebuild 480
-MD5 341f02807acfb7a48ff7ccf690835b54 files/digest-libtommath-0.16 61
+MD5 b97d5323514e9c438a9be931915e85ff ChangeLog 448
+MD5 3db853737df6f046a0804f3343973303 libtommath-0.19.ebuild 728
+MD5 e4db0d0ed6c53419492c7ffce391d8cd files/0.19-doc-fix.patch 638
+MD5 941a3d1097b7c290bd1a87b3615545a8 files/digest-libtommath-0.19 61
diff --git a/dev-libs/libtommath/files/0.19-doc-fix.patch b/dev-libs/libtommath/files/0.19-doc-fix.patch
new file mode 100644
index 000000000000..766f6f45393b
--- /dev/null
+++ b/dev-libs/libtommath/files/0.19-doc-fix.patch
@@ -0,0 +1,17 @@
+--- makefile.orig 2003-06-12 14:03:05.000000000 -0400
++++ makefile 2003-06-12 14:03:18.000000000 -0400
+@@ -41,13 +41,11 @@
+ $(AR) $(ARFLAGS) libtommath.a $(OBJECTS)
+ ranlib libtommath.a
+
+-install: libtommath.a docs
++install: libtommath.a
+ install -d -g root -o root $(DESTDIR)$(LIBPATH)
+ install -d -g root -o root $(DESTDIR)$(INCPATH)
+- install -d -g root -o root $(DESTDIR)$(DATAPATH)
+ install -g root -o root $(LIBNAME) $(DESTDIR)$(LIBPATH)
+ install -g root -o root $(HEADERS) $(DESTDIR)$(INCPATH)
+- install -g root -o root bn.pdf $(DESTDIR)$(DATAPATH)
+
+ test: libtommath.a demo/demo.o
+ $(CC) demo/demo.o libtommath.a -o test
diff --git a/dev-libs/libtommath/files/digest-libtommath-0.16 b/dev-libs/libtommath/files/digest-libtommath-0.16
deleted file mode 100644
index d2a98a52ee9b..000000000000
--- a/dev-libs/libtommath/files/digest-libtommath-0.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b21d0b49982f234c23d1d72900603c77 ltm-0.16.tar.bz2 292526
diff --git a/dev-libs/libtommath/files/digest-libtommath-0.19 b/dev-libs/libtommath/files/digest-libtommath-0.19
new file mode 100644
index 000000000000..2e9e0567c51c
--- /dev/null
+++ b/dev-libs/libtommath/files/digest-libtommath-0.19
@@ -0,0 +1 @@
+MD5 1308499990febb4f9ebda39753f345d9 ltm-0.19.tar.bz2 661478
diff --git a/dev-libs/libtommath/libtommath-0.16.ebuild b/dev-libs/libtommath/libtommath-0.19.ebuild
index 191790b6a6e1..578063ad8db3 100644
--- a/dev-libs/libtommath/libtommath-0.16.ebuild
+++ b/dev-libs/libtommath/libtommath-0.19.ebuild
@@ -1,6 +1,8 @@
# 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.16.ebuild,v 1.1 2003/04/29 23:46:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.19.ebuild,v 1.1 2003/06/12 18:10:07 vapier Exp $
+
+inherit eutils
DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
HOMEPAGE="http://math.libtomcrypt.org/"
@@ -8,9 +10,12 @@ SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ppc"
-DEPEND="app-text/tetex"
+src_unpack() {
+ unpack ${A} ; cd ${S}
+ epatch ${FILESDIR}/${PV}-doc-fix.patch
+}
src_compile() {
emake || die
@@ -18,5 +23,6 @@ src_compile() {
src_install() {
emake install DESTDIR=${D} || die
- dodoc changes.txt
+ dodoc changes.txt *.pdf
+ docinto demo ; dodoc demo/*
}