2024-04-17 15:24:01 UTC

This commit is contained in:
Repository mirror & CI
2024-04-17 15:24:01 +00:00
parent 27816aa68e
commit c802c082a8
14 changed files with 34 additions and 118 deletions

View File

@@ -1,11 +1,11 @@
DEFINED_PHASES=compile install
DEPEND=app-arch/bzip2 sys-libs/zlib virtual/libiconv
DESCRIPTION=Extract ALZ archives
EAPI=7
EAPI=8
HOMEPAGE=http://kippler.com/win/unalz/
KEYWORDS=~amd64 ~x86
LICENSE=ZLIB
RDEPEND=app-arch/bzip2 sys-libs/zlib virtual/libiconv
SLOT=0
SRC_URI=http://kippler.com/win/unalz/unalz-0.65.tgz https://alarmpi.no-ip.org/gentoo/unalz-0.65-use-system-zlib.patch.bz2 https://alarmpi.no-ip.org/gentoo/unalz-0.65-use-system-bz2.patch.bz2
_md5_=21b040ce139f0daafb1d45a2d7564a9c
SRC_URI=http://kippler.com/win/unalz/unalz-0.65.tgz https://git.launchpad.net/ubuntu/+source/unalz/patch/?id=b4ade05e7e6dec25fee7d57bac6a055137e332c0 -> unalz-0.65-use-system-zlib.patch https://git.launchpad.net/ubuntu/+source/unalz/patch/?id=00932925e108f186301c5941130fc34c9a76f345 -> unalz-0.65-use-system-bz2.patch
_md5_=7b38abaa1d049bb8d1c8e6b062606b4e

View File

@@ -1,9 +0,0 @@
DEFINED_PHASES=install postinst
DESCRIPTION=Monitor a tree for files with spaces in name - and replace to underscores
EAPI=8
HOMEPAGE=https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
SLOT=0
SRC_URI=https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars/-/archive/1.0.0/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.tar.bz2
_md5_=2c5144d88435ca193d5d8c669e9abb7a

View File

@@ -1,15 +1,17 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
DESCRIPTION=Efficient 2D plotting Python library based on PythonQwt
EAPI=8
HOMEPAGE=https://pypi.python.org/pypi/guiqwt
INHERIT=distutils-r1
IUSE=python_targets_python3_11 python_targets_python3_12
IUSE=python_targets_python3_11 python_targets_python3_12 debug
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/cython[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/guidata[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/PythonQwt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/QtPy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/PlotPyStack/guiqwt/archive/refs/tags/v4.4.5.tar.gz -> guiqwt-4.4.5.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 d9a9242b3972ef569e740451da4b90e1
_md5_=a9a05509161cf53adaa02f9027050599
_md5_=c92659d051e0ef746d21fa2abbf7087e

View File

@@ -1,15 +1,15 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Efficient 2D plotting Python library based on PythonQwt
DESCRIPTION=Useful python decorators and utilities
EAPI=8
HOMEPAGE=https://pypi.python.org/pypi/guiqwt
HOMEPAGE=https://github.com/desultory/zenlib
INHERIT=distutils-r1
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/cython[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/guidata[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/PlotPyStack/guiqwt/archive/refs/tags/v4.4.5.tar.gz -> guiqwt-4.4.5.gh.tar.gz
SRC_URI=https://github.com/desultory/zenlib/archive/refs/tags/1.7.4.tar.gz -> zenlib-1.7.4.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 d9a9242b3972ef569e740451da4b90e1
_md5_=0cf26a644ce3677a9e3381665597286b
_md5_=abea4501aa51751ffa350e8b8d2be00d

View File

@@ -1,11 +0,0 @@
DEFINED_PHASES=install postinst
DESCRIPTION=Famous game from 2004, developed by CryTek
EAPI=8
HOMEPAGE=https://en.wikipedia.org/wiki/Far_Cry_(video_game)
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=~games-emulation/conty-1.25.2:0
RESTRICT=strip
SLOT=0
SRC_URI=https://archive.org/download/far-cry-demo.tar.xz/far-cry-demo.tar.xz
_md5_=aa58b2b14b1e7e4632d45f9669bfcfea

View File

@@ -1,13 +0,0 @@
DEFINED_PHASES=install postinst
DESCRIPTION=HoMM 5 from 2006, made by Nival in Russia. A few maps included.
EAPI=8
HOMEPAGE=https://en.wikipedia.org/wiki/Heroes_of_Might_and_Magic_V
INHERIT=wrapper
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=virtual/wine app-emulation/dxvk
RESTRICT=strip
SLOT=0
SRC_URI=https://archive.org/download/heroes-of-might-and-magic-v-demo.tar.xz/heroes-of-might-and-magic-v-demo.tar.xz
_eclasses_=wrapper 4a1902f969e5718126434fc35f3a0d9c
_md5_=6519ae6e8ad773c31dac653774a36899

View File

@@ -1,13 +0,0 @@
DEFINED_PHASES=install postinst
DESCRIPTION=With battles like in Heroes of Might and Magic (HoMM)
EAPI=8
HOMEPAGE=https://en.wikipedia.org/wiki/King%27s_Bounty:_The_Legend
INHERIT=wrapper
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=virtual/wine app-emulation/dxvk
RESTRICT=strip
SLOT=0
SRC_URI=https://archive.org/download/kings-bounty-the-legend-demo.tar.xz/kings-bounty-the-legend-demo.tar.xz
_eclasses_=wrapper 4a1902f969e5718126434fc35f3a0d9c
_md5_=5566d38f23b6caf796a6f4a0d096daf0

View File

@@ -1,13 +0,0 @@
DEFINED_PHASES=install postinst
DESCRIPTION=Single and multi player demos of Armies of Exigo (like WarCraft III), Windows
EAPI=8
HOMEPAGE=https://en.wikipedia.org/wiki/Armies_of_Exigo
INHERIT=wrapper
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=~games-emulation/conty-1.25.2:0
RESTRICT=strip
SLOT=0
SRC_URI=https://archive.org/download/armies-of-exigo--single-player-demo--portable-without-installer.tar/armies-of-exigo--single-player-demo--portable-without-installer.tar.xz https://archive.org/download/armies-of-exigo--multiplayer-demo--portable-without-installer.tar/armies-of-exigo--multiplayer-demo--portable-without-installer.tar.xz
_eclasses_=wrapper 4a1902f969e5718126434fc35f3a0d9c
_md5_=692a80c0b94d3f5d56056ceebff49272

View File

@@ -1,11 +0,0 @@
DEFINED_PHASES=install postinst
DESCRIPTION=Turn-based, sci-fi, like a chess, from 2006, any screen resolution, good rating
EAPI=8
HOMEPAGE=http://www.massiveassaultnetwork.com/man2/
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=~games-emulation/conty-1.25.2:0
RESTRICT=strip
SLOT=0
SRC_URI=https://archive.org/download/massive-assault-network-2-demo.tar/massive-assault-network-2-demo.tar.xz
_md5_=5e6e53957530079511d4044b1add219d

View File

@@ -1,11 +0,0 @@
DEFINED_PHASES=install postinst
DESCRIPTION=RTS with high rating from 2004, like WarCraft III or Armies of Exigo
EAPI=8
HOMEPAGE=https://en.wikipedia.org/wiki/Warhammer_40%2C000%3A_Dawn_of_War
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=~games-emulation/conty-1.25.2:0
RESTRICT=strip
SLOT=0
SRC_URI=https://archive.org/download/warhammer4000-dawn-of-war-demo.tar/warhammer4000-dawn-of-war-demo.tar.xz
_md5_=17f649962f26db4a5b064232c681d942

View File

@@ -1,14 +0,0 @@
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install test
DEPEND=dev-libs/inih
DESCRIPTION=Simple TTY terminal application
EAPI=8
HOMEPAGE=https://tio.github.io/
INHERIT=meson bash-completion-r1
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=GPL-2+
RDEPEND=dev-libs/inih
SLOT=0
SRC_URI=https://github.com/tio/tio/releases/download/v2.7/tio-2.7.tar.xz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca meson 92696988eaddba122c4cedc191f59bcb bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff
_md5_=138baa0dc8fa8a2add32abcaa1a169f2

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install setup test
DEPEND=lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) dev-libs/inih
DESCRIPTION=Simple TTY terminal application
EAPI=8
HOMEPAGE=https://tio.github.io/
INHERIT=lua-single meson bash-completion-r1
IUSE=lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=GPL-2+
RDEPEND=lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) dev-libs/inih
REQUIRED_USE=^^ ( lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 )
SLOT=0
SRC_URI=https://github.com/tio/tio/releases/download/v2.8/tio-2.8.tar.xz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb lua-single 86d497a20c93c7ce83af442f627515c1 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca meson 92696988eaddba122c4cedc191f59bcb bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff
_md5_=20f1e81d5f3c25db67b3cbc853743abc