diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-09-28 19:58:36 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-09-28 19:58:36 +0000 |
commit | 32010e207d3488efba150c79e7af29256a4a3104 (patch) | |
tree | c044aad8d4546a6d81132b13dcf17a9a203903cb /sys-apps | |
parent | Marking rubyzip-0.9.4 ~ppc for bug 319241 (diff) | |
download | gentoo-2-32010e207d3488efba150c79e7af29256a4a3104.tar.gz gentoo-2-32010e207d3488efba150c79e7af29256a4a3104.tar.bz2 gentoo-2-32010e207d3488efba150c79e7af29256a4a3104.zip |
Revert: 'remove .la files' and 'Remove USE conditional for removing .la files' on behalf of steev and revbump so users get the change. Contact steev if you have issues with or questions about this commit.
(Portage version: 2.1.9.10/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dbus/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-1.4.0-r1.ebuild (renamed from sys-apps/dbus/dbus-1.4.0.ebuild) | 7 |
2 files changed, 13 insertions, 4 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index faf3b4a906e6..cbbce0e07c4e 100644 --- a/sys-apps/dbus/ChangeLog +++ b/sys-apps/dbus/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-apps/dbus # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.262 2010/09/20 17:07:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.263 2010/09/28 19:58:36 nirbheek Exp $ + +*dbus-1.4.0-r1 (28 Sep 2010) + + 28 Sep 2010; <nirbheek@gentoo.org> -dbus-1.4.0.ebuild, + +dbus-1.4.0-r1.ebuild: + Revert: 'remove .la files' and 'Remove USE conditional for removing .la + files' on behalf of steev and revbump so users get the change. Contact + steev if you have issues with or questions about this commit. 20 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> dbus-1.4.0.ebuild: Remove pregenerated files from tarball wrt #337989 by Xake. diff --git a/sys-apps/dbus/dbus-1.4.0.ebuild b/sys-apps/dbus/dbus-1.4.0-r1.ebuild index f2fa7a806a88..af1cebc7bd58 100644 --- a/sys-apps/dbus/dbus-1.4.0.ebuild +++ b/sys-apps/dbus/dbus-1.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.4.0.ebuild,v 1.5 2010/09/20 17:07:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.4.0-r1.ebuild,v 1.1 2010/09/28 19:58:36 nirbheek Exp $ EAPI="2" @@ -170,8 +170,9 @@ src_install() { dohtml doc/*.html || die "dohtml failed" fi - # Remove .la files - find "${D}" -type f -name '*.la' -exec rm -f '{}' + + # We're not ready for this yet. + ## Remove .la files + #find "${D}" -type f -name '*.la' -exec rm -f '{}' + } pkg_postinst() { |