From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-util/squashdelta/Manifest | 4 --- dev-util/squashdelta/metadata.xml | 19 ------------- dev-util/squashdelta/squashdelta-0.1.ebuild | 35 ------------------------ dev-util/squashdelta/squashdelta-9999.ebuild | 41 ---------------------------- 4 files changed, 99 deletions(-) delete mode 100644 dev-util/squashdelta/Manifest delete mode 100644 dev-util/squashdelta/metadata.xml delete mode 100644 dev-util/squashdelta/squashdelta-0.1.ebuild delete mode 100644 dev-util/squashdelta/squashdelta-9999.ebuild (limited to 'dev-util/squashdelta') diff --git a/dev-util/squashdelta/Manifest b/dev-util/squashdelta/Manifest deleted file mode 100644 index aab027372dbc..000000000000 --- a/dev-util/squashdelta/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST squashdelta-0.1.tar.bz2 77702 BLAKE2B c36a90e5bb0c22519fdd6229131039b881ccda82117a8180959e463debf767bc2382cc7e38645003cb23ae8e58492aaed849d1951adaedea56837900fda0025f SHA512 1ce93b59b6c51be49aaaee9576049677c8ba146fa3a17c7d3552440a1c0ebe93fb4d8cbe1182db691e2c9552713ecfeef0e50d95f7e94218c341c51364bf724f -EBUILD squashdelta-0.1.ebuild 816 BLAKE2B ed9e06f2b254d3907872234733ee3bd18f203efd18668c1072e44c36b571da7d83510131de61d388c4b6c1b5d58b91f6c00f62939f12d351f47b4fd52616a44a SHA512 db8727fd723ce993b06fc4c12f769b412971c9042609d48f14a6e6bfe681511652e4253bcf57c0a8a20a855edd53c0989462974ba15291a50c61f86e64ff359f -EBUILD squashdelta-9999.ebuild 812 BLAKE2B 87a425b61222a714e4a4868d5c86ca37ef58c1840137214edb349b1fdf3b94175ee65ece4252be5af89f992b5be4675c2f6b3e92b2133e974b0fe0427bea1748 SHA512 d3551e272526a4c105623bce97879012d998fe57d2bf31d795d9051da3427a7900916f0f8b90d5a725e45fbf3e1282413c13eb32c6eb0ba2faf6ad6fcc799ee0 -MISC metadata.xml 617 BLAKE2B 1a732150f235099533beb0b3672648f3d4e501509d754bc54f1cb9093df38b2c411519417433b1b485c922844814923c2925d699881f07cb0512b5edeb5f93a8 SHA512 a08f732876cfc4455ddd980eb04cffbe73b4bd56426d420777782a93b1229277463f85c71f05699f152f2edaa4ee8e029e1e5185b5c7b47204a9e9b9ba5120a2 diff --git a/dev-util/squashdelta/metadata.xml b/dev-util/squashdelta/metadata.xml deleted file mode 100644 index 1001cf9123ee..000000000000 --- a/dev-util/squashdelta/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Enable support for LZ4 compression using app-arch/lz4 - - - mgorny@gentoo.org - Michał Górny - - - - mgorny@gentoo.org - Michał Górny - - https://github.com/mgorny/squashdelta/issues/ - mgorny/squashdelta - - diff --git a/dev-util/squashdelta/squashdelta-0.1.ebuild b/dev-util/squashdelta/squashdelta-0.1.ebuild deleted file mode 100644 index 64d107803421..000000000000 --- a/dev-util/squashdelta/squashdelta-0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool" -HOMEPAGE="https://github.com/mgorny/squashdelta/" -SRC_URI="https://www.github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2" - -# uses public-domain murmurhash3 -LICENSE="BSD public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="lz4 +lzo" - -COMMON_DEPEND=" - lz4? ( app-arch/lz4:0= ) - lzo? ( dev-libs/lzo:2= )" -RDEPEND="${COMMON_DEPEND} - dev-util/xdelta:3" -DEPEND=${COMMON_DEPEND} - -# SquashDelta does not make much sense without a compression algo. -REQUIRED_USE="|| ( lz4 lzo )" - -src_configure() { - local myeconfargs=( - $(use_enable lz4) - $(use_enable lzo) - ) - - autotools-utils_src_configure -} diff --git a/dev-util/squashdelta/squashdelta-9999.ebuild b/dev-util/squashdelta/squashdelta-9999.ebuild deleted file mode 100644 index fd19fe305141..000000000000 --- a/dev-util/squashdelta/squashdelta-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" -inherit autotools git-r3 - -DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool" -HOMEPAGE="https://github.com/mgorny/squashdelta/" -SRC_URI="" - -# uses public-domain murmurhash3 -LICENSE="BSD public-domain" -SLOT="0" -KEYWORDS="" -IUSE="lz4 +lzo" - -COMMON_DEPEND=" - lz4? ( app-arch/lz4:0= ) - lzo? ( dev-libs/lzo:2= )" -RDEPEND="${COMMON_DEPEND} - dev-util/xdelta:3" -DEPEND=${COMMON_DEPEND} - -# SquashDelta does not make much sense without a compression algo. -REQUIRED_USE="|| ( lz4 lzo )" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf=( - $(use_enable lz4) - $(use_enable lzo) - ) - - econf "${myconf[@]}" -} -- cgit v1.2.3