public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/musl:master commit in: sys-fs/squashfs-tools/files/, sys-fs/squashfs-tools/
@ 2017-09-05 13:39 Anthony G. Basile
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2017-09-05 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7d8635da587d49c5a418cacce5086b8927a76af6
Author:     stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Mon Sep  4 08:00:39 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 13:39:29 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=7d8635da

sys-fs/squashfs-tools: in tree version works

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 sys-fs/squashfs-tools/Manifest                     |  4 --
 .../squashfs-tools-4.2-missing-includes.patch      | 10 ----
 sys-fs/squashfs-tools/metadata.xml                 | 15 ------
 .../squashfs-tools/squashfs-tools-4.3-r99.ebuild   | 54 ----------------------
 4 files changed, 83 deletions(-)

diff --git a/sys-fs/squashfs-tools/Manifest b/sys-fs/squashfs-tools/Manifest
deleted file mode 100644
index 701778a..0000000
--- a/sys-fs/squashfs-tools/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX squashfs-tools-4.2-missing-includes.patch 236 SHA256 3e88e86568146d80733d52bcdd28405e3f02120e8ca408c5fc995f37d30006f1 SHA512 8f18536e59708475d210e7a2fb4ff4dd3fa29441ea6881ddd21f1a5aadb5686647d45961de832384e356cc011fcb74ebabb8d52816a64db3adb3a9a3a37e785e WHIRLPOOL fb7eb189ddd120e291b11a927ff3ee9871d187530c49729c9fb3d0becff9cfe89e89d0e308bdddde33252caff5949c26263f18712429507b27eeef61b70ae322
-DIST squashfs4.3.tar.gz 182550 SHA256 0d605512437b1eb800b4736791559295ee5f60177e102e4d4ccd0ee241a5f3f6 SHA512 854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79 WHIRLPOOL c819f416b34cc46a232b8bc385017774603f81b4a865e6b97208004c183ebad5de7d0f726be444f8cb4e1d450abed9340dab730aec0762407f034e99b39bdc06
-EBUILD squashfs-tools-4.3-r99.ebuild 1239 SHA256 9b471fd96f1580dfcd9a94c9d2dc2be9c9d4f877fc464130aa520e5af2c4b9ca SHA512 52361b456fe0660336270ae5f9ccf75057af24c2e850caaa47179aab89c3b4e88fe3126e40745cbc7bb9b564c2b84594972f59b996234214a49cd1596cd9e94a WHIRLPOOL 60159254c81060aae2f335fc5afd3795f87dad7d24957a5561c2e742160d0265a0a4d9b1d063b6168488788a422ec27192cad17517fa9d2a892e09b0e10d241c
-MISC metadata.xml 559 SHA256 5813dae0eff3bfed9a7a40ac785726804d493f175479c1cc10ee3ea566b6eb2d SHA512 2318c516e5e76a6c802563d1e1bf60273dbfd6a6cf0944a41e5287f0c85f1b73761ba050599dfb3b2c86a53da01fc752bb4c74397c404c4ff68eb73dfedf2572 WHIRLPOOL 763a763428e1ca87f7fc653cc7984a88bac9ffb256464e7fe2258f901ab4283819998c560197aa1e558e17a3b3c4bdb480a2b9df696efadd81c4cd00a47cfade

diff --git a/sys-fs/squashfs-tools/files/squashfs-tools-4.2-missing-includes.patch b/sys-fs/squashfs-tools/files/squashfs-tools-4.2-missing-includes.patch
deleted file mode 100644
index 82451e0..0000000
--- a/sys-fs/squashfs-tools/files/squashfs-tools-4.2-missing-includes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/squashfs4.2/squashfs-tools/pseudo.c
-+++ b/squashfs4.2/squashfs-tools/pseudo.c
-@@ -30,6 +30,7 @@
- #include <errno.h>
- #include <string.h>
- #include <stdlib.h>
-+#include <sys/stat.h>
- #include <sys/types.h>
- #include <sys/wait.h>
- 

diff --git a/sys-fs/squashfs-tools/metadata.xml b/sys-fs/squashfs-tools/metadata.xml
deleted file mode 100644
index 9edcb3d..0000000
--- a/sys-fs/squashfs-tools/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>livecd@gentoo.org</email>
-    <name>Gentoo LiveCD Project</name>
-  </maintainer>
-  <use>
-    <flag name="xz">Enable support for XZ ("LZMA2") compression using <pkg>app-arch/xz-utils</pkg></flag>
-    <flag name="lz4">Enable support for LZ4 compression using <pkg>app-arch/lz4</pkg></flag>
-  </use>
-  <upstream>
-    <remote-id type="sourceforge">squashfs</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3-r99.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.3-r99.ebuild
deleted file mode 100644
index d99e405..0000000
--- a/sys-fs/squashfs-tools/squashfs-tools-4.3-r99.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="Tool for creating compressed filesystem type squashfs"
-HOMEPAGE="http://squashfs.sourceforge.net"
-SRC_URI="mirror://sourceforge/squashfs/squashfs${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
-IUSE="+xz lzma lz4 lzo xattr"
-
-RDEPEND="
-	sys-libs/zlib
-	!xz? ( !lzo? ( sys-libs/zlib ) )
-	lz4? ( app-arch/lz4 )
-	lzma? ( app-arch/xz-utils )
-	lzo? ( dev-libs/lzo )
-	xattr? ( sys-apps/attr )
-	xz? ( app-arch/xz-utils )
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/squashfs${PV}/${PN}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-4.2-missing-includes.patch
-}
-
-src_configure() {
-	# set up make command line variables in EMAKE_SQUASHFS_CONF
-	EMAKE_SQUASHFS_CONF=(
-		$(usex lzma LZMA_XZ_SUPPORT=1 LZMA_XS_SUPPORT=0)
-		$(usex lzo LZO_SUPPORT=1 LZO_SUPPORT=0)
-		$(usex lz4 LZ4_SUPPORT=1 LZ4_SUPPORT=0)
-		$(usex xattr XATTR_SUPPORT=1 XATTR_SUPPORT=0)
-		$(usex xz XZ_SUPPORT=1 XZ_SUPPORT=0)
-	)
-
-	append-cppflags -DFNM_EXTMATCH=0
-	tc-export CC
-}
-
-src_compile() {
-	emake ${EMAKE_SQUASHFS_CONF[@]}
-}
-
-src_install() {
-	dobin mksquashfs unsquashfs
-	dodoc ../README
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-05 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05 13:39 [gentoo-commits] proj/musl:master commit in: sys-fs/squashfs-tools/files/, sys-fs/squashfs-tools/ Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox