diff options
author | Martin Väth <martin@mvath.de> | 2012-04-15 21:00:18 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:47:36 +0200 |
commit | bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c (patch) | |
tree | 27fca8ca6840a4fc125774621d98490fead6f32f /sys-fs/squashfs-tools | |
parent | Add requestpolicy ebuild (diff) | |
download | mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.gz mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.bz2 mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.zip |
Add base. Fix stardict compilation
Diffstat (limited to 'sys-fs/squashfs-tools')
-rw-r--r-- | sys-fs/squashfs-tools/ChangeLog | 3 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-3.2_p2-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-3.4-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild | 5 |
4 files changed, 14 insertions, 8 deletions
diff --git a/sys-fs/squashfs-tools/ChangeLog b/sys-fs/squashfs-tools/ChangeLog index 9e8e9499..4e735fe0 100644 --- a/sys-fs/squashfs-tools/ChangeLog +++ b/sys-fs/squashfs-tools/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header $ + 15 Apr 2012; Martin Väth <martin@mvath.de> + Inherit base + 11 Feb 2012; Martin Väth <martin@mvath.de> Rename USE lzma->xz and drop SQUASH_FS_DEFAULT_COMP as in main tree. Use REQUIRED_USE. diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2-r1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2-r1.ebuild index 6687aad4..3cfbac3e 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2-r1.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header $ EAPI="4" -inherit toolchain-funcs eutils +inherit base toolchain-funcs MY_PV=${PV/_p/-r} DESCRIPTION="Tool for creating compressed filesystem type squashfs" @@ -17,7 +17,7 @@ IUSE="+progress-redirect" RDEPEND="sys-libs/zlib" -S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools +S="${WORKDIR}/squashfs${MY_PV}/squashfs-tools" src_prepare() { sed -i \ @@ -27,6 +27,7 @@ src_prepare() { use progress-redirect && \ epatch "${FILESDIR}/${PN}-3.3-progress-stderr.patch" echo "struct dir_info; `grep '^int dir_scan2' mksquashfs.c`;" >> global.h + base_src_prepare } src_compile() { diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.4-r1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.4-r1.ebuild index 702c435d..4a8c1c94 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-3.4-r1.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-3.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header $ EAPI="4" -inherit toolchain-funcs eutils +inherit base toolchain-funcs MY_PV=${PV/_p/-r} DESCRIPTION="Tool for creating compressed filesystem type squashfs" @@ -17,7 +17,7 @@ IUSE="+progress-redirect" RDEPEND="sys-libs/zlib" -S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools +S="${WORKDIR}/squashfs${MY_PV}/squashfs-tools" src_prepare() { sed -i \ @@ -27,6 +27,7 @@ src_prepare() { use progress-redirect && \ epatch "${FILESDIR}/${P}-progress-stderr.patch" sed -i -e 's:get_nprocs():sysconf(_SC_NPROCESSORS_ONLN):' *.c + base_src_prepare } src_compile() { diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild index 5ba04f37..83c7d3d6 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild @@ -4,7 +4,7 @@ EAPI="4" -inherit eutils toolchain-funcs +inherit base toolchain-funcs MY_PV=${PV} DESCRIPTION="Tool for creating compressed filesystem type squashfs" @@ -24,11 +24,12 @@ RDEPEND=" xattr? ( sys-apps/attr )" DEPEND="${RDEPEND}" -S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools +S="${WORKDIR}/squashfs${MY_PV}/squashfs-tools" src_prepare() { use progress-redirect && \ epatch "${FILESDIR}/${PN}-4.0-progress-stderr.patch" + base_src_prepare } use_sed() { |