jlec        15/03/21 08:13:53

  Modified:             phoronix-test-suite-4.8.3.ebuild
                        phoronix-test-suite-4.6.0.ebuild
                        phoronix-test-suite-4.8.4.ebuild
                        phoronix-test-suite-4.6.1.ebuild ChangeLog
  Log:
  use dobin instead of exeinto /usr/bin/ && doexe
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  
app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.3.ebuild?r1=1.1&r2=1.2

Index: phoronix-test-suite-4.8.3.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phoronix-test-suite-4.8.3.ebuild    27 Nov 2013 04:08:40 -0000      1.1
+++ phoronix-test-suite-4.8.3.ebuild    21 Mar 2015 08:13:53 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.3.ebuild,v
 1.1 2013/11/27 04:08:40 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.3.ebuild,v
 1.2 2015/03/21 08:13:53 jlec Exp $
 
 EAPI=4
 
@@ -37,7 +37,6 @@
 }
 
 src_install() {
-       dodir /usr/share/${PN}
        insinto /usr/share/${PN}
 
        doman documentation/man-pages/phoronix-test-suite.1
@@ -49,8 +48,7 @@
        rm -f pts-core/static/phoronix-test-suite.desktop
 
        doins -r pts-core
-       exeinto /usr/bin
-       doexe phoronix-test-suite
+       dobin phoronix-test-suite
 
        fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
        fperms a+x 
/usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh



1.2                  
app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.0.ebuild?r1=1.1&r2=1.2

Index: phoronix-test-suite-4.6.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phoronix-test-suite-4.6.0.ebuild    3 Jun 2013 05:30:54 -0000       1.1
+++ phoronix-test-suite-4.6.0.ebuild    21 Mar 2015 08:13:53 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.0.ebuild,v
 1.1 2013/06/03 05:30:54 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.0.ebuild,v
 1.2 2015/03/21 08:13:53 jlec Exp $
 
 EAPI=4
 
@@ -37,7 +37,6 @@
 }
 
 src_install() {
-       dodir /usr/share/${PN}
        insinto /usr/share/${PN}
 
        doman documentation/man-pages/phoronix-test-suite.1
@@ -49,8 +48,7 @@
        rm -f pts-core/static/phoronix-test-suite.desktop
 
        doins -r pts-core
-       exeinto /usr/bin
-       doexe phoronix-test-suite
+       dobin phoronix-test-suite
 
        fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
        fperms a+x 
/usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh



1.2                  
app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild?r1=1.1&r2=1.2

Index: phoronix-test-suite-4.8.4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phoronix-test-suite-4.8.4.ebuild    9 Dec 2013 03:30:13 -0000       1.1
+++ phoronix-test-suite-4.8.4.ebuild    21 Mar 2015 08:13:53 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild,v
 1.1 2013/12/09 03:30:13 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.4.ebuild,v
 1.2 2015/03/21 08:13:53 jlec Exp $
 
 EAPI=4
 
@@ -36,7 +36,6 @@
 }
 
 src_install() {
-       dodir /usr/share/${PN}
        insinto /usr/share/${PN}
 
        doman documentation/man-pages/phoronix-test-suite.1
@@ -48,8 +47,7 @@
        rm -f pts-core/static/phoronix-test-suite.desktop
 
        doins -r pts-core
-       exeinto /usr/bin
-       doexe phoronix-test-suite
+       dobin phoronix-test-suite
 
        fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
        fperms a+x 
/usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh



1.2                  
app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.1.ebuild?r1=1.1&r2=1.2

Index: phoronix-test-suite-4.6.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phoronix-test-suite-4.6.1.ebuild    13 Jun 2013 03:25:58 -0000      1.1
+++ phoronix-test-suite-4.6.1.ebuild    21 Mar 2015 08:13:53 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.1.ebuild,v
 1.1 2013/06/13 03:25:58 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.6.1.ebuild,v
 1.2 2015/03/21 08:13:53 jlec Exp $
 
 EAPI=4
 
@@ -37,7 +37,6 @@
 }
 
 src_install() {
-       dodir /usr/share/${PN}
        insinto /usr/share/${PN}
 
        doman documentation/man-pages/phoronix-test-suite.1
@@ -49,8 +48,7 @@
        rm -f pts-core/static/phoronix-test-suite.desktop
 
        doins -r pts-core
-       exeinto /usr/bin
-       doexe phoronix-test-suite
+       dobin phoronix-test-suite
 
        fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
        fperms a+x 
/usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh



1.31                 app-benchmarks/phoronix-test-suite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   27 Dec 2013 21:39:50 -0000      1.30
+++ ChangeLog   21 Mar 2015 08:13:53 -0000      1.31
@@ -1,6 +1,11 @@
 # ChangeLog for app-benchmarks/phoronix-test-suite
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.30 
2013/12/27 21:39:50 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.31 
2015/03/21 08:13:53 jlec Exp $
+
+  21 Mar 2015; Justin Lecher <[email protected]> 
phoronix-test-suite-4.6.0.ebuild,
+  phoronix-test-suite-4.6.1.ebuild, phoronix-test-suite-4.8.3.ebuild,
+  phoronix-test-suite-4.8.4.ebuild:
+  use dobin instead of exeinto /usr/bin/ && doexe
 
   27 Dec 2013; Tom Wijsman <[email protected]> -files/font.patch:
   [QA] Remove unused files.




Reply via email to