nimiux 15/03/02 17:21:17 Modified: thttpd-2.27.0.ebuild ChangeLog Log: Add missing || die (bug #535694 comment #4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
Revision Changes Path 1.5 www-servers/thttpd/thttpd-2.27.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild?r1=1.4&r2=1.5 Index: thttpd-2.27.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- thttpd-2.27.0.ebuild 2 Mar 2015 09:27:07 -0000 1.4 +++ thttpd-2.27.0.ebuild 2 Mar 2015 17:21:17 -0000 1.5 @@ -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/www-servers/thttpd/thttpd-2.27.0.ebuild,v 1.4 2015/03/02 09:27:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v 1.5 2015/03/02 17:21:17 nimiux Exp $ EAPI="5" @@ -44,7 +44,7 @@ src_prepare() { epatch "${FILESDIR}"/thttpd-renamed-htpasswd.patch - mv "${S}"/extras/{htpasswd.c,th_htpasswd.c} + mv "${S}"/extras/{htpasswd.c,th_htpasswd.c} || die eautoreconf -f -i } @@ -67,8 +67,8 @@ #move htdocs to docdir, bug #429632 docompress -x /usr/share/doc/"${PF}"/htdocs.dist mv "${ED}"${WEBROOT}/htdocs \ - "${ED}"/usr/share/doc/"${PF}"/htdocs.dist - mkdir "${ED}"${WEBROOT}/htdocs + "${ED}"/usr/share/doc/"${PF}"/htdocs.dist || die + mkdir "${ED}"${WEBROOT}/htdocs || die keepdir ${WEBROOT}/htdocs 1.83 www-servers/thttpd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?rev=1.83&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?r1=1.82&r2=1.83 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- ChangeLog 2 Mar 2015 09:27:07 -0000 1.82 +++ ChangeLog 2 Mar 2015 17:21:17 -0000 1.83 @@ -1,6 +1,9 @@ # ChangeLog for www-servers/thttpd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.82 2015/03/02 09:27:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.83 2015/03/02 17:21:17 nimiux Exp $ + + 02 Mar 2015; Chema Alonso <[email protected]> thttpd-2.27.0.ebuild: + Add missing || die (bug #535694 comment #4 02 Mar 2015; Agostino Sarubbo <[email protected]> thttpd-2.27.0.ebuild: Stable for ppc, wrt bug #535694
