Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--sys-devel--meson-0.43.0--C.25867.1512230382.493360.C.tar.bz2 588841 SHA256 f0d9c051cf956e9459ee0b283e1cdb3a6f6d6c6cd207fcd5a34ce4ba65a7b10b SHA512 116f8b06932022630a8b9577370cf7614301b7f0e2d2aa056e018946443caa237b267a2c98ec7c626f45fcb8f6952efda328d2fce18d35f8f4ea79c0cb243df1 WHIRLPOOL 08bd561429d63a28c9f65a8c03182772151071154352217891f5343a6b434ebbdc3a52ecd567cb10aaa9eabaadcaad242c7de65dca26e8a24f4856d2913fdcbc
|
||||
PBIN meson-0.43.0.pbin-1+exheres-0 3542 SHA256 9a392d777c283fd6afe1483bab3a9db38151f74c8cd4906d07f125e34dd6e2c3 SHA512 e816293c1d05015b6f42900fc68fec46f9e0097a18f23a42989d62c8bc9640968db9214e6a406458552304b432c03cb42dc6d3762314794e33e9cefd98e56acc WHIRLPOOL 40c09cbb2dfd0f434cee0611c8f0ac005d3ef83fc52cd4b0df4b0948954b338bcc502cd2e0609a6d4768ed0b2644df6fb1644f5118fca0bdbbb9645573d64fd0
|
||||
DIST hasufell-binhost--sys-devel--meson-0.44.0--C.29888.1514546134.628831.C.tar.bz2 648838 SHA256 a0cf52c03ea08ab6b92e9c1e4c9cdc9f29cd0a2f9a8d7336a3f9324aa33db5e8 SHA512 08596b1cd27e5e16abfb5950dc92615dd748def4a991d367c9035acd9b5d282125e0001182ef7207edaae98ade025c84d3e6c05a36bcb45fda3e67bd85f4482f WHIRLPOOL 80f352c42346ac0158dc4d29220e92e7f1b9e05cc73a4a8e743fe1b033b58de35eea71946b7bb90f22fd72ad14a1961b134c350d2618aefd27249ed5950edab9
|
||||
PBIN meson-0.44.0.pbin-1+exheres-0 3707 SHA256 f6716de15c29e3f661eb02203b2d0f96dcd0200e696281b9724d4f24dd4e245d SHA512 d80e818a580a1f0af76af46aedb5260acd782c4461f30fbe477e80f4b2731e31f55b719d99a630729c4a6518c06b7d64f23a1ea848115869562e2fa0e5867cff WHIRLPOOL b09c6d3aaca82a71372d25b99fbecfd35c61318244dfc452a9ac6e3bdc70db830581bc32fe81e6296a0ef79ddbf73782afccbd985460f90c52f41c6c439421d4
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# Created by paludis-3.0.0 on Sat Dec 2 16:59:42 CET 2017
|
||||
# Created by paludis-3.0.0 on Fri Dec 29 12:15:35 CET 2017
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: 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 ] ]] ( run: sys-devel/ninja virtual/pkg-config ) [[ defined-in = [ meson-build.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: 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 ] ]] ( run: sys-devel/ninja[>=1.5] virtual/pkg-config ) [[ defined-in = [ meson-build.exlib ] ]]"
|
||||
DESCRIPTION=" Meson is a cross-platform build system designed to be both as fast and as user friendly as possible. It supports many languages and compilers, including GCC, Clang and Visual Studio. Its build definitions are written in a simple non-Turing-complete DSL."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://mesonbuild.com"
|
||||
INHERITED=" pypi python setup-py meson-build"
|
||||
MYOPTIONS="( ( ( 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 = [ exactly-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( vim-syntax [[ description = [ Pulls in related Vim syntax scripts ] ]] ( targets: arm-unknown-linux-gnueabi armv7-unknown-linux-gnueabi [[ description = [ ARMv7 (32-bit), Linux, GNU libc, embedded ABI, software floating point ] ]] armv7-unknown-linux-gnueabihf [[ description = [ ARMv7 (32-bit), Linux, GNU libc, embedded ABI, hardware floating point ] ]] armv7-unknown-linux-musleabi [[ description = [ ARMv7 (32-bit), Linux, musl libc, embedded ABI, software floating point ] ]] armv7-unknown-linux-musleabihf [[ description = [ ARMv7 (32-bit), Linux, musl libc, embedded ABI, hardware floating point ] ]] i686-pc-linux-gnu [[ description = [ x86 (32-bit), Linux, GNU libc ] ]] i686-pc-linux-musl [[ description = [ x86 (32-bit), Linux, musl libc ] ]] x86_64-pc-linux-gnu [[ description = [ x86 (64-bit), Linux, GNU libc ] ]] x86_64-pc-linux-musl [[ description = [ x86 (64-bit), Linux, musl libc ] ]] ) [[ number-selected = [ at-least-one ] ]] ) [[ defined-in = [ meson-build.exlib ] ]] ) "
|
||||
INHERITED=" pypi python setup-py zsh-completion meson-build"
|
||||
MYOPTIONS="( ( ( 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 = [ exactly-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( zsh-completion [[ description = [ Install completion files for the Z Shell ] ]] ) [[ defined-in = [ zsh-completion.exlib ] ]] ( vim-syntax [[ description = [ Pulls in related Vim syntax scripts ] ]] ( targets: arm-unknown-linux-gnueabi armv7-unknown-linux-gnueabi [[ description = [ ARMv7 (32-bit), Linux, GNU libc, embedded ABI, software floating point ] ]] armv7-unknown-linux-gnueabihf [[ description = [ ARMv7 (32-bit), Linux, GNU libc, embedded ABI, hardware floating point ] ]] armv7-unknown-linux-musleabi [[ description = [ ARMv7 (32-bit), Linux, musl libc, embedded ABI, software floating point ] ]] armv7-unknown-linux-musleabihf [[ description = [ ARMv7 (32-bit), Linux, musl libc, embedded ABI, hardware floating point ] ]] i686-pc-linux-gnu [[ description = [ x86 (32-bit), Linux, GNU libc ] ]] i686-pc-linux-musl [[ description = [ x86 (32-bit), Linux, musl libc ] ]] x86_64-pc-linux-gnu [[ description = [ x86 (64-bit), Linux, GNU libc ] ]] x86_64-pc-linux-musl [[ description = [ x86 (64-bit), Linux, musl libc ] ]] ) [[ number-selected = [ at-least-one ] ]] ) [[ defined-in = [ meson-build.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
LICENCES="Apache-2.0"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/meson/meson-0.43.0.tar.gz"
|
||||
OPTIONS="vim-syntax python_abis:3.6 targets:x86_64-pc-linux-gnu "
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/meson/meson-0.44.0.tar.gz"
|
||||
OPTIONS="vim-syntax zsh-completion python_abis:3.6 targets:x86_64-pc-linux-gnu "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1512230382"
|
||||
GENERATED_TIME="1514546135"
|
||||
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="arbor"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--sys-devel--meson-0.43.0--C.25867.1512230382.493360.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--sys-devel--meson-0.44.0--C.29888.1514546134.628831.C.tar.bz2"
|
||||
SUMMARY="A high performance build system"
|
||||
BUGS_TO="eternaleye@gmail.com"
|
||||
REMOTE_IDS=" pypi:meson"
|
||||
Reference in New Issue
Block a user