diff options
author | 2004-04-19 06:32:35 +0000 | |
---|---|---|
committer | 2004-04-19 06:32:35 +0000 | |
commit | 81304f43798344df9251c8f850c9dbbbc8176cf5 (patch) | |
tree | 2e47cdd9a5a583660217468381c95a7785a22c15 /dev-libs | |
parent | touchups (diff) | |
download | gentoo-2-81304f43798344df9251c8f850c9dbbbc8176cf5.tar.gz gentoo-2-81304f43798344df9251c8f850c9dbbbc8176cf5.tar.bz2 gentoo-2-81304f43798344df9251c8f850c9dbbbc8176cf5.zip |
IUSE
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.29.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libtompoly/libtompoly-0.03.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild index acb4947b24d8..55a3811bf05a 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild,v 1.2 2004/01/27 03:24:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild,v 1.3 2004/04/19 06:31:52 vapier Exp $ inherit eutils @@ -11,9 +11,11 @@ SRC_URI="http://libtomcrypt.org/files/crypt-${PV}.tar.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" src_unpack() { - unpack ${A} ; cd ${S} + unpack ${A} + cd ${S} epatch ${FILESDIR}/${PV}-doc-fix.patch epatch ${FILESDIR}/ocb.c.patch } diff --git a/dev-libs/libtommath/libtommath-0.29.ebuild b/dev-libs/libtommath/libtommath-0.29.ebuild index 19faeea1cf32..d8715a74ea6e 100644 --- a/dev-libs/libtommath/libtommath-0.29.ebuild +++ b/dev-libs/libtommath/libtommath-0.29.ebuild @@ -1,6 +1,6 @@ # 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.29.ebuild,v 1.2 2004/01/27 03:25:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.29.ebuild,v 1.3 2004/04/19 06:31:52 vapier Exp $ DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" HOMEPAGE="http://math.libtomcrypt.org/" @@ -9,6 +9,7 @@ SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" src_compile() { emake || die diff --git a/dev-libs/libtompoly/libtompoly-0.03.ebuild b/dev-libs/libtompoly/libtompoly-0.03.ebuild index a8c2c929e478..34216c670bf2 100644 --- a/dev-libs/libtompoly/libtompoly-0.03.ebuild +++ b/dev-libs/libtompoly/libtompoly-0.03.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/libtompoly/libtompoly-0.03.ebuild,v 1.1 2004/01/27 03:28:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/libtompoly-0.03.ebuild,v 1.2 2004/04/19 06:31:52 vapier Exp $ DESCRIPTION="portable ISO C library for polynomial basis arithmetic" HOMEPAGE="http://poly.libtomcrypt.org/" @@ -9,6 +9,7 @@ SRC_URI="http://poly.libtomcrypt.org/files/ltp-${PV}.tar.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" src_compile() { emake || die |