johu 14/07/15 21:45:21 Modified: bogofilter-1.2.4-r1.ebuild ChangeLog Log: Add missing die's by Chema Alonso <[email protected]>. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.7 mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild?r1=1.6&r2=1.7 Index: bogofilter-1.2.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bogofilter-1.2.4-r1.ebuild 14 Jun 2014 10:51:59 -0000 1.6 +++ bogofilter-1.2.4-r1.ebuild 15 Jul 2014 21:45:21 -0000 1.7 @@ -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/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild,v 1.6 2014/06/14 10:51:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild,v 1.7 2014/07/15 21:45:21 johu Exp $ EAPI=5 inherit autotools db-use eutils flag-o-matic toolchain-funcs @@ -120,6 +120,6 @@ dohtml doc/*.html dodir /usr/share/doc/${PF}/samples - mv "${D}"/etc/bogofilter.cf.example "${D}"/usr/share/doc/${PF}/samples/ - rmdir "${D}"/etc + mv "${D}"/etc/bogofilter.cf.example "${D}"/usr/share/doc/${PF}/samples/ || die + rmdir "${D}"/etc || die } 1.159 mail-filter/bogofilter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/ChangeLog?rev=1.159&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/ChangeLog?rev=1.159&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/ChangeLog?r1=1.158&r2=1.159 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v retrieving revision 1.158 retrieving revision 1.159 diff -u -r1.158 -r1.159 --- ChangeLog 14 Jun 2014 10:51:59 -0000 1.158 +++ ChangeLog 15 Jul 2014 21:45:21 -0000 1.159 @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/bogofilter # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.158 2014/06/14 10:51:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.159 2014/07/15 21:45:21 johu Exp $ + + 15 Jul 2014; Johannes Huber <[email protected]> bogofilter-1.2.4-r1.ebuild: + Add missing die's by Chema Alonso <[email protected]>. 14 Jun 2014; Pawel Hajdan jr <[email protected]> bogofilter-1.2.4-r1.ebuild:
