Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--sys-devel--meson-0.45.0--C.21482.1521811427.426456.C.tar.bz2 692202 SHA256 96f3bdba15ea28a55985f3de03518c54a4f005d28513a98b2cff3a6e4fbcc3c6 SHA512 f1660f3e14521a8cec4b0fd230568950d9c6d3a4b362d5383affe87cb6ca9f786d745cd56851f15eb319eda2b9756029a84f6360f8336ca44d09ac78558d0a7f WHIRLPOOL cf94e0284cfa427668120f0e4ab0798f2a416d33f660c0d50395fec210a0a3f3004f5375b014bbbb383e810aade8245ebd6074e7d3cf16cbfd53b18ff659f9bb
|
||||
PBIN meson-0.45.0.pbin-1+exheres-0 3633 SHA256 4652c65312560dc3633fba7cf095af8de91f1cec94a7d76e78fb25f12dd3890a SHA512 dc55aefc7f20f9d9e5921bb3b959f3078d2271da3550fcad70bb293dc34ce12701df91428431b799fa1f4c692dbd119419d8097dc5224852c2c1324bb374dabd WHIRLPOOL ba9d0adb38bc75b43a4cd0009ffb23b3bd87a1fb441ab1046d0ad9a0b691600f42e7a47f42c79bbc0b77376c030794bb896e264363ef7f91c0ab553d9d0d3d5e
|
||||
DIST hasufell-binhost--sys-devel--meson-0.45.1--C.10885.1522796816.801272.C.tar.bz2 693567 SHA256 b6acedf022e7e7647365f859809a755824a92aff3083ed031818b743e01cb4b7 SHA512 edfc8c06ec1a6be02c67fc0e1e09c4d1ead80a8858edb09ec977ed32de70b6cfed0dcdc711e41131eb5d9f204baa18c47c5843d3b5d3273992f1779577d524f4 WHIRLPOOL 16082f86befe928469d080d149f197accfc4c6bf484b28b84b893869f941caa5d5e7eecc9e5ac23a2f604cf502ef601f43ed5d26ed06604f46bc10936de597f3
|
||||
PBIN meson-0.45.1.pbin-1+exheres-0 3924 SHA256 88af7f4e258011d32d8c781f73d2d58261543df825f37a56680d164a09320df3 SHA512 6cd3aa53f863f7181a5ca9037a771439a3e776eb42c72fbddbaf31fd1b0d07b304673374e33364c7488a93533d3df0359fafe4c3dff1b46e07aea4bd4dbd31a9 WHIRLPOOL 4e2d8b24593fff10ec0a66612ce8a85f06fb78e1456591b5e2e15abe6c267e9930821d88881eb4452fd79626bed66065ff3145934a86a1a84da81a57cc06e8f7
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# Created by paludis-3.0.0 on Fri Mar 23 14:23:47 CET 2018
|
||||
# Created by paludis-3.0.0 on Wed Apr 4 01:06:57 CEST 2018
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: 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 ] ]]"
|
||||
DEPENDENCIES="( build+run: 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 ] ]] ( 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 zsh-completion meson-build"
|
||||
MYOPTIONS="( ( ( python_abis: ( 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 ] ]] ) "
|
||||
MYOPTIONS="( ( ( python_abis: ( 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 = [ 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: aarch64-unknown-linux-gnueabi [[ description = [ ARMv8 (64-bit), Linux, GNU libc, embedded ABI ] ]] aarch64-unknown-linux-musleabi [[ description = [ ARMv8 (64-bit), Linux, musl libc, embedded ABI ] ]] 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 ~armv7"
|
||||
LICENCES="Apache-2.0"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/meson/meson-0.45.0.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/meson/meson-0.45.1.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="1521811427"
|
||||
GENERATED_TIME="1522796817"
|
||||
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 ~armv7"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--sys-devel--meson-0.45.0--C.21482.1521811427.426456.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--sys-devel--meson-0.45.1--C.10885.1522796816.801272.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