mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
2022-04-23 18:04:15 UTC
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
BDEPEND=virtual/pkgconfig dev-util/ninja >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=X? ( x11-libs/libX11 ) gnome? ( dev-libs/glib gnome-base/dconf ) pci? ( sys-apps/pciutils ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr )
|
||||
DESCRIPTION=Like neofetch but faster
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/LinusDierheimer/fastfetch
|
||||
INHERIT=cmake
|
||||
IUSE=X gnome pci vulkan wayland xcb xfce xrandr
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=X? ( x11-libs/libX11 ) gnome? ( dev-libs/glib gnome-base/dconf ) pci? ( sys-apps/pciutils ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr )
|
||||
REQUIRED_USE=xrandr? ( X )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/1.2.3.tar.gz -> fastfetch-1.2.3.tar.gz
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149
|
||||
_md5_=df15b1402dc432a42dd2ca464e0870a7
|
||||
16
metadata/md5-cache/app-misc/fastfetch-1.3.3
Normal file
16
metadata/md5-cache/app-misc/fastfetch-1.3.3
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=virtual/pkgconfig dev-util/ninja >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=sys-libs/zlib X? ( x11-libs/libX11 ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) pci? ( sys-apps/pciutils ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr )
|
||||
DESCRIPTION=Like neofetch but faster
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/LinusDierheimer/fastfetch
|
||||
INHERIT=cmake
|
||||
IUSE=X gnome imagemagick pci vulkan wayland xcb xfce xrandr
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=sys-libs/zlib X? ( x11-libs/libX11 ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) pci? ( sys-apps/pciutils ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr )
|
||||
REQUIRED_USE=xrandr? ( X )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/1.3.3.tar.gz -> fastfetch-1.3.3.tar.gz
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149
|
||||
_md5_=bfb1461093bddc5fa8f430ccae13bc59
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=virtual/pkgconfig dev-util/ninja >=dev-util/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=X? ( x11-libs/libX11 ) gnome? ( dev-libs/glib gnome-base/dconf ) pci? ( sys-apps/pciutils ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr )
|
||||
DEPEND=sys-libs/zlib X? ( x11-libs/libX11 ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) pci? ( sys-apps/pciutils ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr )
|
||||
DESCRIPTION=Like neofetch but faster
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/LinusDierheimer/fastfetch
|
||||
INHERIT=cmake git-r3
|
||||
IUSE=X gnome pci vulkan wayland xcb xfce xrandr
|
||||
IUSE=X gnome imagemagick pci vulkan wayland xcb xfce xrandr
|
||||
LICENSE=MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=X? ( x11-libs/libX11 ) gnome? ( dev-libs/glib gnome-base/dconf ) pci? ( sys-apps/pciutils ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr )
|
||||
RDEPEND=sys-libs/zlib X? ( x11-libs/libX11 ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) pci? ( sys-apps/pciutils ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr )
|
||||
REQUIRED_USE=xrandr? ( X )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149 git-r3 b9ac6f96d2a88edb5b351df634dc5e53
|
||||
_md5_=dfe60c7ad8576062ddd181c2b0bc4a52
|
||||
_md5_=2074a1ab26b678c25b9036d838cdd4c6
|
||||
|
||||
@@ -8,4 +8,4 @@ LICENSE=PowerPanel
|
||||
RDEPEND=dev-libs/json-c dev-libs/openssl virtual/libusb
|
||||
SLOT=0
|
||||
SRC_URI=x86? ( https://dl4jz3rbrsfum.cloudfront.net/software/PPL_32bit_v1.4.1.tar.gz -> powerpanel-1.4.1.tar.gz ) amd64? ( https://dl4jz3rbrsfum.cloudfront.net/software/PPL_64bit_v1.4.1.tar..gz -> powerpanel-1.4.1.tar.gz )
|
||||
_md5_=815af93099008c9efc288d4eb9c0d849
|
||||
_md5_=a98b07a641e957df800488e2be291edd
|
||||
|
||||
@@ -10,6 +10,6 @@ LICENSE=GPL-3
|
||||
RDEPEND=dev-python/PyQt5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/simplemma[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/beautifulsoup4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/flask[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/flask-sqlalchemy[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/bidict[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pystardict[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pymorphy2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pymorphy2-dicts-ru[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/playsound[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/charset_normalizer[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/EbookLib[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/sentence-splitter[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/mobi[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/SLPP[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pycountry[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/v/vocabsieve/vocabsieve-0.7.2.tar.gz
|
||||
SRC_URI=mirror://pypi/v/vocabsieve/vocabsieve-0.7.3.tar.gz
|
||||
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 b7b86c14086f1bc822b080ff2d535edd
|
||||
_md5_=f6358aaddfacbf1d896385b6d4a43b57
|
||||
@@ -3,12 +3,12 @@ DEFINED_PHASES=compile configure install postinst prepare unpack
|
||||
DEPEND=>=dev-lang/R-3.3.0 !dev-lang/R[-minimal] dev-lang/R
|
||||
DESCRIPTION=Support Functions and Datasets for variables and Ripley's MASS
|
||||
EAPI=7
|
||||
HOMEPAGE=https://cran.r-project.org/package=MASS
|
||||
HOMEPAGE=https://cran.r-project.org/package=MASS http://www.stats.ox.ac.uk/pub/MASS4/
|
||||
INHERIT=R-packages
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=|| ( GPL-2 GPL-3 )
|
||||
RDEPEND=>=dev-lang/R-3.3.0 !dev-lang/R[-minimal] dev-lang/R
|
||||
SLOT=0
|
||||
SRC_URI=mirror://cran/src/contrib/MASS_7.3-56.tar.gz
|
||||
SRC_URI=mirror://cran/src/contrib/MASS_7.3-57.tar.gz
|
||||
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature d524f291c80f9d21ad80fe978e3ca760 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b R-packages 35dbf51e6d9579aa79a8e181e81e094e
|
||||
_md5_=5b4027faecff21023d0292ffd8df9dd6
|
||||
_md5_=d0a112198e06a1631eb91fd913a582d0
|
||||
@@ -11,4 +11,4 @@ RDEPEND=>=dev-lang/R-3.2.0 dev-lang/R
|
||||
SLOT=0
|
||||
SRC_URI=mirror://cran/src/contrib/withr_2.5.0.tar.gz
|
||||
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature d524f291c80f9d21ad80fe978e3ca760 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b R-packages 35dbf51e6d9579aa79a8e181e81e094e
|
||||
_md5_=29ee18c7033d014fe6734dc7f12c59fa
|
||||
_md5_=83e08e362bf4cf44654e81b674fd969b
|
||||
|
||||
14
metadata/md5-cache/dev-cpp/gemmlowp-0_p20211220
Normal file
14
metadata/md5-cache/dev-cpp/gemmlowp-0_p20211220
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=dev-util/ninja >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Low-precision matrix multiplication
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/google/gemmlowp
|
||||
INHERIT=cmake
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/google/gemmlowp/archive/e844ffd17118c1e17d94e1ba4354c075a4577b88.tar.gz -> gemmlowp-0_p20211220.tar.gz
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149
|
||||
_md5_=b3b0cbd1ef521e03351fc61c2187c627
|
||||
@@ -1,17 +0,0 @@
|
||||
BDEPEND=test? ( dev-cpp/gtest ) dev-util/ninja >=dev-util/cmake-3.20.5 doc? ( || ( ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/recommonmark[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/recommonmark[python_targets_python3_8(-)] ) ) )
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=opencl? ( dev-util/opencl-headers virtual/opencl ) serialization? ( dev-libs/cereal ) tbb? ( dev-cpp/tbb )
|
||||
DESCRIPTION=header only, dependency-free deep learning framework in C++14
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/tiny-dnn/tiny-dnn
|
||||
INHERIT=cmake python-any-r1 docs
|
||||
IUSE=cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_sse double-precision opencl openmp +serialization tbb test doc
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=opencl? ( dev-util/opencl-headers virtual/opencl ) serialization? ( dev-libs/cereal ) tbb? ( dev-cpp/tbb )
|
||||
REQUIRED_USE=?? ( openmp tbb )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tiny-dnn/tiny-dnn/archive/refs/tags/v1.0.0a3.tar.gz -> tiny-dnn-1.0.0_alpha3.tar.gz
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 python-any-r1 9006edf4b9c90f9ba1dc9ea9fee1b0bd docs 8ed2a8a28ff109e7a3582c9abb7fe327
|
||||
_md5_=d5a3ed918c0411c1955f7572c40fb026
|
||||
17
metadata/md5-cache/dev-cpp/tiny-dnn-1.0.0_alpha3-r1
Normal file
17
metadata/md5-cache/dev-cpp/tiny-dnn-1.0.0_alpha3-r1
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=dev-util/ninja >=dev-util/cmake-3.20.5 doc? ( || ( ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/recommonmark[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/recommonmark[python_targets_python3_8(-)] ) ) )
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=dev-cpp/gemmlowp dev-libs/stb opencl? ( dev-util/opencl-headers virtual/opencl ) serialization? ( dev-libs/cereal ) tbb? ( dev-cpp/tbb ) test? ( dev-cpp/catch:0 dev-cpp/gtest )
|
||||
DESCRIPTION=header only, dependency-free deep learning framework in C++14
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/tiny-dnn/tiny-dnn
|
||||
INHERIT=cmake python-any-r1 docs
|
||||
IUSE=cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_sse double-precision opencl openmp +serialization tbb test doc
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-cpp/gemmlowp dev-libs/stb opencl? ( dev-util/opencl-headers virtual/opencl ) serialization? ( dev-libs/cereal ) tbb? ( dev-cpp/tbb )
|
||||
REQUIRED_USE=^^ ( openmp tbb )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tiny-dnn/tiny-dnn/archive/refs/tags/v1.0.0a3.tar.gz -> tiny-dnn-1.0.0_alpha3.tar.gz
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149 python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 python-any-r1 9006edf4b9c90f9ba1dc9ea9fee1b0bd docs 8ed2a8a28ff109e7a3582c9abb7fe327
|
||||
_md5_=91d848eade3a1fa4ae401cffd59c5c3d
|
||||
@@ -1,14 +1,15 @@
|
||||
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4
|
||||
DEFINED_PHASES=prepare
|
||||
BDEPEND=man? ( app-text/asciidoc ) sys-devel/libtool sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4
|
||||
DEFINED_PHASES=install prepare
|
||||
DEPEND=sys-fs/cryptsetup
|
||||
DESCRIPTION=LUKSMeta is a simple library for storing metadata in the LUKSv1 header
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/latchset/luksmeta
|
||||
INHERIT=autotools
|
||||
IUSE=+man
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=LGPL-2.1
|
||||
RDEPEND=sys-fs/cryptsetup
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/latchset/luksmeta/archive/v9.tar.gz -> luksmeta-9.tar.gz
|
||||
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b libtool 241a8f577b9781a42a7421e53448a44e autotools 9724194ab651ce63fd9bc06e4e1410b4
|
||||
_md5_=06da9de58e954120424231ff67b5cc49
|
||||
_md5_=dc50d0b123e75f520c56b1c20bb5d2ff
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/chardet-3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/sortedcontainers[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/nose-1.3.7-r4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) doc? ( || ( ( >=dev-lang/python-3.10.0_p1-r1:3.10 >=dev-python/sphinx-4.4.0[python_targets_python3_10(-)] dev-python/sphinx-argparse[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.9-r1:3.9 >=dev-python/sphinx-4.4.0[python_targets_python3_9(-)] dev-python/sphinx-argparse[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 >=dev-python/sphinx-4.4.0[python_targets_python3_8(-)] dev-python/sphinx-argparse[python_targets_python3_8(-)] ) ) ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
|
||||
BDEPEND=test? ( >=dev-python/chardet-3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/sortedcontainers[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) doc? ( || ( ( >=dev-lang/python-3.10.0_p1-r1:3.10 >=dev-python/sphinx-4.4.0[python_targets_python3_10(-)] dev-python/sphinx-argparse[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.9-r1:3.9 >=dev-python/sphinx-4.4.0[python_targets_python3_9(-)] dev-python/sphinx-argparse[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 >=dev-python/sphinx-4.4.0[python_targets_python3_8(-)] dev-python/sphinx-argparse[python_targets_python3_8(-)] ) ) ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Community maintained fork of pdfminer
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/pdfminer/pdfminer.six
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test doc python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
IUSE=test test doc python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/chardet-3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/sortedcontainers[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/pdfminer/pdfminer.six/archive/20220319.tar.gz -> pdfminer-six-20220319.tar.gz
|
||||
SRC_URI=https://github.com/pdfminer/pdfminer.six/releases/download/20220319/pdfminer.six-20220319.tar.gz
|
||||
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 b7b86c14086f1bc822b080ff2d535edd
|
||||
_md5_=f12c296c6cdaac47b4828e703a5fb064
|
||||
_md5_=cadc5af94983d64fea0a1f049c95d9e2
|
||||
File diff suppressed because one or more lines are too long
@@ -12,4 +12,4 @@ RDEPEND=dev-libs/glib:2 dev-libs/json-glib gui-libs/gtk:4[introspection] gui-lib
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mjakeman/extension-manager/archive/v0.3.0.tar.gz -> extension-manager-0.3.0.tar.gz
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e gnome2-utils 2116cec8f46f4d1b0a88c5b1f1575dd3 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 meson 2d8a51910bc57e004c37aa55c7d99ce4 xdg 6024fbc93167fad782e2032933654857
|
||||
_md5_=ae7decabbce27e480f4ef258e28c5421
|
||||
_md5_=9e99f221b8a0a64098f8edbb19fca45f
|
||||
|
||||
@@ -11,4 +11,4 @@ PROPERTIES=live
|
||||
RDEPEND=dev-libs/glib:2 dev-libs/json-glib gui-libs/gtk:4[introspection] gui-libs/libadwaita:1[introspection] gui-libs/text-engine net-libs/libsoup:3.0
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e gnome2-utils 2116cec8f46f4d1b0a88c5b1f1575dd3 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 meson 2d8a51910bc57e004c37aa55c7d99ce4 xdg 6024fbc93167fad782e2032933654857 git-r3 b9ac6f96d2a88edb5b351df634dc5e53
|
||||
_md5_=ae7decabbce27e480f4ef258e28c5421
|
||||
_md5_=9e99f221b8a0a64098f8edbb19fca45f
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
BDEPEND=virtual/pkgconfig >=dev-util/meson-0.59.4 >=dev-util/ninja-1.8.2 dev-util/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=dev-libs/glib:2 dev-libs/libxml2:2 gui-libs/gtk:4 dev-libs/json-glib
|
||||
DEPEND=>=dev-libs/glib-2.72.0:2 dev-libs/libxml2:2 gui-libs/gtk:4 dev-libs/json-glib
|
||||
DESCRIPTION=A lightweight rich-text framework for GTK 4
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/mjakeman/text-engine
|
||||
INHERIT=meson git-r3
|
||||
LICENSE=LGPL-3+
|
||||
LICENSE=|| ( MPL-2.0 LGPL-2.1+ )
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/glib:2 dev-libs/libxml2:2 gui-libs/gtk:4 x11-libs/pango
|
||||
RDEPEND=>=dev-libs/glib-2.72.0:2 dev-libs/libxml2:2 gui-libs/gtk:4 x11-libs/pango
|
||||
SLOT=0
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 meson 2d8a51910bc57e004c37aa55c7d99ce4 git-r3 b9ac6f96d2a88edb5b351df634dc5e53
|
||||
_md5_=1b5e086e0f060e407742e4ee3f163c8e
|
||||
_md5_=994c7c76e41952bb9e6f33d1737bbdab
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=bindings? ( dev-lang/luajit ) virtual/pkgconfig dev-util/ninja >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=allegro? ( media-libs/allegro:5 ) freetype? ( media-libs/freetype ) glfw? ( media-libs/glfw:0 ) glut? ( media-libs/freeglut ) opengl? ( virtual/opengl ) sdl? ( media-libs/libsdl2 ) vulkan? ( media-libs/vulkan-loader ) vulkan? ( dev-util/vulkan-headers )
|
||||
DEPEND=dev-libs/stb:= allegro? ( media-libs/allegro:5 ) freetype? ( media-libs/freetype ) glfw? ( media-libs/glfw:0 ) glut? ( media-libs/freeglut ) opengl? ( virtual/opengl ) sdl? ( media-libs/libsdl2 ) vulkan? ( media-libs/vulkan-loader ) vulkan? ( dev-util/vulkan-headers )
|
||||
DESCRIPTION=Bloat-free graphical user interface library for C++
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ocornut/imgui https://github.com/cimgui/cimgui
|
||||
INHERIT=cmake flag-o-matic toolchain-funcs
|
||||
INHERIT=cmake
|
||||
IUSE=allegro bindings examples freetype glfw glut opengl sdl vulkan
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=allegro? ( media-libs/allegro:5 ) freetype? ( media-libs/freetype ) glfw? ( media-libs/glfw:0 ) glut? ( media-libs/freeglut ) opengl? ( virtual/opengl ) sdl? ( media-libs/libsdl2 ) vulkan? ( media-libs/vulkan-loader )
|
||||
REQUIRED_USE=|| ( allegro glfw glut sdl ) || ( allegro opengl vulkan ) examples? ( allegro glfw glut opengl sdl vulkan )
|
||||
RDEPEND=dev-libs/stb:= allegro? ( media-libs/allegro:5 ) freetype? ( media-libs/freetype ) glfw? ( media-libs/glfw:0 ) glut? ( media-libs/freeglut ) opengl? ( virtual/opengl ) sdl? ( media-libs/libsdl2 ) vulkan? ( media-libs/vulkan-loader )
|
||||
REQUIRED_USE=|| ( allegro glfw glut sdl ) || ( allegro opengl vulkan )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ocornut/imgui/archive/v1.87.tar.gz -> imgui-1.87.tar.gz https://github.com/cimgui/cimgui/archive/refs/tags/1.87.tar.gz -> cimgui-1.87.tar.gz
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149
|
||||
_md5_=8b5b9eba5d89ce2720b0e9d3b27e40aa
|
||||
_md5_=c21ff8d6f82968a04faf725b22623151
|
||||
15
metadata/md5-cache/net-mail/dovecot-fts-xapian-1.5.5
Normal file
15
metadata/md5-cache/net-mail/dovecot-fts-xapian-1.5.5
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DEPEND=dev-libs/icu:= >=dev-libs/xapian-1.4:= net-mail/dovecot:=
|
||||
DESCRIPTION=Dovecot FTS plugin backed by Xapian
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/grosjo/fts-xapian
|
||||
INHERIT=autotools
|
||||
IUSE=static-libs
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=LGPL-2.1
|
||||
RDEPEND=dev-libs/icu:= >=dev-libs/xapian-1.4:= net-mail/dovecot:=
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/grosjo/fts-xapian/archive/refs/tags/1.5.5.tar.gz -> dovecot-fts-xapian-1.5.5.tar.gz
|
||||
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b libtool 241a8f577b9781a42a7421e53448a44e autotools 9724194ab651ce63fd9bc06e4e1410b4
|
||||
_md5_=0b4617eab1fe190a986ea16ab1eb5496
|
||||
14
metadata/md5-cache/net-mail/dovecot-fts-xapian-9999
Normal file
14
metadata/md5-cache/net-mail/dovecot-fts-xapian-9999
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=configure install prepare unpack
|
||||
DEPEND=dev-libs/icu:= >=dev-libs/xapian-1.4:= net-mail/dovecot:=
|
||||
DESCRIPTION=Dovecot FTS plugin backed by Xapian
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/grosjo/fts-xapian
|
||||
INHERIT=autotools git-r3
|
||||
IUSE=static-libs
|
||||
LICENSE=LGPL-2.1
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/icu:= >=dev-libs/xapian-1.4:= net-mail/dovecot:=
|
||||
SLOT=0
|
||||
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b libtool 241a8f577b9781a42a7421e53448a44e autotools 9724194ab651ce63fd9bc06e4e1410b4 git-r3 b9ac6f96d2a88edb5b351df634dc5e53
|
||||
_md5_=e87caac6f66c9df1e8c608f4308b955e
|
||||
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/click-8.0.2[python_targets_python3_8(-)?,python_targets_pyt
|
||||
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/samschott/maestral/archive/refs/tags/v1.6.1.tar.gz -> maestral-1.6.1.tar.gz
|
||||
SRC_URI=https://github.com/samschott/maestral/archive/refs/tags/v1.6.2.tar.gz -> maestral-1.6.2.tar.gz
|
||||
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 b7b86c14086f1bc822b080ff2d535edd xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e xdg 6024fbc93167fad782e2032933654857
|
||||
_md5_=f1b1aef348edd1bea0728f9f6f1bca76
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=app-text/dos2unix doc? ( app-doc/doxygen ) test? ( python? ( python_single_target_python3_8? ( dev-python/pytest[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pytest[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pytest[python_targets_python3_10(-)] ) ) ) dev-util/ninja >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=app-arch/lz4 >=dev-cpp/eigen-3.0.5 dev-libs/boost dev-libs/tinyxml2 >=sci-libs/libccd-2.0 >=media-libs/assimp-3.0.0 >=sci-libs/fcl-0.2.9 sci-libs/flann sci-libs/octomap bullet? ( sci-physics/bullet ) examples? ( dev-cpp/tiny-dnn dev-libs/urdfdom ) extras? ( dev-libs/urdfdom ) glut? ( media-libs/freeglut ) gui? ( dev-games/openscenegraph media-libs/imgui:=[opengl(-)] media-libs/lodepng:= virtual/opengl x11-libs/libXi x11-libs/libXmu ) ipopt? ( sci-libs/ipopt ) nlopt? ( >=sci-libs/nlopt-2.4.1 ) ode? ( dev-games/ode ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/pybind11[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pybind11[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] ) ) urdfdom? ( dev-libs/urdfdom ) examples? ( dev-libs/urdfdom_headers ) extras? ( dev-cpp/gtest dev-libs/urdfdom_headers ) test? ( dev-cpp/gtest python? ( python_single_target_python3_8? ( dev-python/pytest[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pytest[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pytest[python_targets_python3_10(-)] ) ) ) urdfdom? ( dev-libs/urdfdom_headers )
|
||||
DEPEND=app-arch/lz4 >=dev-cpp/eigen-3.0.5 dev-libs/boost dev-libs/tinyxml2 >=sci-libs/libccd-2.0 >=media-libs/assimp-3.0.0 >=sci-libs/fcl-0.2.9 sci-libs/flann sci-libs/octomap bullet? ( sci-physics/bullet ) examples? ( dev-cpp/tiny-dnn dev-libs/urdfdom ) extras? ( dev-libs/urdfdom ) glut? ( media-libs/freeglut ) gui? ( dev-games/openscenegraph media-libs/imgui:=[glut(-)?,opengl(-)] media-libs/lodepng:= virtual/opengl x11-libs/libXi x11-libs/libXmu ) ipopt? ( sci-libs/ipopt ) nlopt? ( >=sci-libs/nlopt-2.4.1 ) ode? ( dev-games/ode ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/pybind11[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pybind11[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] ) ) urdfdom? ( dev-libs/urdfdom ) examples? ( dev-libs/urdfdom_headers ) extras? ( dev-cpp/gtest dev-libs/urdfdom_headers ) test? ( dev-cpp/gtest ) urdfdom? ( dev-libs/urdfdom_headers )
|
||||
DESCRIPTION=Dynamic Animation and Robotics Toolkit
|
||||
EAPI=8
|
||||
HOMEPAGE=https://dartsim.github.io https://github.com/dartsim/dart
|
||||
@@ -8,10 +8,10 @@ INHERIT=cmake python-single-r1
|
||||
IUSE=bullet doc examples extras glut gui +ipopt +nlopt ode python test tests tutorials urdfdom cpu_flags_x86_mmx cpu_flags_x86_mmxext cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4a cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512dq cpu_flags_x86_avx512f cpu_flags_x86_avx512vl cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_vsx cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3 cpu_flags_ppc_altivec cpu_flags_arm_neon cpu_flags_arm_iwmmxt cpu_flags_arm_iwmmxt2 cpu_flags_arm_neon python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-2
|
||||
RDEPEND=app-arch/lz4 >=dev-cpp/eigen-3.0.5 dev-libs/boost dev-libs/tinyxml2 >=sci-libs/libccd-2.0 >=media-libs/assimp-3.0.0 >=sci-libs/fcl-0.2.9 sci-libs/flann sci-libs/octomap bullet? ( sci-physics/bullet ) examples? ( dev-cpp/tiny-dnn dev-libs/urdfdom ) extras? ( dev-libs/urdfdom ) glut? ( media-libs/freeglut ) gui? ( dev-games/openscenegraph media-libs/imgui:=[opengl(-)] media-libs/lodepng:= virtual/opengl x11-libs/libXi x11-libs/libXmu ) ipopt? ( sci-libs/ipopt ) nlopt? ( >=sci-libs/nlopt-2.4.1 ) ode? ( dev-games/ode ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/pybind11[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pybind11[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] ) ) urdfdom? ( dev-libs/urdfdom )
|
||||
REQUIRED_USE=examples? ( gui ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) gui ) || ( ipopt nlopt )
|
||||
RDEPEND=app-arch/lz4 >=dev-cpp/eigen-3.0.5 dev-libs/boost dev-libs/tinyxml2 >=sci-libs/libccd-2.0 >=media-libs/assimp-3.0.0 >=sci-libs/fcl-0.2.9 sci-libs/flann sci-libs/octomap bullet? ( sci-physics/bullet ) examples? ( dev-cpp/tiny-dnn dev-libs/urdfdom ) extras? ( dev-libs/urdfdom ) glut? ( media-libs/freeglut ) gui? ( dev-games/openscenegraph media-libs/imgui:=[glut(-)?,opengl(-)] media-libs/lodepng:= virtual/opengl x11-libs/libXi x11-libs/libXmu ) ipopt? ( sci-libs/ipopt ) nlopt? ( >=sci-libs/nlopt-2.4.1 ) ode? ( dev-games/ode ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/pybind11[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pybind11[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] ) ) urdfdom? ( dev-libs/urdfdom )
|
||||
REQUIRED_USE=examples? ( gui ) gui? ( glut ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) gui ) || ( ipopt nlopt )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dartsim/dart/archive/v6.12.1.tar.gz -> dart-6.12.1.tar.gz
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149 python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8
|
||||
_md5_=d1ea701c130822147ab28a44af38a8b5
|
||||
_md5_=d7af2649690f4df17feaf38361765693
|
||||
File diff suppressed because one or more lines are too long
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://tarballs.openstack.org/placement/openstack-placement-7.0.0.tar.gz
|
||||
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 b7b86c14086f1bc822b080ff2d535edd tmpfiles 216aa76c3a6fcb5d893c23a0de86048f
|
||||
_md5_=0767d46c603eab06f860ad15e15d6b76
|
||||
_md5_=bd3a8bee79434e6925bd2a4e4bd0f1a7
|
||||
|
||||
@@ -14,4 +14,4 @@ RESTRICT=test !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://tarballs.openstack.org/swift/swift-2.29.1.tar.gz
|
||||
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b python-utils-r1 777767a09e8cd6db1d4cebe8400bc974 python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 b7b86c14086f1bc822b080ff2d535edd linux-info 3cfb791b045bfb6773a6d0f2d80ce9fd optfeature d524f291c80f9d21ad80fe978e3ca760 systemd 2736b403a83f194b59b767f3b344c2c1 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f
|
||||
_md5_=b11c16734266150cf4f48c9d2880d861
|
||||
_md5_=58d0a7d002a4e52797ad921299ce279e
|
||||
|
||||
13
metadata/md5-cache/www-apps/stagit-1.1
Normal file
13
metadata/md5-cache/www-apps/stagit-1.1
Normal file
@@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=install
|
||||
DEPEND=dev-libs/libgit2
|
||||
DESCRIPTION=static git page generator
|
||||
EAPI=8
|
||||
HOMEPAGE=https://codemadness.org/stagit.html
|
||||
INHERIT=toolchain-funcs
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/libgit2
|
||||
SLOT=0
|
||||
SRC_URI=https://codemadness.org/releases/stagit/stagit-1.1.tar.gz
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b
|
||||
_md5_=35b73e41bfaea2516a982fe9be5f3145
|
||||
@@ -111,7 +111,7 @@ app-misc/diff-so-fancy 1.4.3-r1: Good-lookin' diffs. Actually... nah... The best
|
||||
app-misc/doublecmd-bin 1.0.4 1.0.5: Free cross platform open source file manager with two panels side by side.
|
||||
app-misc/dragon 1.1.1 1.1.1_p20210820 1.2.0: Simple drag-and-drop source/sink for X and Wayland
|
||||
app-misc/far2l 2.3.2_alpha 2.4.0_beta 9999: Linux port of FAR Manager v2
|
||||
app-misc/fastfetch 1.2.3 9999: Like neofetch but faster
|
||||
app-misc/fastfetch 1.3.3 9999: Like neofetch but faster
|
||||
app-misc/fetsh 1.8 1.9 9999: A fetch written in POSIX shell without any external commands
|
||||
app-misc/fff 2.2: A simple file manager written in bash
|
||||
app-misc/ghq 1.1.0 1.1.5: Remote repository management made easy
|
||||
@@ -138,7 +138,7 @@ app-misc/tealdeer 1.5.0: A very fast implementation of tldr in Rust.
|
||||
app-misc/telegram-send 0.25-r1: Send messages and files over Telegram from the command-line
|
||||
app-misc/termdown 1.17.0: Countdown timer and stopwatch in your terminal
|
||||
app-misc/ufetch 0.1 0.2 9999: Tiny system info for Unix-like operating systems
|
||||
app-misc/vocabsieve 0.7.2: A simple, effective tool for language learning
|
||||
app-misc/vocabsieve 0.7.3: A simple, effective tool for language learning
|
||||
app-misc/vrms-gentoo 0_pre20201102: vrms clone for Gentoo Linux
|
||||
app-misc/walld 1.3: A Wallpaper daemon
|
||||
app-misc/watchexec 1.15.3 1.16.2 1.17.1 1.18.11 1.18.12 1.19.0: Executes commands in response to file modifications
|
||||
@@ -214,7 +214,7 @@ app-vim/themis 1.6.0 1.7.0: A testing framework for Vim script
|
||||
app-vim/vim-nix 9999: vim plugin: Vim configuration files for Nix
|
||||
app-vim/vim-sensible 1.2: vim plugin: a universal set of defaults that (hopefully) everyone can agree on
|
||||
dev-R/BH 1.75.0.0 1.78.0.0: Boost C++ Header Files
|
||||
dev-R/MASS 7.3.56: Support Functions and Datasets for variables and Ripley's MASS
|
||||
dev-R/MASS 7.3.57: Support Functions and Datasets for variables and Ripley's MASS
|
||||
dev-R/Matrix 1.4.1: Sparse and Dense Matrix Classes and Methods
|
||||
dev-R/R6 2.5.1: Encapsulated Classes with Reference Semantics
|
||||
dev-R/RColorBrewer 1.1.3: ColorBrewer Palettes
|
||||
@@ -314,6 +314,7 @@ dev-cpp/drogon 1.7.4 1.7.5: C++14/17 based HTTP web application framework
|
||||
dev-cpp/dtl 1.19_p20210531: diff template library written by C++
|
||||
dev-cpp/fbthrift 2022.04.11.00: Facebook's branch of Apache Thrift, including a new C++ server
|
||||
dev-cpp/fizz 2022.04.11.00: C++14 implementation of the TLS-1.3 standard
|
||||
dev-cpp/gemmlowp 0_p20211220: Low-precision matrix multiplication
|
||||
dev-cpp/gsl-lite 0.38.0: C++ Guideline Support Library implementation
|
||||
dev-cpp/indicators 2.2: Activity indicators for modern C++
|
||||
dev-cpp/jwt-cpp 0.4.0 0.6.0: header only library for creating and validating JSON Web Tokens in C++11
|
||||
@@ -326,7 +327,7 @@ dev-cpp/plog 1.1.5_p20200501 1.1.6: Portable, simple and extensible C++ logging
|
||||
dev-cpp/qt-jdenticon 0.2.1 0.3.0: Qt5 / C++14 Port of Jdenticon
|
||||
dev-cpp/scitokens-cpp 0.7.0: A C++ implementation of the SciTokens library with a C library interface
|
||||
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
|
||||
dev-cpp/tiny-dnn 1.0.0_alpha3: header only, dependency-free deep learning framework in C++14
|
||||
dev-cpp/tiny-dnn 1.0.0_alpha3-r1: header only, dependency-free deep learning framework in C++14
|
||||
dev-cpp/trantor 1.5.4 1.5.5: Non-blocking I/O tcp network lib based on c++14/17
|
||||
dev-cpp/vectorwrapper 1.1.2 9999: A template vector wrapper class for C++
|
||||
dev-cpp/vexcl 1.4.2-r2: VexCL - Vector expression template library for OpenCL
|
||||
@@ -676,7 +677,7 @@ dev-python/osprofiler 3.4.2: OpenStack Profiler Library
|
||||
dev-python/ots-python 8.1.4-r1 8.2.1: A Python wrapper for OpenType Sanitizer
|
||||
dev-python/ovsdbapp 1.16.0: A library for creating OVSDB applications
|
||||
dev-python/parsel 1.6.0: Utility to extract data from XML/HTML documents using XPath or CSS selectors
|
||||
dev-python/pdfminer-six 20201018 20220319: Community maintained fork of pdfminer
|
||||
dev-python/pdfminer-six 20201018 20220319-r1: Community maintained fork of pdfminer
|
||||
dev-python/pg8000 1.24.2 1.26.0: A Pure-Python PostgreSQL Driver
|
||||
dev-python/phx-class-registry 3.0.5: An intersection of the Registry and Factory pattern
|
||||
dev-python/pifpaf 3.1.5: Python fixtures and daemon managing tools for functional testing
|
||||
@@ -923,7 +924,7 @@ games-misc/gay 1.2.8: Colour your text / terminal to be more gay
|
||||
games-puzzle/atris 1.0.7: Alizarin tetris
|
||||
games-puzzle/krank 8: Little casual game
|
||||
games-puzzle/superflu-riteurnz 1.0.0: Artisanal video-game about Superflu, the useless super-hero (french)
|
||||
games-rpg/airshipper 0.7.0: Provides automatic updates for the voxel RPG Veloren
|
||||
games-rpg/airshipper 0.7.0-r1: Provides automatic updates for the voxel RPG Veloren
|
||||
games-server/among-sus 20210519: Among Us, but it's a text adventure
|
||||
games-util/NotEnoughProduction 0.0.4: Tool for building production chains for modded minecraft
|
||||
games-util/chiaki 2.1.1-r1 9999: Client for PlayStation 4 and PlayStation 5 Remote Play
|
||||
@@ -1049,7 +1050,7 @@ media-libs/alsa-ucm-pinephone 1.2.6.3: ALSA ucm configuration files for the Pine
|
||||
media-libs/alvr 15.2.1_p20210604 16.0.0: ALVR is an open source remote VR display for the Oculus Go/Quest
|
||||
media-libs/amdvlk 2020.4.5 2020.4.6 2021.4.2: AMD Open Source Driver for Vulkan
|
||||
media-libs/gl4es 9999: OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library
|
||||
media-libs/imgui 1.83 1.87-r2: Bloat-free graphical user interface library for C++
|
||||
media-libs/imgui 1.83 1.87-r4: Bloat-free graphical user interface library for C++
|
||||
media-libs/libbpg 0.9.8: Better Portable Graphics reference implementation
|
||||
media-libs/lodepng 20210627: PNG encoder and decoder
|
||||
media-libs/monado 9999: The open source OpenXR runtime.
|
||||
@@ -1139,7 +1140,7 @@ net-libs/libqmatrixclient 0.5.3.2: A Qt5 library to write cross-platfrom clients
|
||||
net-libs/td 1.8.0: Cross-platform library for building Telegram clients
|
||||
net-libs/telepathy-haze 0.8.1: Telepathy connection manager providing libpurple supported protocols
|
||||
net-libs/usockets 0.8.1_p20211023 9999: tiny eventing, networking & crypto for async applications
|
||||
net-mail/dovecot-fts-xapian 1.5.2 1.5.4: Dovecot FTS plugin backed by Xapian
|
||||
net-mail/dovecot-fts-xapian 1.5.2 1.5.4 1.5.5 9999: Dovecot FTS plugin backed by Xapian
|
||||
net-mail/remail 0.13: A set of tools for crypted mailing lists
|
||||
net-misc/FORT-validator 1.4.1 1.4.2 1.5.0: FORT validator is an open source RPKI validator
|
||||
net-misc/bee-node 0.2.1: IOTA node written in rust
|
||||
@@ -1152,7 +1153,7 @@ net-misc/gemserv 0.6.5 0.6.6: A gemini Server written in rust
|
||||
net-misc/giara 9999: An app for Reddit
|
||||
net-misc/gmid 1.8.1 1.8.3 9999: Simple and secure Gemini server
|
||||
net-misc/lyrics-in-terminal 1.4.2: Command Line Lyrics fetcher for MPRIS media players
|
||||
net-misc/maestral 1.5.2 1.5.3 1.6.1: Maestral is an open-source Dropbox client written in Python
|
||||
net-misc/maestral 1.5.2 1.5.3 1.6.2: Maestral is an open-source Dropbox client written in Python
|
||||
net-misc/maestral-qt 1.5.2 1.5.3: Maestral is an open-source Dropbox client written in Python
|
||||
net-misc/mastorss 0.13.0 0.13.1 9999: Another RSS to Mastodon bot
|
||||
net-misc/megasync 4.3.8.0 4.5.0.0 9999: The official Qt-based program for syncing your MEGA account in your PC
|
||||
@@ -1200,7 +1201,7 @@ sci-electronics/verilator 4.218 4.220 9999: The fast free Verilog/SystemVerilog
|
||||
sci-geosciences/GeographicLib-data 0-r1: Datasets for GeographicLib
|
||||
sci-geosciences/mapillary_tools 0.8.0 0.8.2: Command line tools for processing and uploading Mapillary imagery
|
||||
sci-libs/ann 1.1.2_p7-r2: A Library for Approximate Nearest Neighbor Searching
|
||||
sci-libs/dart 6.10.1-r2 6.12.1: Dynamic Animation and Robotics Toolkit
|
||||
sci-libs/dart 6.10.1-r2 6.12.1-r1: Dynamic Animation and Robotics Toolkit
|
||||
sci-libs/ensmallen 2.16.2 2.17.0: header only C++ library for numerical optimization
|
||||
sci-libs/jdqz 0_pre19971107-r3: Jacobi-Davidson type method for the generalized standard eigenvalue problem
|
||||
sci-libs/meschach 1.2b_p20170511-r1: Meschach is a C-language library of routines for performing matrix computations
|
||||
@@ -1371,6 +1372,7 @@ virtual/survival 0: Virtual of a R recommended package
|
||||
www-apps/code-server-bin 4.1.0 4.3.0: VS Code in the browser (binary version with unbundled node and ripgrep)
|
||||
www-apps/gogs 0.12.3: Gogs is a self-hosted Git service written in Go
|
||||
www-apps/jackett-bin 0.20.514 9999: API Support for your favorite torrent trackers
|
||||
www-apps/stagit 1.1: static git page generator
|
||||
www-apps/twint 2.1.20-r2 2.1.20_p20220316: Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API
|
||||
www-apps/uwebsockets 20.11.0 9999: ultra fast, simple, secure & standards compliant web I/O
|
||||
www-client/badwolf 1.2.1 9999: Minimalist and privacy-oriented WebKitGTK+ browser
|
||||
|
||||
@@ -1 +1 @@
|
||||
Sat, 23 Apr 2022 01:49:24 +0000
|
||||
Sat, 23 Apr 2022 18:04:15 +0000
|
||||
|
||||
Reference in New Issue
Block a user