2022-11-26 21:17:50 UTC

This commit is contained in:
Repository mirror & CI
2022-11-26 21:17:50 +00:00
parent 9c79721235
commit 7d725d19f3
1191 changed files with 2581 additions and 2581 deletions

View File

@@ -12,5 +12,5 @@ RDEPEND=dev-libs/boost:= test? ( dev-cpp/catch:0 ) sci-mathematics/clasp sci-mat
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/potassco/aspcud/archive/refs/tags/v1.9.6.tar.gz -> aspcud-1.9.6.tar.gz
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 8ed38f92fe095be374d6c4c8d4c0dda7 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d
_md5_=ef12f935df283449380e033fb89bf8f9

View File

@@ -12,5 +12,5 @@ RDEPEND=sci-libs/libpotassco:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/potassco/clasp/archive/refs/tags/v3.3.8.tar.gz -> clasp-3.3.8.tar.gz
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d edo c0eb9cbe6b0bd01fcb4918f12598a4d3
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 8ed38f92fe095be374d6c4c8d4c0dda7 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d edo c0eb9cbe6b0bd01fcb4918f12598a4d3
_md5_=37270a43cb4985fe907da3152847ef0f

View File

@@ -1,6 +1,6 @@
BDEPEND=>=dev-util/re2c-0.13.5 >=sys-devel/bison-2.5 virtual/pkgconfig >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=>=sci-mathematics/clasp-3.3.8:=[tools] sci-libs/libpotassco:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) ) test? ( dev-cpp/catch:0 )
DEPEND=>=sci-mathematics/clasp-3.3.8:=[tools] sci-libs/libpotassco:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.15_p3:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.15_p3:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.8_p3:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.0_p2:3.11 ) ) test? ( dev-cpp/catch:0 )
DESCRIPTION=Integrated grounder and solver for answer set logic programs
EAPI=8
HOMEPAGE=https://github.com/potassco/clingo https://potassco.org/clingo
@@ -8,10 +8,10 @@ INHERIT=cmake flag-o-matic lua-single python-single-r1 toolchain-funcs
IUSE=examples lua python test +tools lua_single_target_lua5-3 lua_single_target_lua5-4 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=sci-mathematics/clasp-3.3.8:=[tools] sci-libs/libpotassco:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) )
RDEPEND=>=sci-mathematics/clasp-3.3.8:=[tools] sci-libs/libpotassco:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.15_p3:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.15_p3:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.8_p3:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.0_p2:3.11 ) )
REQUIRED_USE=lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11 ) )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/potassco/clingo/archive/refs/tags/v5.5.2.tar.gz -> clingo-5.5.2.tar.gz
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d lua-utils e69ff116248d78546ae1a234c086fe80 lua-single aee383a0de35701b9eb0b27077a1c143 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 8ed38f92fe095be374d6c4c8d4c0dda7 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d lua-utils e69ff116248d78546ae1a234c086fe80 lua-single aee383a0de35701b9eb0b27077a1c143 python-utils-r1 25c880c1db58e21b80b684bacc964958 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8
_md5_=7921d09f40fd974e39af4ab9d29d0c3f

View File

@@ -10,5 +10,5 @@ LICENSE=MIT
RDEPEND=dev-libs/gmp sci-mathematics/minisat sys-libs/zlib
SLOT=0
SRC_URI=https://github.com/niklasso/minisatp/archive/d91742bcd18bf9dc9b5e94f48a4aa59d3c954fd2.tar.gz -> minisatp-0.1_p20121002.tar.gz
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 8ed38f92fe095be374d6c4c8d4c0dda7 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d
_md5_=105758928aca0c1581f42263af5e1b05

View File

@@ -10,5 +10,5 @@ LICENSE=MIT
RDEPEND=media-libs/freeglut media-libs/glu media-libs/libglvnd sci-libs/saclib:= sys-libs/readline
SLOT=0/1.72b_p20220502
SRC_URI=https://github.com/Alessandro-Barbieri/qepcad/archive/f79047ad332ee378d876dcbdc8725c3b1f5f7bb7.tar.gz -> qepcad-1.72b_p20220502-r2.tar.gz
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d optfeature 1a2157392a869265b2afcb63a26c12ac
_eclasses_=toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 8ed38f92fe095be374d6c4c8d4c0dda7 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d optfeature 1a2157392a869265b2afcb63a26c12ac
_md5_=d1714d992ba7fbb60b02411bddc1d688

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( python_single_target_python3_8? ( >=dev-python/pyte-0.8.0[python_targets_python3_8(-)] dev-python/pexpect[python_targets_python3_8(-)] dev-python/ptyprocess[python_targets_python3_8(-)] dev-python/jedi[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/pyte-0.8.0[python_targets_python3_9(-)] dev-python/pexpect[python_targets_python3_9(-)] dev-python/ptyprocess[python_targets_python3_9(-)] dev-python/jedi[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/pyte-0.8.0[python_targets_python3_10(-)] dev-python/pexpect[python_targets_python3_10(-)] dev-python/ptyprocess[python_targets_python3_10(-)] dev-python/jedi[python_targets_python3_10(-)] ) dev-R/askpass dev-R/reticulate[python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] dev-vcs/git ) test? ( python_single_target_python3_8? ( >=dev-python/rchitect-0.3.36[python_targets_python3_8(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_8(-)] >=dev-python/pygments-2.5.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/rchitect-0.3.36[python_targets_python3_9(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_9(-)] >=dev-python/pygments-2.5.0[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] ) python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-lang/R python_single_target_python3_8? ( >=dev-python/pytest-7.1.3[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/pytest-7.1.3[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/pytest-7.1.3[python_targets_python3_10(-)] ) ) python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_single_target_python3_8? ( >=dev-python/setuptools-65.3.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/setuptools-65.3.0[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/setuptools-65.3.0[python_targets_python3_10(-)] )
BDEPEND=test? ( python_single_target_python3_8? ( >=dev-python/pyte-0.8.0[python_targets_python3_8(-)] dev-python/pexpect[python_targets_python3_8(-)] dev-python/ptyprocess[python_targets_python3_8(-)] dev-python/jedi[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/pyte-0.8.0[python_targets_python3_9(-)] dev-python/pexpect[python_targets_python3_9(-)] dev-python/ptyprocess[python_targets_python3_9(-)] dev-python/jedi[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/pyte-0.8.0[python_targets_python3_10(-)] dev-python/pexpect[python_targets_python3_10(-)] dev-python/ptyprocess[python_targets_python3_10(-)] dev-python/jedi[python_targets_python3_10(-)] ) dev-R/askpass dev-R/reticulate[python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] dev-vcs/git ) test? ( python_single_target_python3_8? ( >=dev-python/rchitect-0.3.36[python_targets_python3_8(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_8(-)] >=dev-python/pygments-2.5.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/rchitect-0.3.36[python_targets_python3_9(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_9(-)] >=dev-python/pygments-2.5.0[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] ) python_single_target_python3_8? ( >=dev-lang/python-3.8.15_p3:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.15_p3:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.8_p3:3.10 ) dev-lang/R python_single_target_python3_8? ( >=dev-python/pytest-7.1.3[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/pytest-7.1.3[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/pytest-7.1.3[python_targets_python3_10(-)] ) ) python_single_target_python3_8? ( >=dev-lang/python-3.8.15_p3:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.15_p3:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.8_p3:3.10 ) python_single_target_python3_8? ( >=dev-python/setuptools-65.5.1[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/setuptools-65.5.1[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/setuptools-65.5.1[python_targets_python3_10(-)] )
DEFINED_PHASES=compile configure install postinst prepare setup test
DEPEND=python_single_target_python3_8? ( >=dev-python/rchitect-0.3.36[python_targets_python3_8(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_8(-)] >=dev-python/pygments-2.5.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/rchitect-0.3.36[python_targets_python3_9(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_9(-)] >=dev-python/pygments-2.5.0[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] )
DESCRIPTION=A 21 century R console
@@ -8,10 +8,10 @@ INHERIT=distutils-r1 optfeature
IUSE=test python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_single_target_python3_8? ( >=dev-python/rchitect-0.3.36[python_targets_python3_8(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_8(-)] >=dev-python/pygments-2.5.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/rchitect-0.3.36[python_targets_python3_9(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_9(-)] >=dev-python/pygments-2.5.0[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] ) python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-lang/R python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
RDEPEND=python_single_target_python3_8? ( >=dev-python/rchitect-0.3.36[python_targets_python3_8(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_8(-)] >=dev-python/pygments-2.5.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/rchitect-0.3.36[python_targets_python3_9(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_9(-)] >=dev-python/pygments-2.5.0[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] >=dev-python/prompt_toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] ) python_single_target_python3_8? ( >=dev-lang/python-3.8.15_p3:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.15_p3:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.8_p3:3.10 ) dev-lang/R python_single_target_python3_8? ( >=dev-lang/python-3.8.15_p3:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.15_p3:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.8_p3:3.10 )
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/randy3k/radian/archive/refs/tags/v0.6.3.tar.gz -> radian-0.6.3-github.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 distutils-r1 8c1ceb6b71a65547b0ea7bc901d906cb optfeature 1a2157392a869265b2afcb63a26c12ac
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 8ed38f92fe095be374d6c4c8d4c0dda7 toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 25c880c1db58e21b80b684bacc964958 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 distutils-r1 da32ffc285e9f13313f2387570e35b87 optfeature 1a2157392a869265b2afcb63a26c12ac
_md5_=65859e0a1cf49670b4f7ae0a3aaa3657