From 62db439409e89d538bdc556e55507b3e9cf0dce8 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 30 Aug 2005 10:48:50 +0000 Subject: Remove charset.alias if it's present, only libiconv should install it. (Portage version: 2.0.51.22) --- sys-apps/coreutils/ChangeLog | 5 ++++- sys-apps/coreutils/coreutils-5.3.0.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 92439fc023f7..899353227c32 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.139 2005/08/30 04:32:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.140 2005/08/30 10:48:50 flameeyes Exp $ + + 30 Aug 2005; Diego Pettenò coreutils-5.3.0.ebuild: + Remove charset.alias if it's present, only libiconv should install it. *coreutils-5.3.0 (30 Aug 2005) diff --git a/sys-apps/coreutils/coreutils-5.3.0.ebuild b/sys-apps/coreutils/coreutils-5.3.0.ebuild index 2d80ac93f0df..4f0c3e22c58f 100644 --- a/sys-apps/coreutils/coreutils-5.3.0.ebuild +++ b/sys-apps/coreutils/coreutils-5.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.3.0.ebuild,v 1.1 2005/08/30 04:32:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.3.0.ebuild,v 1.2 2005/08/30 10:48:50 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -106,6 +106,7 @@ src_test() { src_install() { make install DESTDIR="${D}" || die + rm -f "${D}"/usr/lib/charset.alias # remove files provided by other packages rm "${D}"/bin/{kill,uptime} # procps -- cgit v1.2.3-65-gdbad