xmw 15/02/27 10:14:25 Modified: cppcheck-1.66.ebuild cppcheck-1.67.ebuild ChangeLog Log: Fix prefix installation (bug 531760, thanks Andrey Hippo) (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.3 dev-util/cppcheck/cppcheck-1.66.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild?r1=1.2&r2=1.3 Index: cppcheck-1.66.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cppcheck-1.66.ebuild 28 Nov 2014 13:02:40 -0000 1.2 +++ cppcheck-1.66.ebuild 27 Feb 2015 10:14:25 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild,v 1.2 2014/11/28 13:02:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild,v 1.3 2015/02/27 10:14:25 xmw Exp $ EAPI=5 @@ -81,7 +81,9 @@ } src_install() { - emake install DESTDIR="${D}" + # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760 + emake install DESTDIR="${ED}" + insinto "/usr/share/${PN}/cfg" doins cfg/*.cfg if use qt4 ; then 1.3 dev-util/cppcheck/cppcheck-1.67.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild?r1=1.2&r2=1.3 Index: cppcheck-1.67.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cppcheck-1.67.ebuild 15 Feb 2015 19:11:30 -0000 1.2 +++ cppcheck-1.67.ebuild 27 Feb 2015 10:14:25 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild,v 1.2 2015/02/15 19:11:30 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild,v 1.3 2015/02/27 10:14:25 xmw Exp $ EAPI=5 @@ -81,7 +81,9 @@ } src_install() { - emake install DESTDIR="${D}" + # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760 + emake install DESTDIR="${ED}" + insinto "/usr/share/${PN}/cfg" doins cfg/*.cfg if use qt4 ; then 1.61 dev-util/cppcheck/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 15 Feb 2015 19:11:30 -0000 1.60 +++ ChangeLog 27 Feb 2015 10:14:25 -0000 1.61 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cppcheck # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.60 2015/02/15 19:11:30 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.61 2015/02/27 10:14:25 xmw Exp $ + + 27 Feb 2015; Michael Weber <[email protected]> cppcheck-1.66.ebuild, + cppcheck-1.67.ebuild: + Fix prefix installation (bug 531760, thanks Andrey Hippo) 15 Feb 2015; Mikle Kolyada <[email protected]> cppcheck-1.67.ebuild: Add ~arm keyword
