* [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: libpcre-7.9-r1.ebuild
@ 2009-06-06 21:14 Peter Alfredsen (loki_val)
0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2009-06-06 21:14 UTC (permalink / raw
To: gentoo-commits
loki_val 09/06/06 21:14:53
Modified: libpcre-7.9-r1.ebuild
Log:
Add warning about .la files removal and fix.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-libs/libpcre/libpcre-7.9-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild?r1=1.2&r2=1.3
Index: libpcre-7.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpcre-7.9-r1.ebuild 18 May 2009 21:51:16 -0000 1.2
+++ libpcre-7.9-r1.ebuild 6 Jun 2009 21:14:53 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v 1.2 2009/05/18 21:51:16 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v 1.3 2009/06/06 21:14:53 loki_val Exp $
EAPI=2
@@ -57,3 +57,10 @@
use doc && dohtml doc/html/*
find "${D}" -type f -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
}
+
+pkg_postinst() {
+ elog "This version of ${PN} has stopped installing .la files. This may"
+ elog "cause compilation failures in other packages. To fix this problem,"
+ elog "install dev-util/lafilefixer and run:"
+ elog "lafilefixer --justfixit"
+}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-06 21:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06 21:14 [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: libpcre-7.9-r1.ebuild Peter Alfredsen (loki_val)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox