* [gentoo-commits] gentoo-x86 commit in sys-fs/squashfs-tools: ChangeLog squashfs-tools-4.0-r1.ebuild
@ 2010-09-20 2:03 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2010-09-20 2:03 UTC (permalink / raw
To: gentoo-commits
vapier 10/09/20 02:03:38
Modified: ChangeLog
Added: squashfs-tools-4.0-r1.ebuild
Log:
Add fixes from upstream #292011 by Nicolas Dufresne.
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Revision Changes Path
1.69 sys-fs/squashfs-tools/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 7 Dec 2009 23:01:46 -0000 1.68
+++ ChangeLog 20 Sep 2010 02:03:38 -0000 1.69
@@ -1,6 +1,13 @@
# ChangeLog for sys-fs/squashfs-tools
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.68 2009/12/07 23:01:46 vapier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.69 2010/09/20 02:03:38 vapier Exp $
+
+*squashfs-tools-4.0-r1 (20 Sep 2010)
+
+ 20 Sep 2010; Mike Frysinger <vapier@gentoo.org>
+ +squashfs-tools-4.0-r1.ebuild, +files/squashfs-tools-4.0-progress-bar.patch,
+ +files/squashfs-tools-4.0-read-ret.patch:
+ Add fixes from upstream #292011 by Nicolas Dufresne.
07 Dec 2009; Mike Frysinger <vapier@gentoo.org> squashfs-tools-4.0.ebuild:
Fix building on non-glibc systems #276951 by Ed Wildgoose.
1.1 sys-fs/squashfs-tools/squashfs-tools-4.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: squashfs-tools-4.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.0-r1.ebuild,v 1.1 2010/09/20 02:03:38 vapier Exp $
inherit toolchain-funcs eutils
MY_PV=${PV}
DESCRIPTION="Tool for creating compressed filesystem type squashfs"
HOMEPAGE="http://squashfs.sourceforge.net/"
SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
RDEPEND="sys-libs/zlib"
S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e 's:-O2:$(CFLAGS):' \
-e '/-lz/s:$: $(LDFLAGS):' \
Makefile || die "sed failed"
sed -i -e 's:get_nprocs():sysconf(_SC_NPROCESSORS_ONLN):' *.c
epatch "${FILESDIR}"/${P}-read-ret.patch #292011
epatch "${FILESDIR}"/${P}-progress-bar.patch #292011
}
src_compile() {
emake CC="$(tc-getCC)" || die
}
src_install() {
dobin mksquashfs unsquashfs || die
cd ..
dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README
}
pkg_postinst() {
ewarn "This version of mksquashfs requires a 2.6.29 kernel or better"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-20 2:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20 2:03 [gentoo-commits] gentoo-x86 commit in sys-fs/squashfs-tools: ChangeLog squashfs-tools-4.0-r1.ebuild Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox