patrick 14/04/11 09:21:35 Modified: rex-client-9999.ebuild ChangeLog Log: Whitespace, add repoman happy (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 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.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/rex-client-9999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/rex-client-9999.ebuild?r1=1.2&r2=1.3 Index: rex-client-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/rex-client/rex-client-9999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rex-client-9999.ebuild 11 Apr 2014 05:27:35 -0000 1.2 +++ rex-client-9999.ebuild 11 Apr 2014 09:21:35 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.2 2014/04/11 05:27:35 mduft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/rex-client/rex-client-9999.ebuild,v 1.3 2014/04/11 09:21:35 patrick Exp $ EAPI="4" @@ -29,13 +29,11 @@ } src_install() { - cd ${S} exeinto /usr/bin for x in ${REX_EXE[@]}; do - doexe ${S}/${x} + doexe "${S}"/${x} done insinto /etc newins client/rex-config.sh rex.conf } - 1.2 app-emulation/rex-client/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/rex-client/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/rex-client/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 11 Apr 2014 05:16:54 -0000 1.1 +++ ChangeLog 11 Apr 2014 09:21:35 -0000 1.2 @@ -1,10 +1,12 @@ -# ChangeLog for sys-apps/rex-client +# ChangeLog for app-emulation/rex-client # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/rex-client/ChangeLog,v 1.1 2014/04/11 05:16:54 mduft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/rex-client/ChangeLog,v 1.2 2014/04/11 09:21:35 patrick Exp $ + + 11 Apr 2014; Patrick Lauer <[email protected]> rex-client-9999.ebuild: + Whitespace, add repoman happy *rex-client-9999 (07 Apr 2014) 07 Apr 2014; Markus Duft <[email protected]> +rex-client-9999.ebuild, +metadata.xml: initial addition of live ebuild -
