heroxbd 15/01/05 09:49:11 Modified: gentoo-functions-0.8.ebuild ChangeLog Log: Prefix support, bug 533980. (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild?r1=1.2&r2=1.3 Index: gentoo-functions-0.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gentoo-functions-0.8.ebuild 31 Dec 2014 05:09:19 -0000 1.2 +++ gentoo-functions-0.8.ebuild 5 Jan 2015 09:49:11 -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/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild,v 1.2 2014/12/31 05:09:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild,v 1.3 2015/01/05 09:49:11 heroxbd Exp $ EAPI=5 @@ -24,3 +24,7 @@ src_prepare() { tc-export CC } + +src_install() { + emake install DESTDIR="${ED}" +} 1.26 sys-apps/gentoo-functions/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 31 Dec 2014 05:09:19 -0000 1.25 +++ ChangeLog 5 Jan 2015 09:49:11 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/gentoo-functions -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.25 2014/12/31 05:09:19 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.26 2015/01/05 09:49:11 heroxbd Exp $ + + 05 Jan 2015; Benda Xu <hero...@gentoo.org> gentoo-functions-0.8.ebuild: + Prefix support, bug 533980. 31 Dec 2014; Mike Frysinger <vap...@gentoo.org> gentoo-functions-0.8.ebuild: Mark m68k/s390/sh stable.