diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-11-19 07:14:59 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-11-19 07:14:59 +0000 |
commit | 1a676dc75ee91fc5ace70be3ae00e0760e61d6cf (patch) | |
tree | ec0b71cf02b1ad0328737dfce64c31e4d2fc5174 /sci-mathematics | |
parent | Version bump. (diff) | |
download | gentoo-2-1a676dc75ee91fc5ace70be3ae00e0760e61d6cf.tar.gz gentoo-2-1a676dc75ee91fc5ace70be3ae00e0760e61d6cf.tar.bz2 gentoo-2-1a676dc75ee91fc5ace70be3ae00e0760e61d6cf.zip |
Installing more headers
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gmp-ecm/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r1.ebuild (renamed from sci-mathematics/gmp-ecm/gmp-ecm-6.4.3.ebuild) | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sci-mathematics/gmp-ecm/ChangeLog b/sci-mathematics/gmp-ecm/ChangeLog index c51bc180712a..25f38af4daa8 100644 --- a/sci-mathematics/gmp-ecm/ChangeLog +++ b/sci-mathematics/gmp-ecm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/gmp-ecm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog,v 1.1 2012/11/16 03:58:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog,v 1.2 2012/11/19 07:14:59 patrick Exp $ + +*gmp-ecm-6.4.3-r1 (19 Nov 2012) + + 19 Nov 2012; Patrick Lauer <patrick@gentoo.org> +gmp-ecm-6.4.3-r1.ebuild, + -gmp-ecm-6.4.3.ebuild: + Installing more headers *gmp-ecm-6.4.3 (16 Nov 2012) diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r1.ebuild index 8a153eff7db9..b725bea3508e 100644 --- a/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3.ebuild +++ b/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3.ebuild,v 1.1 2012/11/16 03:58:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r1.ebuild,v 1.1 2012/11/19 07:14:59 patrick Exp $ EAPI=4 DESCRIPTION="Elliptic Curve Method for Integer Factorization" @@ -18,3 +18,9 @@ DEPEND="dev-libs/gmp" RDEPEND="${DEPEND}" S=${WORKDIR}/ecm-${PV} + +src_install() { + emake DESTDIR="${D}" install || die + mkdir -p "${D}/usr/include/${PN}/" + cp "${S}"/*.h "${D}/usr/include/${PN}" || die "Failed to copy headers" # needed by other apps like YAFU +} |