diff options
author | Martin Väth <martin@mvath.de> | 2012-04-19 16:24:08 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:47:38 +0200 |
commit | f0062b7e950f8d010703d054fb809ea8f05031d5 (patch) | |
tree | 9f1a87679db0d3ef0794d39c06cf6357b42ab7bc /sys-fs/squashfs-tools | |
parent | Fix typo: base_src_prepare (diff) | |
download | mv-f0062b7e950f8d010703d054fb809ea8f05031d5.tar.gz mv-f0062b7e950f8d010703d054fb809ea8f05031d5.tar.bz2 mv-f0062b7e950f8d010703d054fb809ea8f05031d5.zip |
Bump trickyfetch. Bump squashfs-tools to main tree versions
Diffstat (limited to 'sys-fs/squashfs-tools')
-rw-r--r-- | sys-fs/squashfs-tools/ChangeLog | 4 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild (renamed from sys-fs/squashfs-tools/squashfs-tools-3.2_p2-r1.ebuild) | 0 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild (renamed from sys-fs/squashfs-tools/squashfs-tools-3.4-r1.ebuild) | 0 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild (renamed from sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild) | 12 |
4 files changed, 11 insertions, 5 deletions
diff --git a/sys-fs/squashfs-tools/ChangeLog b/sys-fs/squashfs-tools/ChangeLog index 4e735fe0..a7576606 100644 --- a/sys-fs/squashfs-tools/ChangeLog +++ b/sys-fs/squashfs-tools/ChangeLog @@ -3,6 +3,10 @@ # $Header $ 15 Apr 2012; Martin Väth <martin@mvath.de> + Add old LZMA support back (and revbump) as in the main tree. + Downgrade revision numbers to match with main tree. + + 15 Apr 2012; Martin Väth <martin@mvath.de> Inherit base 11 Feb 2012; Martin Väth <martin@mvath.de> diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2-r1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild index 3cfbac3e..3cfbac3e 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2-r1.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.4-r1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild index 4a8c1c94..4a8c1c94 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-3.4-r1.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild index 83c7d3d6..0a1f8270 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild @@ -13,14 +13,15 @@ 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 ~x86-linux" -IUSE="+gzip lzo +progress-redirect xattr +xz" -REQUIRED_USE="|| ( gzip lzo xz )" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-linux" +IUSE="+gzip lzma lzo +progress-redirect xattr +xz" +REQUIRED_USE="|| ( gzip lzma lzo xz )" RDEPEND=" gzip? ( sys-libs/zlib ) xz? ( app-arch/xz-utils ) lzo? ( dev-libs/lzo ) + lzma? ( app-arch/xz-utils ) xattr? ( sys-apps/attr )" DEPEND="${RDEPEND}" @@ -42,15 +43,16 @@ src_configure() { tc-export CC sed -i -r \ -e "$(use_sed gzip)" \ - -e "$(use_sed xz)" \ + -e "$(use_sed xz XZ)" \ -e "$(use_sed lzo)" \ -e "$(use_sed xattr)" \ + -e "$(use_sed lzma LZMA_XZ)" \ Makefile || die } src_install() { dobin mksquashfs unsquashfs - cd .. + cd .. || die dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README } |