diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 00:08:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 00:08:00 +0000 |
commit | 323e79a7829432f9d4113660e612d2bb06e195e3 (patch) | |
tree | f9f887f6dd581c066ff3a99a4b9ec09373a9e947 /dev-libs/libtommath | |
parent | stabilize (diff) | |
download | gentoo-2-323e79a7829432f9d4113660e612d2bb06e195e3.tar.gz gentoo-2-323e79a7829432f9d4113660e612d2bb06e195e3.tar.bz2 gentoo-2-323e79a7829432f9d4113660e612d2bb06e195e3.zip |
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libtommath/files/digest-libtommath-0.35 | 1 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.35.ebuild | 18 |
3 files changed, 26 insertions, 2 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index a7e5b93faff3..48fb824801df 100644 --- a/dev-libs/libtommath/ChangeLog +++ b/dev-libs/libtommath/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libtommath -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.11 2004/08/28 13:09:34 kugelfang Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.12 2005/03/17 00:08:00 vapier Exp $ + +*libtommath-0.35 (17 Mar 2005) + + 17 Mar 2005; Mike Frysinger <vapier@gentoo.org> +libtommath-0.35.ebuild: + Version bump. 28 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> libtommath-0.30.ebuild: Marked ~amd64. diff --git a/dev-libs/libtommath/files/digest-libtommath-0.35 b/dev-libs/libtommath/files/digest-libtommath-0.35 new file mode 100644 index 000000000000..3568f9db51ab --- /dev/null +++ b/dev-libs/libtommath/files/digest-libtommath-0.35 @@ -0,0 +1 @@ +MD5 9fa036292fb0465f9272ec38054d7a0c ltm-0.35.tar.bz2 1915767 diff --git a/dev-libs/libtommath/libtommath-0.35.ebuild b/dev-libs/libtommath/libtommath-0.35.ebuild new file mode 100644 index 000000000000..5eb7b50df0f5 --- /dev/null +++ b/dev-libs/libtommath/libtommath-0.35.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.35.ebuild,v 1.1 2005/03/17 00:08:00 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="~amd64 ~ppc ~x86" +IUSE="" + +src_install() { + emake install DESTDIR="${D}" || die + dodoc changes.txt *.pdf + docinto demo ; dodoc demo/* +} |