From 5778bd0efea6bc4825d44e8032b09621fd105c66 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 6 Nov 2007 22:54:24 +0000 Subject: Changing installation of docs so we pull in README-3.2 and not README-3.1 and closing bug #196158. (Portage version: 2.1.3.16) --- sys-fs/squashfs-tools/ChangeLog | 7 ++++++- sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'sys-fs/squashfs-tools') diff --git a/sys-fs/squashfs-tools/ChangeLog b/sys-fs/squashfs-tools/ChangeLog index 2f0907e1cf3e..0228391f0d93 100644 --- a/sys-fs/squashfs-tools/ChangeLog +++ b/sys-fs/squashfs-tools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/squashfs-tools # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.50 2007/05/16 19:19:07 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.51 2007/11/06 22:54:24 wolf31o2 Exp $ + + 06 Nov 2007; Chris Gianelloni + squashfs-tools-3.2_p2.ebuild: + Changing installation of docs so we pull in README-3.2 and not README-3.1 + and closing bug #196158. *squashfs-tools-3.2_p2 (16 May 2007) diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild index bf7e298c8de6..2e8b32eb07c5 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.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/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 1.1 2007/05/16 19:19:07 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 1.2 2007/11/06 22:54:24 wolf31o2 Exp $ inherit toolchain-funcs @@ -31,5 +31,5 @@ src_compile() { src_install() { dobin mksquashfs unsquashfs || die cd .. - dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README-3.1 + dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README-3.2 } -- cgit v1.2.3-65-gdbad