patrick 15/03/11 04:19:52 Modified: gmp-ecm-6.4.4-r1.ebuild ChangeLog Log: Fix prefix paths #466852 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild?r1=1.2&r2=1.3 Index: gmp-ecm-6.4.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gmp-ecm-6.4.4-r1.ebuild 10 Mar 2013 09:02:26 -0000 1.2 +++ gmp-ecm-6.4.4-r1.ebuild 11 Mar 2015 04:19:52 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 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.4-r1.ebuild,v 1.2 2013/03/10 09:02:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild,v 1.3 2015/03/11 04:19:52 patrick Exp $ EAPI=5 @@ -60,6 +60,6 @@ src_install() { default - mkdir -p "${D}/usr/include/${PN}/" - cp "${S}"/*.h "${D}/usr/include/${PN}" || die "Failed to copy headers" # needed by other apps like YAFU + mkdir -p "${ED}/usr/include/${PN}/" + cp "${S}"/*.h "${ED}/usr/include/${PN}" || die "Failed to copy headers" # needed by other apps like YAFU } 1.13 sci-mathematics/gmp-ecm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 19 Nov 2013 07:38:58 -0000 1.12 +++ ChangeLog 11 Mar 2015 04:19:52 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gmp-ecm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog,v 1.12 2013/11/19 07:38:58 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog,v 1.13 2015/03/11 04:19:52 patrick Exp $ + + 11 Mar 2015; Patrick Lauer <[email protected]> gmp-ecm-6.4.4-r1.ebuild: + Fix prefix paths #466852 19 Nov 2013; Patrick Lauer <[email protected]> gmp-ecm-9999.ebuild: Adapt live ebuild to upstream changes
