From c68e06ae20511d807bd0e70227d748c3a005c45a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 13 May 2004 05:26:07 +0000 Subject: Version bump. --- dev-libs/libtommath/ChangeLog | 9 +++++++-- dev-libs/libtommath/files/digest-libtommath-0.30 | 1 + dev-libs/libtommath/libtommath-0.30.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 dev-libs/libtommath/files/digest-libtommath-0.30 create mode 100644 dev-libs/libtommath/libtommath-0.30.ebuild diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index a957a5c9179b..61c874111463 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.8 2004/01/27 03:18:26 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.9 2004/05/13 05:26:07 vapier Exp $ + +*libtommath-0.30 (13 May 2004) + + 13 May 2004; Mike Frysinger +libtommath-0.30.ebuild: + Version bump. *libtommath-0.29 (26 Jan 2004) diff --git a/dev-libs/libtommath/files/digest-libtommath-0.30 b/dev-libs/libtommath/files/digest-libtommath-0.30 new file mode 100644 index 000000000000..003bdeec7cb5 --- /dev/null +++ b/dev-libs/libtommath/files/digest-libtommath-0.30 @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..8e5f2aaa86c9 --- /dev/null +++ b/dev-libs/libtommath/libtommath-0.30.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/05/13 05:26:07 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" +IUSE="" + +src_compile() { + emake || die +} + +src_install() { + emake install DESTDIR=${D} || die + dodoc changes.txt *.pdf + docinto demo ; dodoc demo/* +} -- cgit v1.2.3-65-gdbad