From a108c8319929a2e148ffccbd33586f281fbf6acf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 6 Feb 2007 13:34:07 +0000 Subject: Move uncompress to /bin so we dont conflict with app-arch/ncompress #165608 by barthek. (Portage version: 2.1.2-r8) --- app-arch/gzip/ChangeLog | 6 +++++- app-arch/gzip/gzip-1.3.11.ebuild | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'app-arch/gzip') diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index 94a1d4883156..e66533fee95f 100644 --- a/app-arch/gzip/ChangeLog +++ b/app-arch/gzip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/gzip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.75 2007/02/06 01:15:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.76 2007/02/06 13:34:07 vapier Exp $ + + 06 Feb 2007; Mike Frysinger gzip-1.3.11.ebuild: + Move uncompress to /bin so we dont conflict with app-arch/ncompress #165608 + by barthek. *gzip-1.3.11 (06 Feb 2007) diff --git a/app-arch/gzip/gzip-1.3.11.ebuild b/app-arch/gzip/gzip-1.3.11.ebuild index cbec7fead8cf..0c1371965a20 100644 --- a/app-arch/gzip/gzip-1.3.11.ebuild +++ b/app-arch/gzip/gzip-1.3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.11.ebuild,v 1.1 2007/02/06 01:15:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.11.ebuild,v 1.2 2007/02/06 13:34:07 vapier Exp $ inherit eutils flag-o-matic @@ -43,6 +43,5 @@ src_install() { # keep most things in /usr, just the fun stuff in / dodir /bin - mv "${D}"/usr/bin/{gunzip,gzip,zcat} "${D}"/bin/ || die - dosym /bin/gunzip /usr/bin/gunzip || die + mv "${D}"/usr/bin/{gunzip,gzip,uncompress,zcat} "${D}"/bin/ || die } -- cgit v1.2.3-65-gdbad