From 6816765a1f959c3a986816c4785e0bbee28a3e02 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 3 Oct 2016 22:27:30 +0100 Subject: dev-libs/libslz: Remove since merged upstream --- dev-libs/libslz/Manifest | 3 -- dev-libs/libslz/libslz-1.1.0.ebuild | 66 ------------------------------------- dev-libs/libslz/metadata.xml | 16 --------- 3 files changed, 85 deletions(-) delete mode 100644 dev-libs/libslz/Manifest delete mode 100644 dev-libs/libslz/libslz-1.1.0.ebuild delete mode 100644 dev-libs/libslz/metadata.xml (limited to 'dev-libs') diff --git a/dev-libs/libslz/Manifest b/dev-libs/libslz/Manifest deleted file mode 100644 index f45d54ac..00000000 --- a/dev-libs/libslz/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST libslz-1.1.0.tar.bz2 229527 SHA256 7a6e755539d6a550cfcf236461cc33b5ac12bd331e40db07d75e1a9220cd1cd5 WHIRLPOOL 4645d49544de70efb40adee138ce73c61d259a2c994bc1863d379d28c94d30a915c6b4a002336e02f38fc72255885330a41bcd504894f66a1f8686136e63b2ff -EBUILD libslz-1.1.0.ebuild 1163 SHA256 d24c855fc772b57736d984a4c51add5faff0ed4682c3f5e53beb752e1a3f555d WHIRLPOOL 75f9a9507abb76a3e1c48c0bde1323fedc78b08c2cc07308f277cbf8cc1da5c9bab740517435fbdc16c81af7c4d64a07fc2008d7b259f09363c03c840b94957e -MISC metadata.xml 1060 SHA256 3f7f86009eebc70cf0699b1dfa17285f6d4bd24835a12dc8411c7e28e0ad83fd WHIRLPOOL c33dbb73b7cdffa29f148900dc2dbd6a7fc34f8cbc3f62ece5298d68da01242df37c21df62f6b9cb2a13a6305227907050b364de5835a747444fdce02cb394ea diff --git a/dev-libs/libslz/libslz-1.1.0.ebuild b/dev-libs/libslz/libslz-1.1.0.ebuild deleted file mode 100644 index 29b4db7a..00000000 --- a/dev-libs/libslz/libslz-1.1.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit toolchain-funcs multilib-minimal - -DESCRIPTION="stateless, zlib-compatible, and very fast compression library" -HOMEPAGE="http://1wt.eu/projects/libslz" -SRC_URI="http://git.1wt.eu/web?p=${PN}.git;a=snapshot;h=v${PV};sf=tbz2 -> ${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0/1" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="static-libs tools" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_prepare() { - default - - multilib_copy_sources -} - -multilib_src_compile() { - local -a opts=( - CC="$(tc-getCC)" \ - OPT_CFLAGS="${CFLAGS}" \ - USR_LFLAGS="${LDFLAGS}" \ - shared \ - $(usex static-libs static '') - ) - - if multilib_is_native_abi ; then - opts+=( - $(usex tools tools '') - ) - fi - - emake "${opts[@]}" -} - -multilib_src_install() { - local -a opts=( - STRIP=":" \ - DESTDIR="${ED}" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="$(get_libdir)" \ - install-headers - install-shared \ - $(usex static-libs install-static '') - ) - - if multilib_is_native_abi ; then - einstalldocs - - opts+=( - $(usex tools install-tools '') - ) - fi - - emake "${opts[@]}" -} diff --git a/dev-libs/libslz/metadata.xml b/dev-libs/libslz/metadata.xml deleted file mode 100644 index 23a852a2..00000000 --- a/dev-libs/libslz/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - bertrand@jacquin.bzh - Bertrand Jacquin - - -SLZ is a fast and memory-less stream compressor which produces an output that can be decompressed with zlib or gzip. It does not implement decompression at all, zlib is perfectly fine for this. - -The purpose is to use SLZ in situations where a zlib-compatible stream is needed and zlib's resource usage would be too high while the compression ratio is not critical. The typical use case is in HTTP servers and gateways which have to compress many streams in parallel with little CPU resources to assign to this task, and without having to thottle the compression ratio due to the memory usage. In such an environment, the server's memory usage can easily be divided by 10 and the CPU usage by 3 - - - Install additional tools (zenc) - - -- cgit v1.2.3