mgorny 14/08/30 11:55:13 Modified: dchroot-0.12.1.ebuild ChangeLog Log: Replace einstall with emake install, bug #521652. (Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.4 sys-apps/dchroot/dchroot-0.12.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dchroot/dchroot-0.12.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dchroot/dchroot-0.12.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dchroot/dchroot-0.12.1.ebuild?r1=1.3&r2=1.4 Index: dchroot-0.12.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/dchroot/dchroot-0.12.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dchroot-0.12.1.ebuild 2 Jan 2010 18:46:36 -0000 1.3 +++ dchroot-0.12.1.ebuild 30 Aug 2014 11:55:13 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dchroot/dchroot-0.12.1.ebuild,v 1.3 2010/01/02 18:46:36 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dchroot/dchroot-0.12.1.ebuild,v 1.4 2014/08/30 11:55:13 mgorny Exp $ EAPI="2" @@ -31,6 +31,6 @@ } src_install() { - einstall || die + emake DESTDIR="${D}" install || die dodoc README TODO } 1.7 sys-apps/dchroot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dchroot/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dchroot/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dchroot/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/dchroot/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 2 Jan 2010 18:46:36 -0000 1.6 +++ ChangeLog 30 Aug 2014 11:55:13 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dchroot -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dchroot/ChangeLog,v 1.6 2010/01/02 18:46:36 vostorga Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dchroot/ChangeLog,v 1.7 2014/08/30 11:55:13 mgorny Exp $ + + 30 Aug 2014; Michał Górny <[email protected]> dchroot-0.12.1.ebuild: + Replace einstall with emake install, bug #521652. 02 Jan 2010; Víctor Ostorga <[email protected]> -dchroot-0.10.ebuild, dchroot-0.12.1.ebuild:
