summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-04 12:29:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-04 12:29:58 +0000
commit1678d0e8c42e1bd570600904ebbfada3daf9bedf (patch)
tree45a62b2a5d0469ca34289017a24ab20ca6ef43bb /sys-auth
parentMarking ufraw-0.15-r2 ~ppc64 for bug 272088 (diff)
downloadgentoo-2-1678d0e8c42e1bd570600904ebbfada3daf9bedf.tar.gz
gentoo-2-1678d0e8c42e1bd570600904ebbfada3daf9bedf.tar.bz2
gentoo-2-1678d0e8c42e1bd570600904ebbfada3daf9bedf.zip
Die when dodoc couldn't be completed; remove useless .la files.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/openpam/ChangeLog6
-rw-r--r--sys-auth/openpam/openpam-20071221.ebuild8
2 files changed, 10 insertions, 4 deletions
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ò <flameeyes@gentoo.org>
+ openpam-20071221.ebuild:
+ Die when dodoc couldn't be completed; remove useless .la files.
21 Jan 2009; Alexis Ballier <aballier@gentoo.org>
-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
}