Update
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST hasufell-binhost--dev-libs--libffi-3.2.1-r1--C.25297.1471123103.608685.C.tar.bz2 141433 SHA256 446992b01160d3092c8e6c2a477eb9f5ab57e80fc84dd2c1e06dd40133146886 SHA512 6277adbf2725638deaee57cec94fc664473a1a09b99af776ecf206311595ca9722d43fb9f7c067d76f746399f061a112fbdbd2f3eb3e93adea48d47b6a81796a WHIRLPOOL 7d72a0a564f3a08c2106ccd9bf051a0d5988eb8744de99ea40a76247196978c6386c32da96781e5ce3edcfeab0651304272337ee87854adce94c37fc02980f1b
|
||||
PBIN libffi-3.2.1-r1.pbin-1+exheres-0 3655 SHA256 53f5aae6fd1c995f5563cfee853d176844c6311c9b59a4908cfbb272c46bf77a SHA512 2a67752a288e766d74dc8c44bb096e36e76d7935d2444e10f6ca17aa33d9e2387e7a25525b680d09969caad1ee632f7ef66d1d7eb71b3413719bda672c5f55c5 WHIRLPOOL 2c306fca61fcdce6962773d472248ac4ff8f737879565a17e5567732addf2f01f5431593d84338c689241227d12862c4e3d4693f3a51997337d1810b8018e0c7
|
||||
DIST hasufell-binhost--dev-libs--libffi-3.2.1-r2--C.25606.1605733379.483516.C.tar.bz2 146961 SHA256 113afe89f62cba8bbf2964903c0c87b1c30033fce12468b887ed969e829295c6 SHA512 b5ebc0068c9f504813c58c80117b8c854a1453afd324eb40ad44b2d6b8de2ac7214a5df92a2730136bf518feba18e39489d2a1c97ec62d170e10e0755a1b7ee5 WHIRLPOOL f860c1c8197e733a64ef6eb6f2be849415e9891dab5b34628b311977c3ddf6fa91934d91e6cfd644be0408c62d8d94242ae254c4d57662deafcfac871b4c5870
|
||||
DIST hasufell-binhost--dev-libs--libffi-3.3--C.800.1605733424.798923.C.tar.bz2 184561 SHA256 88e6733f46b0cdce1b6080bbfb5559d12ee83018335aac468a390051ad91019e SHA512 2def93d33cfb4d1a5e4de0272ee5f77694fd9896aababe47fc14cec66db617fea41ae69306559e26196a727e2341a42b35932da7569118c34089114d0769d6b1 WHIRLPOOL 165dd4ca9942043a9c24f103b28493bb588fa66508a6db19b361f3812fcfb365914b00581886c9972dea72b859a9d7d2a97144fd539e934a366ed57eec562c72
|
||||
PBIN libffi-3.2.1-r2.pbin-1+exheres-0 3838 SHA256 b392738b329ee95534b2cee67caad2ebfa98bc15a29ea033e18a40fbbd69e6f1 SHA512 987c5ae9d0602869692cecf55e36843ee7961a7add1628795adb384a7ba883d9d1e878dc8e14463812e53244e712c56378a85e74fd92478e51a1e897d971bf5c WHIRLPOOL 1f16c345b77c2a8e552c71a3b29131b69650a9da5cddb44dadc00adb3b4045aeb95507b0c232977e844e35657c978463cb65942f7a73a04384f2b3dc093e9b4f
|
||||
PBIN libffi-3.3.pbin-1+exheres-0 3831 SHA256 30ec7287733351f76177f581644fe0cf8000a37665371fb4434f214c6c54c5d2 SHA512 cb3da2aca51416e88dff46a00d8a2d7e7df91204bb1eb3da580c533cf4d5e481937b64426357a2e1480aacd6ba696b1df504721a6f9614f6a885334375fe8fd0 WHIRLPOOL 9e3517a08ee8e8cfc2719329f7199f8f0cdcb57a310ef63c0709978f930e316632b0bb7e7f2a6dcdfabcc0412c2957bd384cf0d9a0c55456168977da4ae66ce4
|
||||
|
||||
@@ -1,37 +1,37 @@
|
||||
# Created by paludis-2.6.0-git-2.6.0-13-g7d83832 on Sat Aug 13 23:18:23 CEST 2016
|
||||
# Created by paludis-3.0.0 on Wed Nov 18 22:02:59 CET 2020
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( test: dev-util/dejagnu ) [[ defined-in = [ libffi-3.2.1-r1.exheres-0 ] ]]"
|
||||
DEPENDENCIES="( install: app-admin/eclectic[>=2.0.13] ) [[ defined-in = [ alternatives.exlib ] ]] ( run: !dev-libs/libffi:0[<3.2.1-r2] [[ description = [ Alternatives conflict ] resolution = [ upgrade-blocked-before ] ]] test: dev-util/dejagnu ) [[ defined-in = [ libffi.exlib ] ]]"
|
||||
DESCRIPTION=" Compilers for high level languages generate code that follows certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the \"calling convention\". The \"calling convention\" is a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A \"calling convention\" also specifies where the return value for a function is found. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. Libffi can be used in such programs to provide a bridge from the interpreter program to compiled code. The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://sourceware.org/libffi"
|
||||
INHERITED=""
|
||||
MYOPTIONS="( ( debug [[ description = [ Enable debugging features or make debugging easier ] ]] parts: 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 = [ libffi-3.2.1-r1.exheres-0 ] ]] ) "
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~x86"
|
||||
INHERITED=" alternatives libffi"
|
||||
MYOPTIONS="( ( debug [[ description = [ Enable debugging features or make debugging easier ] ]] parts: 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 = [ libffi.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~armv8 ~x86"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="mirror://sourceware/libffi/libffi-3.2.1.tar.gz"
|
||||
OPTIONS="parts:development parts:documentation parts:libraries "
|
||||
GENERATED_USING="paludis-2.6.0-git-2.6.0-13-g7d83832"
|
||||
GENERATED_TIME="1471123103"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES 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"
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1605733379"
|
||||
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 NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=core2 -pipe -O2"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
CXXFLAGS="-march=core2 -pipe -O2"
|
||||
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--dev-libs--libffi-3.2.1-r1--C.25297.1471123103.608685.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-libs--libffi-3.2.1-r2--C.25606.1605733379.483516.C.tar.bz2"
|
||||
SUMMARY="A portable foreign function interface library"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS="freecode:libffi"
|
||||
REMOTE_IDS=""
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
38
packages/dev-libs/libffi/libffi-3.3.pbin-1+exheres-0
Normal file
38
packages/dev-libs/libffi/libffi-3.3.pbin-1+exheres-0
Normal file
@@ -0,0 +1,38 @@
|
||||
# Created by paludis-3.0.0 on Wed Nov 18 22:03:45 CET 2020
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( install: app-admin/eclectic[>=2.0.13] ) [[ defined-in = [ alternatives.exlib ] ]] ( run: !dev-libs/libffi:0[<3.2.1-r2] [[ description = [ Alternatives conflict ] resolution = [ upgrade-blocked-before ] ]] test: dev-util/dejagnu ) [[ defined-in = [ libffi.exlib ] ]]"
|
||||
DESCRIPTION=" Compilers for high level languages generate code that follows certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the \"calling convention\". The \"calling convention\" is a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A \"calling convention\" also specifies where the return value for a function is found. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. Libffi can be used in such programs to provide a bridge from the interpreter program to compiled code. The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://sourceware.org/libffi"
|
||||
INHERITED=" alternatives libffi"
|
||||
MYOPTIONS="( ( debug [[ description = [ Enable debugging features or make debugging easier ] ]] parts: 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 = [ libffi.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~armv8 ~x86"
|
||||
LICENCES="MIT"
|
||||
SLOT="7.0"
|
||||
DOWNLOADS="mirror://sourceware/libffi/libffi-3.3.tar.gz"
|
||||
OPTIONS="parts:development parts:documentation parts:libraries "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1605733425"
|
||||
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 NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="arbor"
|
||||
PLATFORMS="~amd64 ~arm ~armv7 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-libs--libffi-3.3--C.800.1605733424.798923.C.tar.bz2"
|
||||
SUMMARY="A portable foreign function interface library"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=""
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
SCM_REVISION=""
|
||||
Reference in New Issue
Block a user