diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-23 16:11:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-23 16:11:09 +0000 |
commit | 5d7c16988de5ce5340da816715f6a6ecf13c797a (patch) | |
tree | b510382dea8b64a593d3b783159bd589aef644fe /dev-libs/libtommath | |
parent | Modify PPPoA chapter of the documentation (#144194). Stable on x86. (diff) | |
download | historical-5d7c16988de5ce5340da816715f6a6ecf13c797a.tar.gz historical-5d7c16988de5ce5340da816715f6a6ecf13c797a.tar.bz2 historical-5d7c16988de5ce5340da816715f6a6ecf13c797a.zip |
old
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/files/digest-libtommath-0.35 | 1 | ||||
-rw-r--r-- | dev-libs/libtommath/files/digest-libtommath-0.36 | 1 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.35.ebuild | 18 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.36.ebuild | 22 |
4 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/libtommath/files/digest-libtommath-0.35 b/dev-libs/libtommath/files/digest-libtommath-0.35 deleted file mode 100644 index 3568f9db51ab..000000000000 --- a/dev-libs/libtommath/files/digest-libtommath-0.35 +++ /dev/null @@ -1 +0,0 @@ -MD5 9fa036292fb0465f9272ec38054d7a0c ltm-0.35.tar.bz2 1915767 diff --git a/dev-libs/libtommath/files/digest-libtommath-0.36 b/dev-libs/libtommath/files/digest-libtommath-0.36 deleted file mode 100644 index ca35fa04a92c..000000000000 --- a/dev-libs/libtommath/files/digest-libtommath-0.36 +++ /dev/null @@ -1 +0,0 @@ -MD5 cd4f9305e1b721b3c3eb7bcdc25abfc6 ltm-0.36.tar.bz2 1924150 diff --git a/dev-libs/libtommath/libtommath-0.35.ebuild b/dev-libs/libtommath/libtommath-0.35.ebuild deleted file mode 100644 index 8d2f310ef0de..000000000000 --- a/dev-libs/libtommath/libtommath-0.35.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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.3 2005/05/05 00:30:06 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() { - make install DESTDIR="${D}" || die - dodoc changes.txt *.pdf - docinto demo ; dodoc demo/* -} diff --git a/dev-libs/libtommath/libtommath-0.36.ebuild b/dev-libs/libtommath/libtommath-0.36.ebuild deleted file mode 100644 index d22f064b9f65..000000000000 --- a/dev-libs/libtommath/libtommath-0.36.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.36.ebuild,v 1.5 2006/03/03 03:24:28 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 ~ppc-macos x86" -IUSE="" - -src_compile() { - emake IGNORE_SPEED=1 || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc changes.txt *.pdf - docinto demo ; dodoc demo/* -} |