From f5acfddbc99c4e448043d2cea6478515e0d19350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=A4th?= Date: Sat, 20 Jan 2018 11:29:54 +0100 Subject: app-arch/brotli: Remove since bump is now in the gentoo repository --- app-arch/brotli/Manifest | 1 - app-arch/brotli/brotli-1.0.2.ebuild | 69 ---------------------- app-arch/brotli/files/brotli-1.0.1-no-rpath.patch | 19 ------ app-arch/brotli/files/brotli-1.0.1-no-static.patch | 16 ----- app-arch/brotli/metadata.xml | 22 ------- 5 files changed, 127 deletions(-) delete mode 100644 app-arch/brotli/Manifest delete mode 100644 app-arch/brotli/brotli-1.0.2.ebuild delete mode 100644 app-arch/brotli/files/brotli-1.0.1-no-rpath.patch delete mode 100644 app-arch/brotli/files/brotli-1.0.1-no-static.patch delete mode 100644 app-arch/brotli/metadata.xml (limited to 'app-arch') diff --git a/app-arch/brotli/Manifest b/app-arch/brotli/Manifest deleted file mode 100644 index 8059ac92..00000000 --- a/app-arch/brotli/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST brotli-1.0.2.tar.gz 23736359 SHA512 b3ec98159e63b4169dea3e958d60d89247dc1c0f78aab27bfffb2ece659fa024df990d410aa15c12b2082d42e3785e32ec248dce2b116c7f34e98bb6337f9fc9 diff --git a/app-arch/brotli/brotli-1.0.2.ebuild b/app-arch/brotli/brotli-1.0.2.ebuild deleted file mode 100644 index 4823567b..00000000 --- a/app-arch/brotli/brotli-1.0.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) -DISTUTILS_OPTIONAL="1" - -inherit cmake-utils distutils-r1 flag-o-matic - -DESCRIPTION="Generic-purpose lossless compression algorithm" -HOMEPAGE="https://github.com/google/brotli" -SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND}" -RDEPEND+=" ! - - - - martin@mvath.de - Martin Väth - - - bicatali@gentoo.org - Sébastien Fabbro - - - Brotli is a generic-purpose lossless compression algorithm that - compresses data using a combination of a modern variant of the - LZ77 algorithm, Huffman coding and 2nd order context modeling, - with a hight compression ratio. It is similar in speed with - deflate but offers denser compression. - - - google/brotli - - -- cgit v1.2.3