Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-12-10 09:11:03 +00:00
21 changed files with 2607 additions and 64 deletions

View File

@@ -21,7 +21,6 @@ KEYWORDS="~amd64"
RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/funcsigs[${PYTHON_USEDEP}]
dev-python/ipdb[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
dev-python/ipython_genutils[${PYTHON_USEDEP}]

View File

@@ -1 +1,2 @@
DIST pytest-randomly-3.4.1.tar.gz 32468 BLAKE2B 6aaddfca7434a8b7060aa32d69f84ff5e03e5f43bcfdfacc56f792ba6e1a1f5f49dca641a0100ed4ddf0f6947017aa354ab4fcc2ad837bb5b072aab8142f07b6 SHA512 3f1006ce67478221fb57369f6b0dcbb41bdd38798059112cff2e113ab101a4d07e72e5f302ffdf6159cc8600999f691f0f665fda4c0fcf58bba3c4fe5a12c039
DIST pytest-randomly-3.5.0.tar.gz 36605 BLAKE2B 1e993f7b0cec9fede1fd22c9be06ca34b884ea67183e13197e59359ebb5b8a6bc86715b117f379d72c11eec85fe31c3f4cb1dd7c2bae1412dabd630ddff81bbf SHA512 ed5cc11799e38caaa899ab25f75469baa2c57a5113c3e51129c4cee801b0eded57f6165113f8cb5a8c995057569c224b9039d601b361b9e95553dc8cb338b368

View File

@@ -0,0 +1,53 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
DISTUTILS_USE_SETUPTOOLS=bdepend
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="Pytest plugin to randomly order tests and control random.seed"
HOMEPAGE="
https://pypi.python.org/pypi/pytest-randomly
https://github.com/pytest-dev/pytest-randomly
"
SRC_URI="https://github.com/pytest-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/factory_boy[${PYTHON_USEDEP}]
dev-python/faker[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7)
$(python_gen_cond_dep 'dev-python/pygments[${PYTHON_USEDEP}]' python3_9)
"
DEPEND="
test? (
dev-python/pytest-randomly[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
python_test() {
pytest -vv \
--deselect tests/test_pytest_randomly.py::test_entrypoint_injection \
--deselect tests/test_pytest_randomly.py::test_classes_reordered \
--deselect tests/test_pytest_randomly.py::test_doctests_reordered \
--deselect tests/test_pytest_randomly.py::test_class_test_methods_reordered \
--deselect tests/test_pytest_randomly.py::test_files_reordered \
--deselect tests/test_pytest_randomly.py::test_test_functions_reordered \
--deselect tests/test_pytest_randomly.py::test_test_functions_reordered_when_randomness_in_module \
--deselect tests/test_pytest_randomly.py::test_files_reordered_when_seed_not_reset \
--deselect tests/test_pytest_randomly.py::test_doctests_in_txt_files_reordered \
|| die "Testsuite failed under ${EPYTHON}"
}

View File

@@ -1 +1,2 @@
DIST python-mpv-jsonipc-1.1.11.tar.gz 7505 BLAKE2B bee145df85cc822c3797582b7ec66ed2d32eb01eb84f66a24c7504b4ebec164d18a047cbc6eb808e1e4fbdcb5d324ef6b340ec3f3d631b7e8eae23a6c686fb3f SHA512 6a4383349cc335adf750028223ed0e4dbaeaa90b11e59a5205778b58ac64992b60377ccf2626c512820178d50add2e1d98bb809a6e1e9759af69ae96f86350a1
DIST python-mpv-jsonipc-1.1.12.tar.gz 7575 BLAKE2B 24be588022c38bff75b16a39b5fdde0603afff9f2311deba334a5ff6e7520803e1ad381b067ae14109d83c655758f46541012009364624ea6dffadc5ffe2c3ad SHA512 64aa97f6b04e6e5529beb54530716d8749178a5b4d7cd88537bcbba4d72805562d80a9159663338c15e8c9801c99a3746e9c95c592c1f75a3bfcaa2f6d0f28b3

View File

@@ -0,0 +1,16 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Python API to MPV using JSON IPC"
HOMEPAGE="https://github.com/iwalton3/python-mpv-jsonipc"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

View File

@@ -1,2 +1,3 @@
DIST ufoLib2-0.10.0.zip 84972 BLAKE2B 7dde59ec9cfda6e2f8213ccdc24fd786b515935f2b7ef9495eb276f10b9ed472ca2fc58d8b63ddf4d48c8025250e0569d4060454aa23ada0834a76e9afa42c18 SHA512 aac5ccb27311812947d7bd678e82dc950b042dd1660622ac31f7c772436259924b5bf7b2dc1639b7f70e36302abbb11bc0cdb153d3ef061234c0fcbd22d63d58
DIST ufoLib2-0.7.1.zip 82128 BLAKE2B 833ec522edb52c54926d9578507b4afe0c3eda313f663fa1655f836369b23a2d11a1a947d9b8079aad711f0dac9754d902c90811cf42affe5ba6685edd4acc69 SHA512 e0ddd496ced3234d9c5ee77af4205a1e5df031017a4ba526749df180a21ef878c56b933eae37459c6a5b97364849a5209844485e873a7b91d46a613f0f13b79b
DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2 SHA512 8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd

View File

@@ -0,0 +1,44 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7,8} )
DOCS_DEPEND="
dev-python/sphinx_rtd_theme
dev-python/typing-extensions
"
DOCS_DIR="${S}/docs/source"
DOCS_BUILDER="sphinx"
inherit distutils-r1 docs
DESCRIPTION="A UFO font library"
HOMEPAGE="https://github.com/fonttools/ufoLib2"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# fs not pulled in by fonttools
RDEPEND="
>=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
>=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
dev-python/fs[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/typing-extensions[${PYTHON_USEDEP}]
)
"
BDEPEND="app-arch/unzip"
distutils_enable_tests pytest
python_prepare_all() {
sed -e '/\<wheel\>/d' -i setup.cfg || die
distutils-r1_python_prepare_all
}

View File

@@ -1,2 +1 @@
DIST ufoNormalizer-0.4.1.tar.gz 30350 BLAKE2B b5709deea451f28a4372cefca497dcde5875a6fd64afc5b21e8a115d02ed4ade714e6b5b3d2f445d4de70ba47a3a8dd9ed4e1e0c3e27f9ed6e7eb9f1994db134 SHA512 bf8cb37b171363e1eca85ba01f78f8c2ed4d7741aba3ca8b77c1590fc81cca194d521224f370cdadcda033772d2e5c540d04098558a148d44c747af20f4b636b
DIST ufonormalizer-0.5.0.zip 37969 BLAKE2B 9012eccb3d7ad50a2e40a4c08d2e118d0dbf95620a269aaac921c2d055a207337d0c87f21485ac2c386f51a3e3ed8050d6bef2c276cb5e18ec83b14e2cf8d2b2 SHA512 79de1b94433038fa312c6faceec65255840d510a2cce7de0fe5b04986b750e5bac42c402c1ecb66a9ef4e1ba24495380c8c895d1f72522d2efff22932cea13bd

View File

@@ -1,23 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_7 pypy3 )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="A tool that will normalize the XML and other data inside of a UFO."
HOMEPAGE="https://github.com/unified-font-object/ufoNormalizer"
SRC_URI="https://github.com/unified-font-object/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND=""
BDEPEND="app-arch/unzip"
distutils_enable_tests setup.py

View File

@@ -1,4 +1,3 @@
DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613 SHA512 d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd
DIST lazygit-0.22.9.tar.gz 9232631 BLAKE2B 50febf0727dc3fff0e61b158bc37df4128cdc9934a42b113612896a3712fb7cd0ce0a0860eec88cbbde289fd08fb492e851937be549a2036ad993bdeb3a101ae SHA512 9d4dc92762099c141e56bbb386217ea2028ba6a78d6bb5d54ef9c022e447a1b9fa2ce37d6e2813411fe6fa4f5192753beec8b136838aefe067019fd0820225e1
DIST lazygit-0.23.6.tar.gz 2144643 BLAKE2B d8f8be826212517abfc0dd0feace532600a8455c49874e385257a73ec8e3ea794a13d960fbd122461c454313d5a210cd56be99d98cffb5b47c41d70bd67921d3 SHA512 a71bb951eb452252a97789113664b00212cce4bea223c898b20ce3b3dcdc761d3cafe036b5d2dce20c4da06af361ee21f2e701464ba99dcddc49f383219d2713
DIST lazygit-0.23.7.tar.gz 2144614 BLAKE2B d18aaa19212ec9e6ed7d3b406d3e1f6413f6c15bf6a8c7c99cb8a2b01b9388db3f1ad04c485782e0823415cec3c6b461cf942583ef0ac744cb18270c8fc943b1 SHA512 ffc827a08a3ba99afa339cee48b9e10267bc4aa27592d43ec1e4be80a7b4f9e628f286b50a1940a59a5cfa96121de6ce4247ec91642a8798dba8ca42232596b9

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EGO_PN="github.com/jesseduffield/lazygit"
inherit golang-build golang-vcs-snapshot
DESCRIPTION="Lazygit, a simple terminal UI for git commands"
HOMEPAGE="https://github.com/jesseduffield/lazygit"
SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
DEPEND=( sys-libs/glibc )
RDEPEND=(
${DEPEND}
dev-vcs/git
)
DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
src_compile() {
GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
}
src_install() {
dobin bin/lazygit
use doc && dodoc -r "src/${EGO_PN}/docs/."
einstalldocs
}

107
licenses/Warframe-EULA Normal file
View File

@@ -0,0 +1,107 @@
END USER LICENSE AGREEMENT
Updated: June 27, 2017
Warframe® (the “GAME”) is a free-to-play computer game developed and operated by Digital Extremes Ltd. In this agreement, “ DIGITAL EXTREMES” or “DE” means Digital Extremes Ltd., an Ontario, Canada Corporation; “YOU” and “ YOUR” mean the user of the computer on which the Game will be or has been installed.
PLEASE READ THIS END USER LICENSE AGREEMENT (THIS “EULA” OR “LICENSE AGREEMENT") CAREFULLY BEFORE CLICKING “I AGREE”. BY DOWNLOADING THE GAME AND CLICKING THE "I AGREE" BUTTON OR USING THE GAME OR INSTALLING THE GAME CLIENT SOFTWARE (THE " SOFTWARE"), YOU AGREE THAT THIS LICENSE AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN CONTRACT SIGNED BY YOU. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS LICENSE AGREEMENT, CLICK ON THE “DO NOT AGREE” BUTTON WHICH INDICATES THAT YOU DO NOT AGREE TO ACCEPT THE TERMS OF THIS LICENSE AGREEMENT AND WILL NOT COMPLETE INSTALLATION OF THE SOFTWARE. BY ENTERING INTO THIS LICENSE AGREEMENT, YOU REPRESENT THAT YOU ARE AT LEAST 18 YEARS OF AGE (EVEN IF YOURE ENTERING INTO THIS AGREEMENT ON BEHALF OF AN AUTHORIZED USER WHO IS UNDER 18 YEARS OF AGE) AND HAVE THE LEGAL CAPACITY TO ENTER INTO A CONTRACT IN THE JURISDICTION WHERE YOU RESIDE.
THE TERMS OF THIS AGREEMENT MAY BE AMENDED, SUPPLEMENTED OR MODIFIED AT ANY TIME BY DIGITAL EXTREMES IN ITS DISCRETION, WHEN DE UPDATES OR UPGRADES THE SOFTWARE PRODUCT EFFECTIVE UPON PRIOR NOTICE AS FOLLOWS: Digital Extremes will post the revised version of this Agreement here: www.warframe.com, and may provide such other notice as DE may elect in its sole discretion. If any future changes to this Agreement are unacceptable to you or cause you to no longer be in compliance with this Agreement, you may terminate this Agreement in accordance with Section 7 below. Your installation and use of any of Digital Extremes updates, upgrades or modifications to the Software or your continued use of the Software following notice of changes to this Agreement, shall conclusively demonstrate your acceptance of such changes. Digital Extremes may change, modify, suspend, or discontinue any aspect of the Software at any time. Digital Extremes may also impose limits on certain features or restrict your access to parts or all of the Software Product without notice or liability. You have no interest, monetary or otherwise, in any feature or content contained in the Software.
1. LIMITED USE LICENSE
If you agree to this License Agreement, you may install the Software onto your computer for purposes of playing the Game by registering for and accessing a User Account (“Service”). Subject to your agreement to and continuing compliance with this License Agreement, DE hereby grants, and you hereby accept, a limited, non-exclusive license to (a) install the Software on one or more computers owned by you or under your legitimate control, and (b) use the Software in conjunction with the Service for your non-commercial entertainment purposes only. All use of the Software is subject to this License Agreement and to the Terms of Use agreement (the “ Terms of Use”), both of which you must accept before you can use your User Account (hereinafter referred to as “Account”) to play the Game.
2. LICENSE RESTRICTIONS AND LIMITATIONS
The limited, personal use license granted to you in Section 1 is subject to the following restrictions and limitations as well as all other terms and conditions of this Agreement (collectively, the “License Limitations”). You agree that you will not, under any circumstances:
a. sell, sublicense, assign, rent, lease, or otherwise transfer the Software, except as expressly permitted by this Agreement;
b. reverse engineer, decompile, disassemble or otherwise derive source code or game data from the Software or reduce the Software to a human-readable form, except to the extent that such actions are expressly permitted by applicable law or publish or share same with anyone;
c. copy, photocopy or reproduce the Software, in whole or in part; provided, however, that you may make one (1) copy of the Game Software and the Game manual for archival purposes only;
d. modify, translate or create derivative works based on or utilizing the Software, Service or Software experience, or any portion thereof or publish or share same with anyone;
e. remove or tamper with any copyright or other proprietary notices contained in or relating to the Software, Service or Game experience, or any portion thereof;
f. use cheats, automation software (bots), hacks, mods or any other unauthorized third-party software, tools or content designed to modify the Software, the Service or the Game experience;
g. exploit the Software, the Service, the Game experience or any portion thereof for any commercial purpose, including without limitation, (i) use at a cyber cafe, computer gaming center or any other location-based site without the express written consent of Digital Extremes; (ii) for gathering in-game currency, items or resources for sale outside the Software; or (iii) performing in-game services in exchange for payment outside the Software (e.g., power-leveling and similar activities);
h. use any unauthorized third-party software that intercepts, “mines”, or otherwise collects information from, within or through the Software or Service, including without limitation, any software that reads areas of RAM used by the Software to store information about a character, in-game items or the Software environment; provided, however, that Digital Extremes may, in its sole discretion, allow the use of specified third party user interfaces;
i. modify, or allow or cause to be modified, any files that are a part of the Software in any way not expressly authorized by Digital Extremes in writing in each instance;
j. host, provide or develop matchmaking services for the Software or Service or intercept, emulate or redirect the communication protocols used by Digital Extremes in any way, for any purpose, including without limitation, unauthorized play over the Internet, network play, or as part of content aggregation networks;
k. facilitate, create or maintain any unauthorized connection to the Software or Service, including without limitation, (i) any connection to any unauthorized server that emulates, or attempts to emulate, the Service; or (ii) any connection using programs or tools not expressly approved by Digital Extremes in writing in each instance;
l. create any other software or content that incorporates the Software or Service or any portion thereof;
m. sell, grant a security interest in or transfer reproductions of the Software to other parties in any way not expressly authorized herein, or rent, lease or license the Software to others; or
n. disclose any unused or pending features you may find in the Software, which are confidential trade secrets of DE.
3. COPYRIGHTS, TRADEMARKS AND PROPRIETARY RIGHTS
a. Warframe® and certain related names and logos are registered or unregistered trademarks, service marks and/or trade names of Digital Extremes. These and all other trademarks, service marks and trade names used in or in connection with the Software (the “Marks”) are proprietary rights owned by Digital Extremes or its licensors.
b. All rights and title in and to the Software, the Game, the Service, the Site, your Account and all content included therein (including, without limitation, Accounts, computer code, titles, objects, artifacts, characters, character names, locations, location names, stories, storylines, dialogue, catch phrases, artwork, graphics, structural or landscape designs, animations, sounds, musical compositions and recordings, audio-visual works, character likenesses, and methods of operation) are owned by Digital Extremes or its licensors. The Software may contain materials licensed by third parties, and the licensors of those materials may enforce their rights in the event of any violation of this Agreement. The Software and the Game and all content therein are protected by Canada and the United States and other international intellectual property laws. Digital Extremes and its licensors reserve all rights in connection with the Software and the Game, including, without limitation, the exclusive right to create derivative works there from, and you agree that you will not create any work of authorship based on the Game except as expressly permitted by Digital Extremes. You acknowledge and agree that you have no interest, monetary or otherwise, in any feature or content contained in the Game. You further acknowledge and agree that you shall have no ownership or other property interest in your Account, and you acknowledge and agree that all rights in and to the Account are and shall forever be owned by and inure to the benefit of Digital Extremes.
4. CONSENT TO MONITOR
When running the Software, Digital Extremes may monitor your use and play of the Software and collect data regarding your use and play of the software in accordance with Digital Extremes Privacy Policy found at www.warframe.com. In addition, the software may monitor your computers Random Access Memory (RAM) for unauthorized third-party programs running concurrently with the Software. An “Unauthorized Third-Party Program” as used herein shall be defined as any third-party software prohibited by Section 2. In the event that the Software detects an Unauthorized Third-Party Program, the Software may communicate information back to Digital Extremes, including without limitation, your Account name, details about the Unauthorized Third-Party Program detected and the time and date; and Digital Extremes may exercise any or all of its rights under this agreement, with or without prior notice to you, including without limitation, termination of this agreement and your right to continue use of the Software.
5. PATCHES AND UPDATES
Digital Extremes may deploy or provide patches, updates and modifications to the Game that must be installed for you to continue to play the Game. Digital Extremes may update the Game remotely including without limitation the Game Client Software residing on your machine, without your knowledge, and you hereby grant to Digital Extremes your consent to deploy and apply such patches, updates and modifications.
6. DURATION OF ONLINE SERVICES
The Software is an online game that must be played over the Internet through the Service as provided by Digital Extremes. You understand and agree that the Service is provided by Digital Extremes at its discretion and may be terminated or otherwise discontinued by DE at any time for any reason or no reason.
7. TERMINATION
This License Agreement is effective until terminated. You may terminate the License Agreement at any time by (i) permanently destroying all copies of the Game in your possession or control; (ii) removing the Software from your hard drive. Digital Extremes may terminate this Agreement at any time for any reason or no reason. Upon termination for any reason, all licenses granted herein shall immediately terminate and you must immediately and permanently destroy all copies of the Game in your possession and control and remove the Software from your hard drive.
8. WARRANTY DISCLAIMER
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE GAME AND ALL INFORMATION, CONTENT AND SERVICES CONTAINED THEREON ARE PROVIDED ON AN “AS IS” BASIS WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. DIGITAL EXTREMES EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF TITLE OR NON-INFRINGEMENT OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OTHER THAN THOSE WARRANTIES WHICH ARE INCAPABLE OF EXCLUSION, RESTRICTION OR MODIFICATION UNDER THE LAWS APPLICABLE TO THIS AGREEMENT. OUR GOODS COME WITH GUARANTEES THAT CANNOT BE EXCLUDED UNDER THE AUSTRALIAN CONSUMER LAW. AUSTRALIAN CUSTOMERS ARE ENTITLED TO A REPLACEMENT OR REFUND FOR A MAJOR FAILURE AND FOR COMPENSATION FOR ANY OTHER REASONABLY FORESEEABLE LOSS OR DAMAGE. AUSTRALIAN CUSTOMERS ARE ALSO ENTITLED TO HAVE THE GOODS REPAIRED OR REPLACED IF THE GOODS FAIL TO BE OF ACCEPTABLE QUALITY AND THE FAILURE DOES NOT AMOUNT TO A MAJOR FAILURE. USE OF THE GAME IS AT YOUR SOLE RISK.
NEITHER DIGITAL EXTREMES, DIGITAL EXTREMES' THIRD-PARTY PROVIDERS, NOR ANY PERSON OR ENTITY INVOLVED IN CREATING, PRODUCING OR DISTRIBUTING ANY CONTENT OR SERVICES CONTAINED IN THE GAME, NOR ANY OF THEIR RESPECTIVE DIRECTORS, OFFICERS, EMPLOYEES OR AGENTS, MAKE ANY WARRANTY WHATSOEVER, INCLUDING, WITHOUT LIMITATION, THAT THE GAME WILL BE UNINTERRUPTED OR ERROR FREE; NOR DO THEY MAKE ANY WARRANTY AS TO THE RESULTS THAT MAY BE OBTAINED FROM USE OF THE GAME OR AS TO THE ACCURACY, RELIABILITY, QUALITY OR CONTENT OF ANY INFORMATION, SERVICE OR MERCHANDISE PROVIDED ON OR THROUGH THE GAME, INCLUDING, WITHOUT LIMITATION, ALL DIGITAL EXTREMES COMMUNICATION FEATURES.
9. LIMITATION OF LIABILITY
TO THE EXTENT PERMITTED BY LAW, DIGITAL EXTREMES SHALL NOT BE LIABLE IN ANY WAY FOR ANY LOSS OR DAMAGE OF ANY KIND ARISING OUT OF THE GAME OR ANY USE OF THE GAME, INCLUDING, WITHOUT LIMITATION, LOSS OF DATA, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES. FURTHER, DIGITAL EXTREMES SHALL NOT BE LIABLE IN ANY WAY FOR ANY LOSS OR DAMAGE TO PLAYER CHARACTERS, VIRTUAL GOODS OR CURRENCY, ACCOUNTS, STATISTICS OR USER RANKS, OR PROFILE INFORMATION STORED BY THE GAME AND/OR THE SERVICE. DIGITAL EXTREMES SHALL NOT BE RESPONSIBLE FOR ANY INTERRUPTIONS OF SERVICE, INCLUDING, WITHOUT LIMITATION, ISP DISRUPTIONS, SOFTWARE OR HARDWARE FAILURES, OR ANY OTHER EVENT WHICH MAY RESULT IN A LOSS OF DATA OR DISRUPTION OF SERVICE. IN NO EVENT WILL DIGITAL EXTREMES BE LIABLE TO YOU FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES.
Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, the liability of Digital Extremes shall be limited to the fullest extent permitted by applicable law.
10. EQUITABLE REMEDIES
You hereby agree that Digital Extremes would be irreparably damaged if the terms of this Agreement were not specifically enforced, and therefore you agree that Digital Extremes shall be entitled, without bond or other security or proof of damages, to appropriate equitable remedies in any court of competent jurisdiction with respect to any breach of this Agreement, which equitable remedies shall be in addition to such other remedies as Digital Extremes may otherwise have available under applicable law. In the event any litigation is brought by either party in connection with this Agreement, the prevailing party in such litigation shall be entitled to recover from the other party all the costs, attorneys fees and other expenses incurred by such prevailing party in the litigation.
11. GOVERNING LAW; DISPUTE RESOLUTION
a. Negotiations - To expedite resolution and control the cost of any dispute, controversy or claim related to this License Agreement (“Dispute”), you and Digital Extremes agree to first attempt to negotiate any Dispute (except those Disputes expressly provided below) informally for at least 30 days before initiating any arbitration or court proceeding. Such informal negotiations commence upon written notice from one person to the other. Digital Extremes will send its notice by email to you at the email address you have provided to create your Warframe account. You will send your notice to Digital Extremes Ltd. by submitting a Support Ticket through Customer Support at http://support.warframe.com or alternatively by mail to 250 York Street, Ste 100, London, Ontario, N6A 5P2, Canada.
b. Binding Arbitration - If you and Digital Extremes are unable to resolve a Dispute through informal negotiations, either you or DE may elect to have the Dispute (except those Disputes expressly excluded below) finally and exclusively resolved by binding arbitration. Any election to arbitrate by one party shall be final and binding on the other. YOU UNDERSTAND THAT ABSENT THIS PROVISION, YOU WOULD HAVE THE RIGHT TO SUE IN COURT AND HAVE A JURY TRIAL. The arbitration shall be commenced and conducted under the jurisdiction of Canadian courts. The arbitration may be conducted in person, through the submission of documents, by phone or online. The arbitrator will make a decision in writing, but need not provide a statement of reasons unless requested by a party. The arbitrator must follow applicable law, and any award may be challenged if the arbitrator fails to do so. Except as otherwise provided in this License Agreement, you and DE may litigate in court to compel arbitration, stay proceeding pending arbitration, or to confirm, modify, vacate or enter judgment on the award entered by the arbitrator.
c. Restrictions - You and Digital Extremes agree that any arbitration shall be limited to the Dispute between DE and you individually. To the full extent permitted by law, (1) no arbitration shall be joined with any other; (2) there is no right or authority for any Dispute to be arbitrated on a class-action basis or to utilize class action procedures; and (3) there is no right or authority for any Dispute to be brought in a purported representative capacity on behalf of the general public or any other persons.
d. Exceptions to Negotiations and Arbitration - You and Digital Extremes agree that the following Disputes are not subject to the above provisions concerning informal negotiations and binding arbitration: (1) any Disputes seeking to enforce or protect, or concerning the validity of, any of your or DEs intellectual property rights; (2) any Dispute related to, or arising from, allegations of theft, piracy, invasion of privacy or unauthorized use; and (3) any claim for injunctive relief.
12. MISCELLANEOUS
This License Agreement represents the complete agreement between you and Digital Extremes with respect to the subject matter hereof, and supersedes any prior or contemporaneous agreements between you and Digital Extremes; provided however, that this License Agreement shall coexist with, and shall not supersede, the Terms of Use or the Privacy Policy. To the extent that the provisions of this License Agreement conflict with the Terms of Use, the conflicting provisions in the Terms of Use shall govern. The Game is operated by Digital Extremes in Canada. Those who choose to access the Game from locations outside Canada do so on their own initiative and are responsible for compliance with applicable local laws. Digital Extremes failure to enforce any provision of this License Agreement shall in no way be construed to be a present or future waiver of such provision, nor in any way affect the right of any party to enforce each and every such provision thereafter. The express waiver by Digital Extremes of any provision, condition or requirement of this License Agreement shall not constitute a waiver of any future obligation to comply with such provision, condition or requirement. If any provision of this License Agreement is held to be invalid or unenforceable for any reason, such provision shall be reformed to the extent necessary to make it enforceable to the maximum extent permissible so as to affect the intent of the parties, and the remainder of this License Agreement shall continue in full force and effect. If, however, it is determined that such provision cannot be reformed, then that provision shall be deemed severable from these terms and shall not affect the validity and enforceability of any remaining provisions. The provisions of Sections 2, 3, 4 and 8 through 12 shall survive any termination of this License Agreement. If you have any questions concerning these terms and conditions, or if you would like to contact Digital Extremes for any other reason, please contact Digital Extremes through its website at http://www.digitalextremes.com/contact .
For North & South American PlayStation™Network Users:
Purchase and use of items are subject to the Network Terms of Service and User Agreement. This online service has been sublicensed to you by Sony Interactive Entertainment America.
For European PlayStation™Network Users:
Any content purchased in an in-game store will be purchased from Sony Interactive Entertainment Network Europe Limited (“SIENE”) and be subject to PlayStation™Network Terms of Service and User Agreement which is available on the PlayStation™Store. Please check usage rights for each purchase as these may differ from item to item. Unless otherwise shown, content available in any in-game store has the same age rating as the game.
YOU HEREBY ACKNOWLEDGE THAT YOU HAVE READ AND UNDERSTAND THE FOREGOING END USER LICENSE AGREEMENT AND AGREE THAT BY CLICKING “I AGREE” AND/OR INSTALLING THE SOFTWARE AND PLAYING THE GAME, YOU ARE ACKNOWLEDGING YOUR AGREEMENT TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.

View File

@@ -0,0 +1,4 @@
DIST Corpus.ttf 15884 BLAKE2B e37b3cf7038f6f4c1a2946fe5c531790c2e014964bebefd2d917f1263a1a53734415a88b0c80ad1ee1412a0b0a12bcf494d47b12699d5d82f700ff3a1431083a SHA512 1b65ec2c7e4edffa4bb46bc6f339cbd0189920aaff9b491bcadba1ee5b7096cb4ac73a680894f3e3bcd03c7769eeb0a1c38ac2c93ab882be5af58abef51531b4
DIST CorpusBold.ttf 15804 BLAKE2B ca8fcf93fc07439b6b17099fafae626b7dde82b62730ace71bf532d8a26ba67d3b7851d3c199ef60ff9a534f4f29702244fa53511947f63d13c33d3286b680b0 SHA512 1f0fb5a5fffaf601b87149ffc22799613722a1b0d975f65b0e6721d1c68be356d231ca882cab570f772c811f0f943b10f41a13f49190e1b09fc4ab70f849c3fa
DIST Grineer.ttf 6004 BLAKE2B 76ef33aa4ee99250c643c4462df793584121578cac5ca286795329e28d0aaf49c038a2cec437fe6fbae0511cf61f1d084e37c98fad94c5cef8e8714bebb79dd4 SHA512 5fcfca89dee9894fece899e6bd3494195642e0bae8131dc3d308da21f107a8e48bb3dd9682298fe512be2d4cecebe2514faf17bd7bdf761912c157bd7dd6c014
DIST Solaris.ttf 19772 BLAKE2B 89c3b2dad7588f0ce2eaaae5e11f4e5dd50ccb53d8b3a55debaa26bdf5a9fb5c8e9abc7dc4ea76b9fdd968a85f1b3b513a7152f68810a7f6d8d2f9ed60c4037c SHA512 50d14457e1213bdb41f42fa5ff092d4421dcadba48bdeb418c9e9718b77863b420aced9b89faee94d126351577195ec4210ab964861a48170143128189838295

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit font
DESCRIPTION="Fonts from the Warframe game"
HOMEPAGE="https://www.warframe.com/news/warframe-fansite-kit"
SRC_URI="
https://m.box.com/file/401032406918/download?shared_link=https%3A%2F%2Fdigitalextremesltd.app.box.com%2Fs%2Fvh2u41yhdlgp3girffucbynadoi33173 -> Corpus.ttf
https://m.box.com/file/401037009816/download?shared_link=https%3A%2F%2Fdigitalextremesltd.app.box.com%2Fs%2Fvh2u41yhdlgp3girffucbynadoi33173 -> CorpusBold.ttf
https://m.box.com/file/401042823306/download?shared_link=https%3A%2F%2Fdigitalextremesltd.app.box.com%2Fs%2Fvh2u41yhdlgp3girffucbynadoi33173 -> Grineer.ttf
https://m.box.com/file/302545392046/download?shared_link=https%3A%2F%2Fdigitalextremesltd.app.box.com%2Fs%2Fvh2u41yhdlgp3girffucbynadoi33173 -> Solaris.ttf
"
LICENSE="Warframe-EULA"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="~amd64"
S="${DISTDIR}"
FONT_S="${S}"
FONT_SUFFIX="ttf"

View File

@@ -4,4 +4,4 @@ MISC-FREE Unicode_Fonts_for_Ancient_Scripts droidcam i3lock-color noweb
FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE
FREE @FREE-SOFTWARE
DFSG @FREE lablgtk-examples meschach VOSTROM
EULA technic
EULA technic Warframe-EULA

View File

@@ -4,3 +4,4 @@ DIST SU2-7.0.6.tar.gz 20531872 BLAKE2B 30e59bc6876223d87429b79f101a5705f989096a1
DIST SU2-7.0.7-TestCases.tar.gz 448969006 BLAKE2B 6c886824b55d7f8516d2ea69e2f7bef36a40986f4f715da46d91f851eb59390329433c6941a280eca34ad675633b2f1b01a897d1db8d177a5c4f770b286d0625 SHA512 0884b4f750dbcfd3f2cb0e71d6005932e4edd90a50fa84eb484f6c0c523930ddebfb3ed4315161b8fdeff911a52fa72b6d79739c8e19cd634b9823e007520213
DIST SU2-7.0.7-Tutorials.tar.gz 64282235 BLAKE2B 7a6b780ee6f01d26a7a7d4751ca39798af56cfd7b99ca3e13fdff61aecd631a3aa4c98a487f48a8b2593c711ee25bd1ddc90a316bde2c287e95a383321f1d5e9 SHA512 189b5da96f08689b62ba3c42ee349edd2e145f371112895587e53497f16de3d6fdbf17308af39961775d76e3169c40872ced8e267146b6da5ae12d31a4c70fa9
DIST SU2-7.0.7.tar.gz 20618138 BLAKE2B c823ea59fd28547b78c4694d45995e83c5f2c16229c40d20b951cdd62a98e13c77c07cffa87a1ec105b29a597878c7a2342c6ac90c7c9751ed20f876194a55e1 SHA512 c5dacc8b2f4ab7eb72852d8e6ae59c0800e8126faf20641135fa31ec42915b8e3553082e328b2b158e3e337f7aab0a932b6b1f875d3c0191db538bb923affcf3
DIST SU2-7.0.8.tar.gz 20554206 BLAKE2B ac291eeae696197f5875839defa98bde550c5250b5a5cff8049e0d1c8184c5ec6d225b77618d079a8fb3d5a7f4d0531a0b2931fd15e045299fa55c7dd03d9fd1 SHA512 26ed8c39d2dfcdb3fc4e1c986c64f683f44cd4123ce5f7a482c4557a82b04b4bd8ef1f04332ab36ad0f987cfb98053fb8b30ef81faf51c7c56aebc1a30467df9

View File

@@ -0,0 +1,114 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit meson python-single-r1
DESCRIPTION="SU2: An Open-Source Suite for Multiphysics Simulation and Design"
HOMEPAGE="https://su2code.github.io/"
SRC_URI="
https://github.com/su2code/SU2/archive/v${PV}.tar.gz -> ${P}.tar.gz
test? ( https://github.com/su2code/TestCases/archive/v7.0.7.tar.gz -> ${PN}-7.0.7-TestCases.tar.gz )
tutorials? ( https://github.com/su2code/Tutorials/archive/v7.0.7.tar.gz -> ${PN}-7.0.7-Tutorials.tar.gz )
"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
# cgns, metis, parmetis are bundled;
# omp is disable as it's experimental;
# pastix is disabled as it's try to find bundled libs;
IUSE="cgns -mkl +mpi openblas tecio test tutorials"
RESTRICT="!test? ( test )"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
mkl? ( !openblas )
"
RDEPEND="
${PYTHON_DEPS}
mpi? ( virtual/mpi[cxx] )
mkl? ( sci-libs/mkl )
openblas? ( sci-libs/openblas )
"
DEPEND="
${RDEPEND}
tecio? ( dev-libs/boost:= )
"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${P}-fix-env.patch"
"${FILESDIR}/${PN}-7.0.4-unbundle_boost.patch"
"${FILESDIR}/${P}-fix-python-optimize.patch"
)
DOCS=( "LICENSE.md" "README.md" "SU2_PY/documentation.txt" )
src_unpack() {
unpack "${P}.tar.gz"
if use test ; then
einfo "Unpacking ${PN}-7.0.7-TestCases.tar.gz to /var/tmp/portage/sci-physics/${P}/work/${P}/TestCases"
tar -C "${P}"/TestCases --strip-components=1 -xzf "${DISTDIR}/${PN}-7.0.7-TestCases.tar.gz" || die
fi
if use tutorials ; then
einfo "Unpacking ${PN}-7.0.7-Tutorials.tar.gz to /var/tmp/portage/sci-physics/${P}/work/${P}"
mkdir "${P}"/Tutorials
tar -C "${P}"/Tutorials --strip-components=1 -xzf "${DISTDIR}/${PN}-7.0.7-Tutorials.tar.gz" || die
fi
}
src_configure() {
local emesonargs=(
-Denable-autodiff=false
-Denable-directdiff=false
-Denable-pastix=false
-Denable-pywrapper=false
-Dwith-omp=false
$(meson_feature mpi with-mpi)
$(meson_use cgns enable-cgns)
$(meson_use mkl enable-mkl)
$(meson_use openblas enable-openblas)
$(meson_use tecio enable-tecio)
$(meson_use test enable-tests)
)
meson_src_configure
}
src_test() {
ln -s ../../${P}-build/SU2_CFD/src/SU2_CFD SU2_PY/SU2_CFD
ln -s ../../${P}-build/SU2_DEF/src/SU2_DEF SU2_PY/SU2_DEF
ln -s ../../${P}-build/SU2_DOT/src/SU2_DOT SU2_PY/SU2_DOT
ln -s ../../${P}-build/SU2_GEO/src/SU2_GEO SU2_PY/SU2_GEO
ln -s ../../${P}-build/SU2_SOL/src/SU2_SOL SU2_PY/SU2_SOL
export SU2_RUN="${S}/SU2_PY"
export SU2_HOME="${S}"
export PATH=$PATH:$SU2_RUN
export PYTHONPATH=$PYTHONPATH:$SU2_RUN
einfo "Running UnitTests ..."
../${P}-build/UnitTests/test_driver
pushd TestCases/
use mpi && python parallel_regression.py
use mpi || python serial_regression.py
use tutorials && use mpi && python tutorials.py
popd
}
src_install() {
meson_src_install
mkdir -p "${ED}$(python_get_sitedir)"
mv "${ED}"/usr/bin/{FSI,SU2,*.py} -t "${ED}$(python_get_sitedir)"
python_optimize "${D}/$(python_get_sitedir)"
if use tutorials ; then
insinto "/usr/share/${P}"
doins -r Tutorials
fi
}

View File

@@ -0,0 +1,12 @@
diff -Naur old_env/UnitTests/meson.build new_env/UnitTests/meson.build
--- old_env/UnitTests/meson.build 2020-06-15 17:03:43.000000000 +0300
+++ new_env/UnitTests/meson.build 2020-06-15 17:04:35.000000000 +0300
@@ -26,7 +26,7 @@
test_driver = executable(
'test_driver',
unit_test_files,
- install : true,
+ install : false,
dependencies : [su2_cfd_dep, common_dep, su2_deps, catch2_dep],
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args]
)

File diff suppressed because it is too large Load Diff

View File

@@ -36,7 +36,8 @@ RDEPEND="dev-libs/boost[context,threads]
sys-fs/fuse:3
sys-libs/binutils-libs
sys-libs/zlib
sys-libs/libunwind"
sys-libs/libunwind
!dev-cpp/folly"
BDEPEND="app-text/ronn
dev-util/cmake
sys-apps/sed
@@ -47,6 +48,8 @@ CHECKREQS_DISK_BUILD="512M"
DOCS=( "README.md" "CHANGES.md" "TODO" )
CMAKE_IN_SOURCE_BUILD=true
src_unpack(){
default
rm -d "${S}"/fbthrift/
@@ -69,6 +72,12 @@ src_prepare(){
cmake_src_prepare
}
src_install(){
default
dolib.so libmetadata_thrift.so libthrift_light.so
dolib.so folly/libfolly.so.0.58.0-dev folly/libfolly.so
}
pkg_postinst(){
elog "Test shows that dwarfs compiled with Clang is substantially faster than GCC ones"
elog "See https://github.com/mhx/dwarfs/issues/14"