Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--app-arch--xz-5.2.3--C.19938.1483612235.457928.C.tar.bz2 335465 SHA256 799f8a55fe4a50150d5be66709852485a5b5a19605389105523a08d5d611343f SHA512 b9e501701be662cfb79d95fa4640b3761faac10a562e585dcf7ab6e6b25da8af03669e44ef3ad0d23a740b1b2d17b9f61446f032982b7902cee42c43200e0dd9 WHIRLPOOL a787c08b1df5a47adc455b1cd64ccaf010cc37b876f279a7e7f383387c4cc0ba23a2b16ff3c00b8a59613cf1cf4a8f5fbfe4eb38919c77d304cd94faccaa8bd3
|
||||
PBIN xz-5.2.3.pbin-1+exheres-0 3172 SHA256 e246ce0e4b4b689e8d25f1421a36e2cd0a73ba469a3ab22059f3d0b23edab0ce SHA512 1f7dfb952d38ca3f9dc1ef877a78641611b6c2d4fd69529c935d9f0842b54a9e26f929fb1ea8a19f18c602230804aff7f186a2e87f80195db9d211abdaabbf67 WHIRLPOOL 789f7272df6d1764722a56e07f5b5e323475b70fa2cf79d3f9e84c3ebee3e6521a56b161f90d15d6ac4ebfebb8018a410f0cf9768559934ba1182ed9263102d0
|
||||
DIST hasufell-binhost--app-arch--xz-5.2.3-r1--C.2442.1497553539.110521.C.tar.bz2 344764 SHA256 17556fa529fb61e5256f065f99beba7d1253b68aba808de3c3e374f6dacfaee2 SHA512 552d221cba49399ac4a0047a42918ba364bbcd3a611c97cf67cb27c280937850872b28ac3e8646fb70ba184279bd4644269da791bd884ea49b04877b0e692ff2 WHIRLPOOL 8afce08d0c5fe080eb5a632fc7ad24b21940b08c642732b110c890b6429d3cfa0c21ce975495f637f1a3140f3a336843feec5efacb1c46047f13eac1474fa160
|
||||
PBIN xz-5.2.3-r1.pbin-1+exheres-0 3584 SHA256 1ebe47623f1bcd5e7dce398d804e97296485443dd182df81b95259acd7bb6f63 SHA512 2f4f2e807ce147547b8e43dce37a6e2ae516e23df6a51fc8a66c3bc4a124fb79400b2757d0ea2b662f9d3cbdd232599d44f71cbdefbd7805ba2be2ea3d1e5a5e WHIRLPOOL b94f3e24a624942717c8064429aa0a835fb753b16477b22c49eb03d911ca92b18d864539d004c2a197fe1f02b7665d8c3e9318e95d1d1dfab25cb8ff64733882
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# Created by paludis-3.0.0 on Thu Jan 5 11:30:35 CET 2017
|
||||
# Created by paludis-3.0.0 on Thu Jun 15 21:05:39 CEST 2017
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build: sys-devel/gettext[>=0.19] build+run: !app-arch/lzma-utils ) [[ defined-in = [ xz-5.2.3.exheres-0 ] ]]"
|
||||
DEPENDENCIES="( build: sys-devel/gettext[>=0.19] build+run: !app-arch/lzma-utils ) [[ defined-in = [ xz-5.2.3-r1.exheres-0 ] ]]"
|
||||
DESCRIPTION=" This is achieved by providing tools and libraries which are similar to use than the equivalents of the most popular existing compression algorithms. XZ Utils consist of several components: * liblzma is a compression library with API similar to that of zlib. * xz is a command line tool with syntax similar to that of gzip. * xzdec is a decompression-only tool smaller than the full-featured xz tool. * A set of shell scripts (xzgrep, xzdiff, etc.) have been adapted from gzip to ease viewing, grepping, and comparing compressed files."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://tukaani.org/xz"
|
||||
INHERITED=""
|
||||
MYOPTIONS="( ( debug [[ description = [ Enable debugging features or make debugging easier ] ]] doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] parts: binaries [[ description = [ Programs and utilities ] ]] development [[ description = [ Files to be used for developing against a library or package ] ]] documentation [[ description = [ Documentation, such as man pages or info documents ] ]] libraries [[ description = [ Files used for running programs depending on a library ] ]] ) [[ defined-in = [ xz-5.2.3.exheres-0 ] ]] ) "
|
||||
MYOPTIONS="( ( debug [[ description = [ Enable debugging features or make debugging easier ] ]] doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] ( parts: binaries [[ description = [ Programs and utilities ] ]] data [[ description = [ Architecture-independent data/resources, such as images or sounds ] ]] development [[ description = [ Files to be used for developing against a library or package ] ]] documentation [[ description = [ Documentation, such as man pages or info documents ] ]] libraries [[ description = [ Files used for running programs depending on a library ] ]] ) ( linguas: cs [[ description = [ Czech locale ] ]] de [[ description = [ German locale ] ]] fr [[ description = [ French locale ] ]] it [[ description = [ Italian locale ] ]] pl [[ description = [ Polish locale ] ]] vi [[ description = [ Vietnamese locale ] ]] ) ) [[ defined-in = [ xz-5.2.3-r1.exheres-0 ] ]] ) "
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~x86"
|
||||
LICENCES=" GPL-2 [[ note = [ build system, grep, diff, view scripts ] ]] GPL-3 [[ note = [ build system ] ]] LGPL-2.1 [[ note = [ xz, xzdec, lzmadec ] ]] public-domain [[ note = [ liblzma, debug tools, tests, documentation ] ]]"
|
||||
SLOT="0"
|
||||
DOWNLOADS="http://tukaani.org/xz/xz-5.2.3.tar.bz2"
|
||||
OPTIONS="parts:binaries parts:development parts:documentation parts:libraries "
|
||||
OPTIONS="linguas:de parts:binaries parts:data parts:development parts:documentation parts:libraries "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1483612235"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES 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"
|
||||
GENERATED_TIME="1497553539"
|
||||
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=""
|
||||
CBUILD=""
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="arbor"
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--app-arch--xz-5.2.3--C.19938.1483612235.457928.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--app-arch--xz-5.2.3-r1--C.2442.1497553539.110521.C.tar.bz2"
|
||||
SUMMARY="XZ Utils is free general-purpose data compression software with high compression ratio"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS="freecode:xz-utils"
|
||||
Reference in New Issue
Block a user