vapier 14/10/20 05:14:35 Modified: bash-4.3_p30.ebuild ChangeLog Log: Fix install of examples #525930 by Erik Zeek. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.3 app-shells/bash/bash-4.3_p30.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.3_p30.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.3_p30.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.3_p30.ebuild?r1=1.2&r2=1.3 Index: bash-4.3_p30.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p30.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bash-4.3_p30.ebuild 19 Oct 2014 20:32:47 -0000 1.2 +++ bash-4.3_p30.ebuild 20 Oct 2014 05:14: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-shells/bash/bash-4.3_p30.ebuild,v 1.2 2014/10/19 20:32:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p30.ebuild,v 1.3 2014/10/20 05:14:35 vapier Exp $ EAPI="4" @@ -204,7 +204,7 @@ fi if use examples ; then - for d in examples/{functions,misc,scripts,scripts.noah,scripts.v2} ; do + for d in examples/{functions,misc,scripts,startup-files} ; do exeinto /usr/share/doc/${PF}/${d} insinto /usr/share/doc/${PF}/${d} for f in ${d}/* ; do 1.425 app-shells/bash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.425&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.425&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?r1=1.424&r2=1.425 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v retrieving revision 1.424 retrieving revision 1.425 diff -u -r1.424 -r1.425 --- ChangeLog 20 Oct 2014 05:02:36 -0000 1.424 +++ ChangeLog 20 Oct 2014 05:14:35 -0000 1.425 @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.424 2014/10/20 05:02:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.425 2014/10/20 05:14:35 vapier Exp $ + + 20 Oct 2014; Mike Frysinger <[email protected]> bash-4.3_p30.ebuild: + Fix install of examples #525930 by Erik Zeek. 20 Oct 2014; Mike Frysinger <[email protected]> -files/bash-3.0-configs.patch, bash-3.0_p22.ebuild:
