jer         15/05/23 06:22:50

  Modified:             ChangeLog squashfs-tools-3.2_p2.ebuild
                        squashfs-tools-3.4.ebuild
  Removed:              squashfs-tools-4.2_p20140119.ebuild
                        squashfs-tools-4.2-r1.ebuild
                        squashfs-tools-4.2.ebuild
  Log:
  EAPI bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.118                sys-fs/squashfs-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/ChangeLog?rev=1.118&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/ChangeLog?rev=1.118&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   17 Apr 2015 08:35:17 -0000      1.117
+++ ChangeLog   23 May 2015 06:22:50 -0000      1.118
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/squashfs-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.117 
2015/04/17 08:35:17 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.118 
2015/05/23 06:22:50 jer Exp $
+
+  23 May 2015; Jeroen Roovers <[email protected]> squashfs-tools-3.2_p2.ebuild,
+  squashfs-tools-3.4.ebuild, -squashfs-tools-4.2.ebuild,
+  -squashfs-tools-4.2-r1.ebuild, -squashfs-tools-4.2_p20140119.ebuild:
+  EAPI bump.
 
   17 Apr 2015; Mikle Kolyada <[email protected]> squashfs-tools-4.3.ebuild:
   sparc stable wrt bug #542226



1.9                  sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild?r1=1.8&r2=1.9

Index: squashfs-tools-3.2_p2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- squashfs-tools-3.2_p2.ebuild        14 Nov 2010 13:49:59 -0000      1.8
+++ squashfs-tools-3.2_p2.ebuild        23 May 2015 06:22:50 -0000      1.9
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 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.8 2010/11/14 13:49:59 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 
1.9 2015/05/23 06:22:50 jer Exp $
 
+EAPI=5
 inherit toolchain-funcs
 
 MY_PV=${PV/_p/-r}
@@ -12,29 +13,28 @@
 LICENSE="GPL-2"
 SLOT="3.0" # squashfs filesystem version
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
 
 RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+src_prepare() {
        sed -i \
                -e 's:-O2:$(CFLAGS):' \
                -e '/-lz/s:$: $(LDFLAGS):' \
-               Makefile
+               Makefile || die
+
        echo "struct dir_info; `grep '^int dir_scan2' mksquashfs.c`;" >> 
global.h
 }
 
 src_compile() {
-       emake CC="$(tc-getCC)" || die
+       emake CC="$(tc-getCC)"
 }
 
 src_install() {
-       newbin mksquashfs mksquashfs-${SLOT} || die
-       newbin unsquashfs unsquashfs-${SLOT} || die
+       newbin mksquashfs mksquashfs-${SLOT}
+       newbin unsquashfs unsquashfs-${SLOT}
        cd ..
-       dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README-3.2 || 
die
+       dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README-3.2
 }



1.7                  sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild?r1=1.6&r2=1.7

Index: squashfs-tools-3.4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- squashfs-tools-3.4.ebuild   6 Feb 2011 11:03:19 -0000       1.6
+++ squashfs-tools-3.4.ebuild   23 May 2015 06:22:50 -0000      1.7
@@ -1,7 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 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.4.ebuild,v 1.6 
2011/02/06 11:03:19 leio Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild,v 1.7 
2015/05/23 06:22:50 jer Exp $
 
+EAPI=5
 inherit toolchain-funcs
 
 MY_PV=${PV/_p/-r}
@@ -12,29 +13,28 @@
 LICENSE="GPL-2"
 SLOT="3.1" # squashfs filesystem version
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
 
 RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+src_prepare() {
        sed -i \
                -e 's:-O2:$(CFLAGS):' \
                -e '/-lz/s:$: $(LDFLAGS):' \
-               Makefile || die "sed failed"
+               Makefile || die
+
        sed -i -e 's:get_nprocs():sysconf(_SC_NPROCESSORS_ONLN):' *.c
 }
 
 src_compile() {
-       emake CC="$(tc-getCC)" || die
+       emake CC="$(tc-getCC)"
 }
 
 src_install() {
-       newbin mksquashfs mksquashfs-${SLOT} || die
-       newbin unsquashfs unsquashfs-${SLOT} || die
+       newbin mksquashfs mksquashfs-${SLOT}
+       newbin unsquashfs unsquashfs-${SLOT}
        cd ..
-       dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README || die
+       dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README
 }




Reply via email to