From 66f52cc0cca55bc2c3b2639bbe05f0eb02d4fdbb Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Fri, 27 Feb 2015 10:14:25 +0000 Subject: Fix prefix installation (bug 531760, thanks Andrey Hippo) (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) --- dev-util/cppcheck/ChangeLog | 6 +++++- dev-util/cppcheck/cppcheck-1.66.ebuild | 8 +++++--- dev-util/cppcheck/cppcheck-1.67.ebuild | 6 ++++-- 3 files changed, 14 insertions(+), 6 deletions(-) (limited to 'dev-util/cppcheck') diff --git a/dev-util/cppcheck/ChangeLog b/dev-util/cppcheck/ChangeLog index 6a4bd058f9c7..2b4e4aa0a27a 100644 --- a/dev-util/cppcheck/ChangeLog +++ b/dev-util/cppcheck/ChangeLog @@ -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 cppcheck-1.66.ebuild, + cppcheck-1.67.ebuild: + Fix prefix installation (bug 531760, thanks Andrey Hippo) 15 Feb 2015; Mikle Kolyada cppcheck-1.67.ebuild: Add ~arm keyword diff --git a/dev-util/cppcheck/cppcheck-1.66.ebuild b/dev-util/cppcheck/cppcheck-1.66.ebuild index 677275231310..71aaebb74a67 100644 --- a/dev-util/cppcheck/cppcheck-1.66.ebuild +++ b/dev-util/cppcheck/cppcheck-1.66.ebuild @@ -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_test() { } 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 diff --git a/dev-util/cppcheck/cppcheck-1.67.ebuild b/dev-util/cppcheck/cppcheck-1.67.ebuild index 4eebcda43cb1..abd387040b1a 100644 --- a/dev-util/cppcheck/cppcheck-1.67.ebuild +++ b/dev-util/cppcheck/cppcheck-1.67.ebuild @@ -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_test() { } 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 -- cgit v1.2.3-65-gdbad