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

View File

@@ -263,7 +263,6 @@ app-misc/uwufetch 2.0 2.1: A meme system info tool for Linux
app-misc/vocabsieve 0.12.0: A simple, effective tool for language learning
app-misc/vrms-gentoo 0_pre20201102: vrms clone for Gentoo Linux
app-misc/walld 1.4.4: A Wallpaper daemon
app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars 1.0.0: Monitor a tree for files with spaces in name - and replace to underscores
app-misc/watchexec 1.23.0 1.24.0 1.24.1 1.24.2 1.25.0 1.25.1: Executes commands in response to file modifications
app-misc/wcal 0.1-r1: ISO weekly calendar
app-misc/wego 2.2: Wego is a weather client for the terminal
@@ -674,7 +673,7 @@ dev-python/graphql-relay 3.2.0: Relay library for graphql-core
dev-python/grpc-stubs 1.53.0.3: gRPC typing stubs for Python
dev-python/grpclib 0.4.2 0.4.3: Pure-Python gRPC implementation for asyncio
dev-python/guidata 3.2.2 3.3.0: Library for user interfaces for easy dataset editing and display
dev-python/guiqwt 4.4.5 4.4.5-r1: Efficient 2D plotting Python library based on PythonQwt
dev-python/guiqwt 4.4.5-r1: Efficient 2D plotting Python library based on PythonQwt
dev-python/guppy3 3.1.3-r1 3.1.4: A Python Programming Environment & Heap analysis toolset
dev-python/hachoir 3.3.0: Hachoir is a Python library to view and edit a binary stream field by field
dev-python/hijridate 2.4.1: Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar
@@ -860,7 +859,7 @@ dev-python/wrapio 2.0.0: Handling event-based streams in Python
dev-python/xattr 1.0.0 1.1.0: Python wrapper for extended filesystem attributes
dev-python/xunitparser 1.3.4: Read JUnit/XUnit XML files and map them to Python objects
dev-python/yams 0.7.3-r1 9999: Yet Another MPD Scrobbler (for Last.FM)
dev-python/zenlib 1.2.0-r1 1.3.1 1.4.0 1.6.2 1.7.2 1.7.3: Useful python decorators and utilities
dev-python/zenlib 1.2.0-r1 1.3.1 1.4.0 1.6.2 1.7.2 1.7.3 1.7.4: Useful python decorators and utilities
dev-python/zopfli 0.2.2: Zopfli module for Python
dev-ruby/asciidoctor-pdf 2.3.15: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn
dev-ruby/byebug 11.1.3: a Ruby 2 debugger
@@ -970,7 +969,6 @@ games-engines/ponscripter-fork 3.0.2: Fork of the Ponscripter visual novel engin
games-fps/assaultcube 1.3.0.2: Free multiplayer FPS based on the Cube engine
games-fps/crispy-doom 5.12.0 6.0: A limit-removing enhanced-resolution Doom source port based on Chocolate Doom
games-fps/etlegacy 2.81.0: Wolfenstein: Enemy Territory 2.60b compatible client/server
games-fps/far-cry-demo 9999: Famous game from 2004, developed by CryTek
games-fps/openspades 0.1.3: Open-source voxel FPS
games-fps/quakespasm 0.94.1 9999: Modern, cross-platform Quake 1 engine based on FitzQuake
games-fps/the-dark-mod-bin 2.12: Inspired by Thief on Doom 3 libre engine (id Tech 4)
@@ -987,19 +985,14 @@ games-puzzle/katawa-shoujo 1.4.6: Re-Engineered visual novel with accessibility
games-puzzle/krank 8: Little casual game
games-puzzle/superflu-riteurnz 1.5.5: Artisanal video-game about Superflu, the useless super-hero
games-puzzle/superflu-riteurnz-data 12: Artisanal video-game about Superflu, the useless super-hero (data files)
games-rpg/heroes-of-might-and-magic-v-demo 1: HoMM 5 from 2006, made by Nival in Russia. A few maps included.
games-rpg/kings-bounty-the-legend-demo 1: With battles like in Heroes of Might and Magic (HoMM)
games-rpg/open-adventure 1.16 1.17 1.18: Forward-port of the Crowther/Woods Adventure 2.5
games-rpg/sacred-demo 1.0.0: Like Diablo, isometric view, good rating, about a two hours of the gameplay
games-rpg/snoot-game 1.8 1.8-r1: Visual novel parody of Goodbye Volcano High
games-server/among-sus 20210519: Among Us, but it's a text adventure
games-strategy/armies-of-exigo-demo 1.0: Single and multi player demos of Armies of Exigo (like WarCraft III), Windows
games-strategy/general 4.6: Turn-based, old style with minimum graphic, full game, 5 MB size
games-strategy/ground-control 1011: RTS from 2000 by Massive Entertainment, without resources and buildings
games-strategy/massive-assault-network-2-demo 2.0.270: Turn-based, sci-fi, like a chess, from 2006, any screen resolution, good rating
games-strategy/massive-assault-network-ii 2.0.270: Turn-based, sci-fi, like a chess, from 2006, any screen resolution, good rating
games-strategy/swine 1: Fun RTS from 2001 by Hungarian developer StormRegion, similar to Ground Control
games-strategy/warhammer4000-dawn-of-war-demo 1: RTS with high rating from 2004, like WarCraft III or Armies of Exigo
games-util/NotEnoughProduction 0.0.4: Tool for building production chains for modded minecraft
games-util/ProtonUp-Qt 2.9.2 9999: Install and manage GE-Proton, Luxtorpeda & more for Steam Lutris and Heroic.
games-util/chiaki 2.1.1-r2 9999: Client for PlayStation 4 and PlayStation 5 Remote Play
@@ -1313,7 +1306,7 @@ net-client/telescope 0.8.1 0.9: w3m-like browser for Gemini
net-dialup/atinout 0.9.1-r1: AT commands as input are sent to modem and responses given as output
net-dialup/minimodem 0.24-r1 9999: General-purpose software audio FSK modem
net-dialup/tcpser 1.1.4: Hayes Smartmodem emulator over TCP/IP
net-dialup/tio 2.7: Simple TTY terminal application
net-dialup/tio 2.8: Simple TTY terminal application
net-dns/AdGuardHome 0.107.45 0.107.46 0.107.48: Network-wide ads & trackers blocking DNS server like Pi-Hole with web ui
net-dns/blocky 0.22 0.23 9999: Fast and lightweight DNS proxy as ad-blocker with many features written in Go
net-fs/httpdirfs 1.2.0: Filesystem to mount HTTP directory listings, with a permanent cache

View File

@@ -1 +1 @@
Tue, 16 Apr 2024 11:20:31 +0000
Wed, 17 Apr 2024 15:24:01 +0000