diff options
-rw-r--r-- | dev-libs/libtomfloat/libtomfloat-0.02.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.30.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.35.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libtompoly/libtompoly-0.04.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild index 2ff4d990d154..aa35fde8abcd 100644 --- a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild +++ b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomfloat/libtomfloat-0.02.ebuild,v 1.1 2005/03/17 00:32:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomfloat/libtomfloat-0.02.ebuild,v 1.2 2005/03/17 00:42:56 vapier Exp $ DESCRIPTION="library for floating point number manipulation" HOMEPAGE="http://float.libtomcrypt.org/" @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" src_install() { - emake install DESTDIR="${D}" || die + make install DESTDIR="${D}" || die dodoc changes.txt *.pdf docinto demo ; dodoc demo/* } diff --git a/dev-libs/libtommath/libtommath-0.30.ebuild b/dev-libs/libtommath/libtommath-0.30.ebuild index 2bd7a5e5e194..90ed88aad5d9 100644 --- a/dev-libs/libtommath/libtommath-0.30.ebuild +++ b/dev-libs/libtommath/libtommath-0.30.ebuild @@ -1,6 +1,6 @@ # 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.30.ebuild,v 1.4 2005/03/17 00:07:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.30.ebuild,v 1.5 2005/03/17 00:43:10 vapier Exp $ DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" HOMEPAGE="http://math.libtomcrypt.org/" @@ -12,7 +12,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" src_install() { - emake install DESTDIR="${D}" || die + make install DESTDIR="${D}" || die dodoc changes.txt *.pdf docinto demo ; dodoc demo/* } diff --git a/dev-libs/libtommath/libtommath-0.35.ebuild b/dev-libs/libtommath/libtommath-0.35.ebuild index 5eb7b50df0f5..3c060bab3afd 100644 --- a/dev-libs/libtommath/libtommath-0.35.ebuild +++ b/dev-libs/libtommath/libtommath-0.35.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.35.ebuild,v 1.2 2005/03/17 00:43:10 vapier Exp $ DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" HOMEPAGE="http://math.libtomcrypt.org/" @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" src_install() { - emake install DESTDIR="${D}" || die + make install DESTDIR="${D}" || die dodoc changes.txt *.pdf docinto demo ; dodoc demo/* } diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild index a65bdb3ebeae..0ca52c3f79c2 100644 --- a/dev-libs/libtompoly/libtompoly-0.04.ebuild +++ b/dev-libs/libtompoly/libtompoly-0.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/libtompoly-0.04.ebuild,v 1.3 2005/03/17 00:11:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/libtompoly-0.04.ebuild,v 1.4 2005/03/17 00:43:18 vapier Exp $ DESCRIPTION="portable ISO C library for polynomial basis arithmetic" HOMEPAGE="http://poly.libtomcrypt.org/" @@ -12,7 +12,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" src_install() { - emake install DESTDIR="${D}" || die + make install DESTDIR="${D}" || die dodoc changes.txt *.pdf docinto demo ; dodoc demo/* } |