jlec        15/03/21 08:21:22

  Modified:             rex-client-9999.ebuild ChangeLog
  Log:
  use dobin instead of exeinto /usr/bin/ && doexe; make ebuild layout more 
readable; move to EAPI=5 and git-r3
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  app-emulation/rex-client/rex-client-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/rex-client-9999.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/rex-client-9999.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/rex-client-9999.ebuild?r1=1.3&r2=1.4

Index: rex-client-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/rex-client/rex-client-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rex-client-9999.ebuild      11 Apr 2014 09:21:35 -0000      1.3
+++ rex-client-9999.ebuild      21 Mar 2015 08:21:22 -0000      1.4
@@ -1,16 +1,15 @@
-# 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/app-emulation/rex-client/rex-client-9999.ebuild,v 1.3 
2014/04/11 09:21:35 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/rex-client/rex-client-9999.ebuild,v 1.4 
2015/03/21 08:21:22 jlec Exp $
 
-EAPI="4"
+EAPI=5
 
-DESCRIPTION="REX - Remote EXexcution agent"
+DESCRIPTION="Remote EXexcution agent"
 HOMEPAGE="http://mduft.github.io/rex/";
 
 if [[ ${PV} == 9999 ]]; then
-       inherit git-2
+       inherit git-r3
        EGIT_REPO_URI="https://github.com/mduft/rex.git";
-       EGIT_PROJECT="${PN}"
 else
        SRC_URI=""
        KEYWORDS="~x86-linux"
@@ -20,18 +19,26 @@
 SLOT="0"
 IUSE=""
 
-REX_EXE=( "client/rex-exec.sh" "client/rex-register.sh" "client/rex-paths.sh" 
"client/rex-remote-pconv.sh" "client/winpath2unix" "client/unixpath2win" )
+REX_EXE=(
+       "client/rex-exec.sh"
+       "client/rex-register.sh"
+       "client/rex-paths.sh"
+       "client/rex-remote-pconv.sh"
+       "client/winpath2unix"
+       "client/unixpath2win"
+       )
 
 src_prepare() {
        for x in ${REX_EXE[@]}; do
-               sed -i -e "s,\. \${HOME}/rex-config.sh,\. 
${EPREFIX}/etc/rex.conf,g" "${x}"
+               sed \
+                       -e "s,\. \${HOME}/rex-config.sh,\. 
${EPREFIX}/etc/rex.conf,g" \
+                       -i "${x}" || die
        done
 }
 
 src_install() {
-       exeinto /usr/bin
        for x in ${REX_EXE[@]}; do
-               doexe "${S}"/${x}
+               dobin "${S}"/${x}
        done
 
        insinto /etc



1.5                  app-emulation/rex-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/rex-client/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   20 Jan 2015 09:59:54 -0000      1.4
+++ ChangeLog   21 Mar 2015 08:21:22 -0000      1.5
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/rex-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/rex-client/ChangeLog,v 1.4 
2015/01/20 09:59:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/rex-client/ChangeLog,v 1.5 
2015/03/21 08:21:22 jlec Exp $
+
+  21 Mar 2015; Justin Lecher <j...@gentoo.org> rex-client-9999.ebuild:
+  use dobin instead of exeinto /usr/bin/ && doexe; make ebuild layout more
+  readable; move to EAPI=5 and git-r3
 
   20 Jan 2015; Pacho Ramos <pa...@gentoo.org> metadata.xml:
   Cleanup due to #213900




Reply via email to