summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-11-27 23:08:27 +0000
committerJeroen Roovers <jer@gentoo.org>2011-11-27 23:08:27 +0000
commitc98e07a638dd560911e0f7f9047d96071673977c (patch)
treecd224685849a531e8bd55641c44c757e14504e59 /dev-libs/libtommath
parentDo not use autotools-utils.eclass (bug #392091). (diff)
downloadgentoo-2-c98e07a638dd560911e0f7f9047d96071673977c.tar.gz
gentoo-2-c98e07a638dd560911e0f7f9047d96071673977c.tar.bz2
gentoo-2-c98e07a638dd560911e0f7f9047d96071673977c.zip
Do not use autotools-utils.eclass (bug #392097).
(Portage version: 2.2.0_alpha78/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/ChangeLog5
-rw-r--r--dev-libs/libtommath/libtommath-0.42.0-r1.ebuild8
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog
index 6087dcc2f8c2..240a419f888d 100644
--- a/dev-libs/libtommath/ChangeLog
+++ b/dev-libs/libtommath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libtommath
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.46 2011/11/27 03:58:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.47 2011/11/27 23:08:27 jer Exp $
+
+ 27 Nov 2011; Jeroen Roovers <jer@gentoo.org> libtommath-0.42.0-r1.ebuild:
+ Do not use autotools-utils.eclass (bug #392097).
27 Nov 2011; Tim Harder <radhermit@gentoo.org> libtommath-0.42.0-r1.ebuild:
Build in the source tree.
diff --git a/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild b/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild
index 9277cb53bb4c..8797507ec0ad 100644
--- a/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild
+++ b/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild,v 1.2 2011/11/27 03:58:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild,v 1.3 2011/11/27 23:08:27 jer Exp $
EAPI=4
-inherit autotools-utils eutils multilib toolchain-funcs
+inherit eutils multilib toolchain-funcs
DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
HOMEPAGE="http://www.libtom.org/"
@@ -17,8 +17,6 @@ IUSE="doc examples static-libs"
DEPEND="sys-devel/libtool"
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
@@ -46,5 +44,5 @@ src_install() {
dodoc demo/*.c
fi
- use static-libs || remove_libtool_files
+ use static-libs || find "${ED}" \( -name '*.a' -or -name '*.la' \) -delete
}