From 1678d0e8c42e1bd570600904ebbfada3daf9bedf Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 4 Jul 2009 12:29:58 +0000 Subject: Die when dodoc couldn't be completed; remove useless .la files. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- sys-auth/openpam/ChangeLog | 6 +++++- sys-auth/openpam/openpam-20071221.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/openpam/ChangeLog b/sys-auth/openpam/ChangeLog index 775491cf43f1..4fce1f1ec76b 100644 --- a/sys-auth/openpam/ChangeLog +++ b/sys-auth/openpam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/openpam # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.13 2009/01/21 22:30:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.14 2009/07/04 12:29:58 flameeyes Exp $ + + 04 Jul 2009; Diego E. Pettenò + openpam-20071221.ebuild: + Die when dodoc couldn't be completed; remove useless .la files. 21 Jan 2009; Alexis Ballier -files/openpam-20050201-gentoo.patch, -openpam-20050616.ebuild, diff --git a/sys-auth/openpam/openpam-20071221.ebuild b/sys-auth/openpam/openpam-20071221.ebuild index 5ea83b647d4e..8e7f4e7e9caf 100644 --- a/sys-auth/openpam/openpam-20071221.ebuild +++ b/sys-auth/openpam/openpam-20071221.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.3 2008/06/10 19:04:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.4 2009/07/04 12:29:58 flameeyes Exp $ inherit multilib flag-o-matic autotools @@ -48,5 +48,7 @@ src_compile() { src_install() { emake -j1 DESTDIR="${D}" install - dodoc CREDITS HISTORY MANIFEST RELNOTES README + dodoc CREDITS HISTORY MANIFEST RELNOTES README || die + + find "${D}" -name '*.la' -delete || die } -- cgit v1.2.3-65-gdbad