This commit is contained in:
Your Name
2018-06-15 02:16:07 +02:00
parent cd1002b289
commit 34d78d5389
28 changed files with 298 additions and 58 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--app-arch--libarchive-3.3.2--C.14852.1512074911.136691.C.tar.bz2 476059 SHA256 4187ea1d95f3896a9e9808efbd67daf531ee5f76e5a5465fdefd88c26af262cc SHA512 dad7cc1aaaa0bb96f821f1ac2ccddeab85120047b893fcd0097ad19b03646213f18d63012c460f3308423a06309c97657a1666920e8a53512fafb0aed1c1c01c WHIRLPOOL f12c052d5256626162abb53c11983a06afc40f905fb7510c9f83cd05f56ee6f124784d28ddf5268c5e29405b5e1aeeeae79970ab607dede1ab0d01ef65208859
PBIN libarchive-3.3.2.pbin-1+exheres-0 4124 SHA256 9ac2bd28aa35f5c2b7b3fa9ddee0db036c546153bc395a8150be9ee0d3fca66f SHA512 26cd5eb762b867aabde349ac846b42615bec0d90ef1b5e02f7929764036a3ce96d289e17560d7b7078aea7ae48382105683269ebb06b3e82282a380e6ed6fa91 WHIRLPOOL b9fd659b94ce542a029ff85ae4a8f5528e8784105cdd0dbd55dcbb021356d5818e57cb29753ccbbb6eca0dbe5d32b6641e0474ab1b57688303a6b8dcd2999fe4
DIST hasufell-binhost--app-arch--libarchive-3.3.2-r1--C.22380.1529021444.208226.C.tar.bz2 477337 SHA256 c8e57b7646742a117f6aca091dffb67fbc48292d13decf4f2d784e378a793a20 SHA512 313be9a8d21e4408e3b4c9ce1fff5490cbfdf12f9f61e4566c92a361108590ae94796c2be640c4013f5dd61658583c7269656786bd7542e9a38ee5f922389adb WHIRLPOOL 37edf30428ef7f3ed1f13c03868912885f32cfd324d9a79f95ea1a2a9e8892aefa8dbd9462d396fe5b6ee68eef990622ddd27caa0527403771037f02108bdd02
PBIN libarchive-3.3.2-r1.pbin-1+exheres-0 4142 SHA256 29ca215224eff96cb24a1c5754f56cc63ace37ec3b3cff633db24e3e6e754729 SHA512 36bd61ee8009deebcbe063b2f3cc29c58b2893cc5687d5acc1fab990dad8f67a556496200a4501688f3cb8e1bdc39650257e95b3aceba93b3c1014f71d846e34 WHIRLPOOL 81b35e9b332f9fcef5442cc018e81bb0b63fa54271cd60331957c46bea795387064610ddfe615a440dab9f4a2a136fc8329db61a4123d81903ad4f46a12811e1

View File

@@ -1,4 +1,4 @@
# Created by paludis-3.0.0 on Thu Nov 30 21:48:31 CET 2017
# Created by paludis-3.0.0 on Fri Jun 15 02:10:44 CEST 2018
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( install: app-admin/eclectic[>=2.0.13] ) [[ defined-in = [ alternatives.exlib ] ]] ( build+run: app-arch/bzip2 app-arch/xz[>=5.2.0] [[ note = [ 5.2.0 for multithread support ] ]] virtual/gzip acl? ( sys-apps/acl ) lz4? ( app-arch/lz4 ) xattr? ( sys-apps/attr ) providers:expat? ( dev-libs/expat ) providers:libressl? ( dev-libs/libressl:=42.44.16 ) providers:libxml2? ( dev-libs/libxml2:=2.0 ) providers:nettle? ( dev-libs/nettle ) providers:openssl? ( dev-libs/openssl ) run: !app-arch/tar[<1.28-r2] [[ description = [ Alternatives conflict before tar-1.28-r2 ] resolution = [ upgrade-blocked-before ] ]] ) [[ defined-in = [ libarchive.exlib ] ]]"
DESCRIPTION=" The formats supported include: gzip (read and write, uses zlib) bzip2 (read and write, uses bzlib) compress (read and write, uses an internal implementation) uudecode (read and write) cpio (read and write, including odc and newc variants) separate command-line compressors with fixed-signature auto-detection xz, lzip, and lzma (read and write using liblzma) tar (read and write, including GNU extensions) pax (read and write, including GNU and star extensions) ISO9660 (read and write, including Joliet and Rockridge extensions, with some limitations) zip (read and write, with some limitations, uses zlib) mtree (read and write, uses separate libraries for creating and verifying cryptographic hashes) shar (write only) ar (read and write, including BSD and GNU/SysV variants) empty (read only; in particular, note that no other format will accept an empty file) raw (read only) xar (read only) lha/lzh (read only) rar (read only) Microsoft CAB format (read only) 7-Zip (read only)"
@@ -6,13 +6,13 @@ EAPI="pbin-1+exheres-0"
HOMEPAGE="https://libarchive.org"
INHERITED=" alternatives github libarchive"
MYOPTIONS="( ( acl [[ description = [ Adds support for Access Control Lists ] ]] lz4 [[ description = [ Support lz4 compression (fast, lossless data compression algorithm) ] ]] xattr [[ description = [ Adds support for Extended File Attributes ] ]] ( providers: libressl [[ description = [ Use LibreSSL as the SSL provider ] ]] nettle openssl [[ description = [ Use OpenSSL as the SSL provider ] ]] ) [[ number-selected = [ exactly-one ] ]] ( providers: libxml2 [[ description = [ Use libxml2 for XML handling ] ]] expat [[ description = [ Use expat for XML handling ] ]] ) [[ number-selected = [ exactly-one ] ]] ) [[ defined-in = [ libarchive.exlib ] ]] ) "
PLATFORMS="~amd64 ~arm ~armv7 ~x86"
PLATFORMS="~amd64 ~arm ~armv7 ~armv8 ~x86"
LICENCES="BSD-2 BSD-3 public-domain"
SLOT="0"
DOWNLOADS="https://libarchive.org/downloads/libarchive-3.3.2.tar.gz"
OPTIONS="providers:libressl providers:libxml2 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1512074911"
GENERATED_TIME="1529021444"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
ASFLAGS=""
@@ -26,9 +26,9 @@ CXXFLAGS="-march=native -pipe -O2"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="arbor"
PLATFORMS="~amd64 ~arm ~armv7 ~x86"
PLATFORMS="~amd64 ~arm ~armv7 ~armv8 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--app-arch--libarchive-3.3.2--C.14852.1512074911.136691.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--app-arch--libarchive-3.3.2-r1--C.22380.1529021444.208226.C.tar.bz2"
SUMMARY="C library for reading and writing tar, cpio, zip, ISO, and other archive formats"
BUGS_TO=""
REMOTE_IDS=" github:libarchive/libarchive "