fuzzyray    15/03/18 21:42:34

  Modified:             ChangeLog gentoo-functions-0.9.ebuild
                        gentoo-functions-9999.ebuild
  Log:
  Fix ebuilds to install files to prefix filesystem. (Bug 543710)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x6E1CBA7B)

Revision  Changes    Path
1.29                 sys-apps/gentoo-functions/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   17 Mar 2015 18:14:57 -0000      1.28
+++ ChangeLog   18 Mar 2015 21:42:34 -0000      1.29
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/gentoo-functions
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.28 
2015/03/17 18:14:57 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.29 
2015/03/18 21:42:34 fuzzyray Exp $
+
+  18 Mar 2015; Paul Varner <[email protected]> gentoo-functions-0.9.ebuild,
+  gentoo-functions-9999.ebuild:
+  Fix ebuilds to install files to prefix filesystem. (Bug 543710)
 
 *gentoo-functions-0.9 (17 Mar 2015)
 



1.2                  sys-apps/gentoo-functions/gentoo-functions-0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.9.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.9.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.9.ebuild?r1=1.1&r2=1.2

Index: gentoo-functions-0.9.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-functions-0.9.ebuild 17 Mar 2015 18:14:57 -0000      1.1
+++ gentoo-functions-0.9.ebuild 18 Mar 2015 21:42:34 -0000      1.2
@@ -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/sys-apps/gentoo-functions/gentoo-functions-0.9.ebuild,v 
1.1 2015/03/17 18:14:57 williamh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.9.ebuild,v 
1.2 2015/03/18 21:42:34 fuzzyray Exp $
 
 EAPI=5
 
@@ -24,3 +24,7 @@
 src_prepare() {
        tc-export CC
 }
+
+src_install() {
+       emake install DESTDIR="${ED}"
+}



1.5                  sys-apps/gentoo-functions/gentoo-functions-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild?r1=1.4&r2=1.5

Index: gentoo-functions-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gentoo-functions-9999.ebuild        6 Jul 2014 21:24:10 -0000       1.4
+++ gentoo-functions-9999.ebuild        18 Mar 2015 21:42:34 -0000      1.5
@@ -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-9999.ebuild,v
 1.4 2014/07/06 21:24:10 williamh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild,v
 1.5 2015/03/18 21:42:34 fuzzyray Exp $
 
 EAPI=5
 
@@ -24,3 +24,7 @@
 src_prepare() {
        tc-export CC
 }
+
+src_install() {
+       emake install DESTDIR="${ED}"
+}




Reply via email to