summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-09 13:24:16 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-09 13:24:16 +0000
commita77e78123c164565eca096eb244ece455e32bde0 (patch)
tree7c6dd49a26bee98967715635df855425284a37d8 /dev-libs/libtommath
parentmore postinst info fixes (diff)
downloadgentoo-2-a77e78123c164565eca096eb244ece455e32bde0.tar.gz
gentoo-2-a77e78123c164565eca096eb244ece455e32bde0.tar.bz2
gentoo-2-a77e78123c164565eca096eb244ece455e32bde0.zip
version bump
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/ChangeLog7
-rw-r--r--dev-libs/libtommath/files/0.21-doc-fix.patch17
-rw-r--r--dev-libs/libtommath/files/digest-libtommath-0.211
-rw-r--r--dev-libs/libtommath/files/digest-libtommath-0.241
-rw-r--r--dev-libs/libtommath/files/digest-libtommath-0.261
-rw-r--r--dev-libs/libtommath/libtommath-0.21.ebuild28
-rw-r--r--dev-libs/libtommath/libtommath-0.26.ebuild (renamed from dev-libs/libtommath/libtommath-0.24.ebuild)6
7 files changed, 9 insertions, 52 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog
index db20d87ef037..a76ec1838f4b 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.4 2003/07/28 01:57:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.5 2003/09/09 13:21:03 vapier Exp $
+
+*libtommath-0.26 (09 Sep 2003)
+
+ 09 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump (thanks to Tom St Denis).
*libtommath-0.24 (27 Jul 2003)
diff --git a/dev-libs/libtommath/files/0.21-doc-fix.patch b/dev-libs/libtommath/files/0.21-doc-fix.patch
deleted file mode 100644
index 766f6f45393b..000000000000
--- a/dev-libs/libtommath/files/0.21-doc-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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.21 b/dev-libs/libtommath/files/digest-libtommath-0.21
deleted file mode 100644
index 1be264999c19..000000000000
--- a/dev-libs/libtommath/files/digest-libtommath-0.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c18b9dc7de6ba41bb6d0bdefc2514431 ltm-0.21.tar.bz2 467354
diff --git a/dev-libs/libtommath/files/digest-libtommath-0.24 b/dev-libs/libtommath/files/digest-libtommath-0.24
deleted file mode 100644
index ec628b04c801..000000000000
--- a/dev-libs/libtommath/files/digest-libtommath-0.24
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4895174f2702b5178fdeaf7d7b176643 ltm-0.24.tar.bz2 490749
diff --git a/dev-libs/libtommath/files/digest-libtommath-0.26 b/dev-libs/libtommath/files/digest-libtommath-0.26
new file mode 100644
index 000000000000..e13d926346c2
--- /dev/null
+++ b/dev-libs/libtommath/files/digest-libtommath-0.26
@@ -0,0 +1 @@
+MD5 38ca5a354fa8d113a4c3a24b71bf85da ltm-0.26.tar.bz2 456436
diff --git a/dev-libs/libtommath/libtommath-0.21.ebuild b/dev-libs/libtommath/libtommath-0.21.ebuild
deleted file mode 100644
index d7a08348b14c..000000000000
--- a/dev-libs/libtommath/libtommath-0.21.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.21.ebuild,v 1.2 2003/07/28 01:57:34 vapier Exp $
-
-inherit eutils
-
-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_unpack() {
- unpack ${A} ; cd ${S}
- epatch ${FILESDIR}/${PV}-doc-fix.patch
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- dodoc changes.txt *.pdf
- docinto demo ; dodoc demo/*
-}
diff --git a/dev-libs/libtommath/libtommath-0.24.ebuild b/dev-libs/libtommath/libtommath-0.26.ebuild
index 7b772a246275..94636a6ef823 100644
--- a/dev-libs/libtommath/libtommath-0.24.ebuild
+++ b/dev-libs/libtommath/libtommath-0.26.ebuild
@@ -1,8 +1,6 @@
# 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.24.ebuild,v 1.1 2003/07/28 01:57:34 vapier Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.26.ebuild,v 1.1 2003/09/09 13:21:03 vapier Exp $
DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
HOMEPAGE="http://math.libtomcrypt.org/"
@@ -10,7 +8,7 @@ SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ppc"
src_compile() {
emake || die