mgorny 14/08/30 12:20:41 Modified: figurine-1.0.5.ebuild ChangeLog Log: Replace einstall with emake install, bug #521554. (Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.13 media-gfx/figurine/figurine-1.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild?r1=1.12&r2=1.13 Index: figurine-1.0.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- figurine-1.0.5.ebuild 7 Jan 2010 22:06:22 -0000 1.12 +++ figurine-1.0.5.ebuild 30 Aug 2014 12:20:41 -0000 1.13 @@ -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/media-gfx/figurine/figurine-1.0.5.ebuild,v 1.12 2010/01/07 22:06:22 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild,v 1.13 2014/08/30 12:20:41 mgorny Exp $ DESCRIPTION="A vector based graphics editor similar to xfig, but simpler" HOMEPAGE="http://figurine.sourceforge.net/" @@ -19,6 +19,6 @@ } src_install() { - einstall || die + emake DESTDIR="${D}" install || die dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README } 1.12 media-gfx/figurine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/figurine/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/figurine/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 7 Jan 2010 22:06:22 -0000 1.11 +++ ChangeLog 30 Aug 2014 12:20:41 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/figurine -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/ChangeLog,v 1.11 2010/01/07 22:06:22 fauli Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/ChangeLog,v 1.12 2014/08/30 12:20:41 mgorny Exp $ + + 30 Aug 2014; Michał Górny <[email protected]> figurine-1.0.5.ebuild: + Replace einstall with emake install, bug #521554. 07 Jan 2010; Christian Faulhammer <[email protected]> figurine-1.0.5.ebuild:
