diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2015-01-13 04:49:06 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2015-01-13 04:49:06 +0000 |
commit | 624699dec2009e0a978bf556575f8ffc3780792c (patch) | |
tree | 0d078815ec2c86b2eb351b1e7be0d2a5fcc5feab /sys-cluster | |
parent | updating ebuild and fixing init file (diff) | |
download | gentoo-2-624699dec2009e0a978bf556575f8ffc3780792c.tar.gz gentoo-2-624699dec2009e0a978bf556575f8ffc3780792c.tar.bz2 gentoo-2-624699dec2009e0a978bf556575f8ffc3780792c.zip |
Remove .la files, fixes #534084 by RAPHEAD <raphead@gmx.net>
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/corosync/ChangeLog | 10 | ||||
-rw-r--r-- | sys-cluster/corosync/corosync-2.3.4-r1.ebuild (renamed from sys-cluster/corosync/corosync-2.3.4.ebuild) | 9 |
2 files changed, 13 insertions, 6 deletions
diff --git a/sys-cluster/corosync/ChangeLog b/sys-cluster/corosync/ChangeLog index 31121645bbd0..1dffe8f97c10 100644 --- a/sys-cluster/corosync/ChangeLog +++ b/sys-cluster/corosync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-cluster/corosync -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v 1.34 2014/12/30 11:10:14 ultrabug Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v 1.35 2015/01/13 04:49:06 xarthisius Exp $ + +*corosync-2.3.4-r1 (13 Jan 2015) + + 13 Jan 2015; Kacper Kowalik <xarthisius@gentoo.org> +corosync-2.3.4-r1.ebuild, + -corosync-2.3.4.ebuild: + Remove .la files, fixes #534084 by RAPHEAD <raphead@gmx.net> 30 Dec 2014; Ultrabug <ultrabug@gentoo.org> files/corosync.initd: fix typo in initd thx to Florian Tham diff --git a/sys-cluster/corosync/corosync-2.3.4.ebuild b/sys-cluster/corosync/corosync-2.3.4-r1.ebuild index d13f38361605..c4828612f7fc 100644 --- a/sys-cluster/corosync/corosync-2.3.4.ebuild +++ b/sys-cluster/corosync/corosync-2.3.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/corosync-2.3.4.ebuild,v 1.1 2014/12/02 14:30:00 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/corosync-2.3.4-r1.ebuild,v 1.1 2015/01/13 04:49:06 xarthisius Exp $ EAPI=4 @@ -64,7 +64,8 @@ src_install() { newins "${FILESDIR}"/${PN}.logrotate ${PN} keepdir /var/lib/corosync - use static-libs || rm -rf "${D}"/usr/$(get_libdir)/*.a || die + use static-libs || rm -rf "${D}"/usr/$(get_libdir)/*.{,l}a || die + } pkg_postinst() { @@ -76,4 +77,4 @@ pkg_postinst() { ewarn "Make sure you backup your cluster configuration before proceeding" ewarn " " fi -}
\ No newline at end of file +} |