This commit is contained in:
Your Name
2018-05-14 10:31:03 +02:00
parent 70305cd4df
commit 0cbd3cda90
506 changed files with 1863 additions and 1983 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-libs--libixion-0.13.0--C.26707.1518815682.692356.C.tar.bz2 651034 SHA256 11cf5232a8e31d089ed416a6fe46ee8785a2491a96f24da492f1ab5c960a54a3 SHA512 8a697cebc257445a4166e9a80d951907ee96d91819561ab73376a59a3deaeb0323e4a7968832c99cb16dd910164150e21b1584b632963c9bf22a732f202639b1 WHIRLPOOL 79d230b59d60a2bf711116bb867c7e995467b9cadcd5ea319d1dc58d35cd5272f9b69da93d8e497ab21c0461276f836b4d30454db3a8220c32377993b212aed0
PBIN libixion-0.13.0.pbin-1+exheres-0 3143 SHA256 afcfa5e0d9c0971c58e7b14ef3f16d1d3ee6a8cdc0bf13fc6a3e7f5f730498f6 SHA512 3983b2a871f74aa9651f9511ef72a8f5a7fcf00eedeb380923920198510f012734c9883937c8080b30cfd46d583f2dc610500a64da07337849a32a1729c717c3 WHIRLPOOL 94619ac1ffef7ee2b2ab72bb76009bb8a95c64a725682cdb877eac27584de9f9dafe9fafdb9bee1c64da934c1a2cd9c461f945f40bb8871bc851c557ff3a285d
DIST hasufell-binhost--dev-libs--libixion-0.13.0--C.342.1526219368.769035.C.tar.bz2 659079 SHA256 6add0c988b871772c4416129ab1f69ef23f01de9258da5f3877586208159b7a3 SHA512 869a72eda290935dd123595e4c8ab1068318d6a479fecb301985c6cace000f857626203653538faed568031b6672f6a7529643d4a0093eb8b985ba6afe676c88 WHIRLPOOL ddcb3b828abb8853f665b7acf3c04b13463b03938ca7f8d9f32cb5eec3af9ba51b7f967bbdb13d812ec1c4c88d3a01a5f596b6aa2cbbe5b3ae83befd03961e08
PBIN libixion-0.13.0.pbin-1+exheres-0 3230 SHA256 2a4c9b228d3a11f6f51f5b3683c8fc5c4bf4cb39fec64719e87e856d7944d018 SHA512 10326657170bd10aab3dde18da3c495ce0c704b4c80e433c9aa9767623478c0e1ac861baee557bf346011e09c55ed55334c12b85b1c6d2f267f83a112f73b173 WHIRLPOOL 37bca5c7a4e191dc9d8584e5344ac42f47ee39170ea15bd975aee0c94322d2813b14098d643d6a00fd4ed71c8a33128800ac0527cb86c56d0bc9cf501d41e3f4

View File

@@ -1,18 +1,18 @@
# Created by paludis-3.0.0 on Fri Feb 16 22:14:43 CET 2018
# Created by paludis-3.0.0 on Sun May 13 15:49:29 CEST 2018
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build: dev-libs/mdds[>=1.2.0] virtual/pkg-config[>=0.9.0] build+run: dev-libs/boost[>=1.36] ) [[ defined-in = [ libixion-0.13.0.exheres-0 ] ]] ( build: sys-devel/libtool sys-devel/autoconf:2.5 sys-devel/automake:1.15 ) [[ defined-in = [ autotools.exlib ] ]] ( build+run: python? ( python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) ) ) [[ defined-in = [ python.exlib ] ]]"
DEPENDENCIES="( build: dev-libs/mdds[>=1.2.0] virtual/pkg-config[>=0.9.0] build+run: dev-libs/boost[>=1.36] ) [[ defined-in = [ libixion-0.13.0.exheres-0 ] ]] ( build: sys-devel/libtool sys-devel/autoconf:2.5 sys-devel/automake:1.15 ) [[ defined-in = [ autotools.exlib ] ]] ( build+run: python? ( python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) ) ) [[ defined-in = [ python.exlib ] ]]"
DESCRIPTION=" A library for calculating the results of formula expressions stored in multiple named targets, or “cells”. The cells can be referenced from each other, and the library takes care of resolving their dependencies automatically upon calculation. The caller can run the calculation routine either in a single-threaded mode, or a multi-threaded mode. The library also supports re-calculations where the contents of one or more cells have been modified since the last calculation, and a partial calculation of only the affected cells need to be calculated."
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://gitlab.com/ixion/ixion#tab-readme"
INHERITED=" dependencies-helpers autotools multibuild easy-multibuild python"
MYOPTIONS="( ( python [[ description = [ Adds support/bindings for the Python language ] ]] python? ( python_abis: ( 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
MYOPTIONS="( ( python [[ description = [ Adds support/bindings for the Python language ] ]] python? ( python_abis: ( 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
PLATFORMS="~amd64 ~x86"
LICENCES="MPL-2.0"
SLOT="0"
DOWNLOADS="https://kohei.us/files/ixion/src/libixion-0.13.0.tar.xz"
OPTIONS="python python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1518815683"
GENERATED_TIME="1526219369"
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=""
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="office"
PLATFORMS="~amd64 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-libs--libixion-0.13.0--C.26707.1518815682.692356.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-libs--libixion-0.13.0--C.342.1526219368.769035.C.tar.bz2"
SUMMARY="General purpose formula parser & interpreter that can calculate multiple 'cells'"
BUGS_TO=""
REMOTE_IDS=""