2020-03-29 08:36:28 UTC

This commit is contained in:
Repository mirror & CI
2020-03-29 08:36:28 +00:00
parent 8643d8a76a
commit c3e98ef36b
5 changed files with 30 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
BDEPEND=doc? ( app-doc/doxygen )
DEFINED_PHASES=compile install prepare unpack
DESCRIPTION=Protothreads - Lightweight, Stackless Threads in C
EAPI=7
HOMEPAGE=https://web.archive.org/web/20190923093100/http://dunkels.com/adam/pt/
IUSE=doc examples
KEYWORDS=~amd64
LICENSE=BSD
SLOT=0
SRC_URI=https://web.archive.org/web/20190518175329/http://dunkels.com/adam/download/pt-1.4.tar.gz -> protothreads-1.4.tar https://web.archive.org/web/20190518175329/http://dunkels.com/adam/download/graham-pt.h
_md5_=bed17a2ce944063b35c71c59becd2103

View File

@@ -0,0 +1,14 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_6? ( >=dev-lang/python-3.6.10:3.6 ) python_targets_python3_7? ( >=dev-lang/python-3.7.6:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=An implementation of the Glicko-2 rating system for Python
EAPI=7
HOMEPAGE=https://github.com/sublee/glicko2
IUSE=python_targets_pypy3 python_targets_python3_6 python_targets_python3_7
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_6? ( >=dev-lang/python-3.6.10:3.6 ) python_targets_python3_7? ( >=dev-lang/python-3.7.6:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_6 python_targets_python3_7 )
SLOT=0
SRC_URI=https://github.com/sublee/glicko2/archive/99285aa6b5250b91a837b842dc61b2a96007f3c5.tar.gz -> glicko2-2019.10.10.tar.gz
_eclasses_=distutils-r1 577e2308f7b36e26062d464f59a5ee6c multibuild 40fe59465edacd730c644ec2bc197809 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 6f5996d2ae01e0c6f2869ed18f023239 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
_md5_=07b54ae617ce7944dc1c18719101e60d

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtnetwork:5 dev-qt/qtgui:5 dev-qt/qttest:5 dev-qt/qtxml:5 sys-libs/zlib >=virtual/jre-1.8.0 virtual/opengl x11-libs/libXrandr
SLOT=0
SRC_URI=https://github.com/MultiMC/MultiMC5/archive/0.6.8.tar.gz -> multimc-0.6.8.tar.gz https://github.com/MultiMC/libnbtplusplus/archive/multimc-0.6.1.tar.gz -> libnbtplusplus-multimc-0.6.1.tar.gz https://github.com/MultiMC/quazip/archive/multimc-3.tar.gz -> quazip-multimc-3.tar.gz
SRC_URI=https://github.com/MultiMC/MultiMC5/archive/0.6.11.tar.gz -> multimc-0.6.11.tar.gz https://github.com/MultiMC/libnbtplusplus/archive/multimc-0.6.1.tar.gz -> libnbtplusplus-multimc-0.6.1.tar.gz https://github.com/MultiMC/quazip/archive/multimc-3.tar.gz -> quazip-multimc-3.tar.gz
_eclasses_=cmake-utils be72eac95bd029ad1d81d5d656c3c83b desktop 3b1f1d9a6b749c9ce2d5182877265b23 eutils fcb2aa98e1948b835b5ae66ca52868c5 flag-o-matic f1194291b9a1baca337c1c89b5f7f365 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=ec1521d9c974b957eb4c7ee18a4ac625

View File

@@ -18,6 +18,7 @@ app-text/noweb 2.12: a literate programming tool, lighter than web
dev-games/surgescript 0.5.4 9999: scripting language made for opensurge
dev-lang/aldor 1.2.0_p20190730: The Aldor Programming Language
dev-lang/fbc 1.06.0 1.07.0 1.07.1: A free/open source, multi-platform BASIC compiler.
dev-libs/protothreads 1.4: Protothreads - Lightweight, Stackless Threads in C
dev-python/aiofiles 0.4.0: File support for asyncio
dev-python/aiomysql 0.0.20: aiomysql is a library for accessing a MySQL database from the asyncio
dev-python/aionotify 0.2.0: Simple, asyncio-based inotify library for Python
@@ -32,7 +33,7 @@ dev-python/bracex 2.0.0: Bash style brace expansion for Python
dev-python/curio 0.9: Curio is a coroutine-based library for concurrent systems programming
dev-python/databases 0.3.0: Async database support for Python.
dev-python/dataclasses 0.7: A backport of the dataclasses module for Python 3.6
dev-python/glicko2 9999: An implementation of the Glicko-2 rating system for Python
dev-python/glicko2 2019.10.10 9999: An implementation of the Glicko-2 rating system for Python
dev-python/graphene 2.1.8: GraphQL Framework for Python
dev-python/graphql-relay 3.0.0: Relay library for graphql-core-next
dev-python/hstspreload 2020.2.1: Chromium HSTS Preload list as a Python package
@@ -76,7 +77,7 @@ dev-vcs/git-extras 5.1.0 9999: Little git extras
dev-vcs/git-repo-updater 0.5.1: Easily update multiple git repositories at once
games-action/ATLauncher 3.3.4.2: Minecraft launcher which integrates multiple different ModPacks
games-action/minecraft-launcher 1.6.93 2.1.13086: An open-world game whose gameplay revolves around breaking and placing blocks
games-action/multimc 0.6.8: An advanced Qt5-based open-source launcher for Minecraft
games-action/multimc 0.6.11: An advanced Qt5-based open-source launcher for Minecraft
games-action/technic-launcher 4.510: Minecraft launcher for community-made modpacks on the Technic Platform
games-arcade/opensurge 0.5.0_p1 9999: fun 2D retro platformer inspired by old-school Sonic games
games-arcade/taisei 1.3.1: Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL.

View File

@@ -1 +1 @@
Sat, 28 Mar 2020 20:47:52 +0000
Sun, 29 Mar 2020 08:36:28 +0000