diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-25 17:44:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-25 17:44:44 +0000 |
commit | 93090b99eb5375fabcd26e519e9e2c1a221a3618 (patch) | |
tree | e0b0b3c963afaf982bd60e54c4355c2aec904e02 /dev-libs/libtommath | |
parent | Updated Mirrors, Masked ant-1.6.0-r1 (diff) | |
download | historical-93090b99eb5375fabcd26e519e9e2c1a221a3618.tar.gz historical-93090b99eb5375fabcd26e519e9e2c1a221a3618.tar.bz2 historical-93090b99eb5375fabcd26e519e9e2c1a221a3618.zip |
ver bump
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libtommath/files/digest-libtommath-0.26 | 1 | ||||
-rw-r--r-- | dev-libs/libtommath/files/digest-libtommath-0.27 | 1 | ||||
-rw-r--r-- | dev-libs/libtommath/files/digest-libtommath-0.28 | 1 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.27.ebuild | 21 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.28.ebuild (renamed from dev-libs/libtommath/libtommath-0.26.ebuild) | 2 |
6 files changed, 9 insertions, 26 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index fb920a15a3b7..36ea8db7b7a2 100644 --- a/dev-libs/libtommath/ChangeLog +++ b/dev-libs/libtommath/ChangeLog @@ -1,8 +1,13 @@ # 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.6 2003/10/11 18:07:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.7 2003/12/25 17:41:34 vapier Exp $ -*libtommath-0.26 (11 Oct 2003) +*libtommath-0.28 (25 Dec 2003) + + 25 Dec 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump. + +*libtommath-0.27 (11 Oct 2003) 11 Oct 2003; Mike Frysinger <vapier@gentoo.org> : Version bump. diff --git a/dev-libs/libtommath/files/digest-libtommath-0.26 b/dev-libs/libtommath/files/digest-libtommath-0.26 deleted file mode 100644 index e13d926346c2..000000000000 --- a/dev-libs/libtommath/files/digest-libtommath-0.26 +++ /dev/null @@ -1 +0,0 @@ -MD5 38ca5a354fa8d113a4c3a24b71bf85da ltm-0.26.tar.bz2 456436 diff --git a/dev-libs/libtommath/files/digest-libtommath-0.27 b/dev-libs/libtommath/files/digest-libtommath-0.27 deleted file mode 100644 index dbb93c058299..000000000000 --- a/dev-libs/libtommath/files/digest-libtommath-0.27 +++ /dev/null @@ -1 +0,0 @@ -MD5 9a2d53cd7f394bc9f34697dfc0bc58be ltm-0.27.tar.bz2 453325 diff --git a/dev-libs/libtommath/files/digest-libtommath-0.28 b/dev-libs/libtommath/files/digest-libtommath-0.28 new file mode 100644 index 000000000000..c0d2b66a962b --- /dev/null +++ b/dev-libs/libtommath/files/digest-libtommath-0.28 @@ -0,0 +1 @@ +MD5 4b21ed989978f1107b834cefe6b4741b ltm-0.28.tar.bz2 1861265 diff --git a/dev-libs/libtommath/libtommath-0.27.ebuild b/dev-libs/libtommath/libtommath-0.27.ebuild deleted file mode 100644 index e8d413f77d29..000000000000 --- a/dev-libs/libtommath/libtommath-0.27.ebuild +++ /dev/null @@ -1,21 +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.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/* -} diff --git a/dev-libs/libtommath/libtommath-0.26.ebuild b/dev-libs/libtommath/libtommath-0.28.ebuild index 94636a6ef823..e5c7754ef2c3 100644 --- a/dev-libs/libtommath/libtommath-0.26.ebuild +++ b/dev-libs/libtommath/libtommath-0.28.ebuild @@ -1,6 +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.26.ebuild,v 1.1 2003/09/09 13:21:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.28.ebuild,v 1.1 2003/12/25 17:41:34 vapier Exp $ DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" HOMEPAGE="http://math.libtomcrypt.org/" |