2021-07-03 17:13:54 UTC

This commit is contained in:
Repository mirror & CI
2021-07-03 17:13:54 +00:00
parent f6ffbd8c5a
commit dab23b3a5f
35 changed files with 277 additions and 103 deletions

View File

@@ -5,7 +5,7 @@ DESCRIPTION=Connect to and exchange data with Siemens PLCs
EAPI=7
HOMEPAGE=https://sourceforge.net/projects/libnodave
INHERIT=flag-o-matic perl-module toolchain-funcs
IUSE=doc perl
IUSE=perl
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2+
RDEPEND=perl? ( dev-lang/perl:= ) dev-lang/perl:=
@@ -13,4 +13,4 @@ RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/libnodave/libnodave-0.8.5.1.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 multiprocessing 61c959fc55c15c00bbb1079d6a71370b perl-functions fea344a91ebf37efadf172c6a3de5a72 perl-module 0ee2b2b92175720c966a5608c62b458d
_md5_=7dbac1c3c1ddbb776755085aab1bc753
_md5_=a8111ebe553aebcdd753991f9520907b

View File

@@ -1,15 +1,16 @@
BDEPEND=virtual/pkgconfig dev-util/ninja dev-util/cmake doc? ( || ( ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ) )
BDEPEND=virtual/pkgconfig dev-util/ninja dev-util/cmake doc? ( || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ( >=dev-python/pypy3-7.3.0:0 dev-python/sphinx[python_targets_pypy3(-)] ) ) )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=dev-libs/libltdl sys-devel/llvm:12 virtual/opencl !cuda? ( sys-devel/clang:12 ) cuda? ( sys-devel/clang:12[llvm_targets_NVPTX] ) debug? ( dev-util/lttng-ust ) hwloc? ( sys-apps/hwloc[cuda?] ) doc? ( || ( ( dev-lang/python:3.9 <dev-python/markupsafe-2.0[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 <dev-python/markupsafe-2.0[python_targets_python3_8(-)] ) ) ) !!sys-devel/llvm:0
DEPEND=dev-libs/libltdl sys-devel/llvm:12 virtual/opencl !cuda? ( sys-devel/clang:12 ) cuda? ( sys-devel/clang:12[llvm_targets_NVPTX] ) debug? ( dev-util/lttng-ust ) hwloc? ( sys-apps/hwloc[cuda?] ) doc? ( || ( ( dev-lang/python:3.10 <dev-python/markupsafe-2.0[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 <dev-python/markupsafe-2.0[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 <dev-python/markupsafe-2.0[python_targets_python3_8(-)] ) ( >=dev-python/pypy3-7.3.0:0 <dev-python/markupsafe-2.0[python_targets_pypy3(-)] ) ) ) !!sys-devel/llvm:0
DESCRIPTION=Portable Computing Language (an implementation of OpenCL)
EAPI=7
HOMEPAGE=http://portablecl.org https://github.com/pocl/pocl
INHERIT=cmake llvm python-any-r1 docs
IUSE=accel cl20 +conformance cuda debug examples float-conversion hardening +hwloc memmanager doc
IUSE=accel cl20 +conformance cuda debug examples float-conversion hardening +hwloc memmanager test doc
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=dev-libs/libltdl sys-devel/llvm:12 virtual/opencl !cuda? ( sys-devel/clang:12 ) cuda? ( sys-devel/clang:12[llvm_targets_NVPTX] ) debug? ( dev-util/lttng-ust ) hwloc? ( sys-apps/hwloc[cuda?] )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/pocl/pocl/archive/v1.7.tar.gz -> pocl-1.7.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da llvm e00745e3b8d63dc13bfe5a2d7310ee6b eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-any-r1 901d9e22c7a848a1196502edf060f330 docs 7c38d94fa7c1b4235fe571dc09e018df
_md5_=89eb9df5e9b853db4133d10bf82adbfc
_md5_=a18116e2d6e0d45ed5a75c82ae204608