From dd405630dd89a5eb4d66729674734e19fb828665 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Wed, 19 Aug 2026 02:12:00 +0200 Subject: [PATCH] Add app-misc/unimatrix --- app-misc/unimatrix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app-misc/unimatrix diff --git a/app-misc/unimatrix b/app-misc/unimatrix new file mode 100644 index 0000000..5c69c42 --- /dev/null +++ b/app-misc/unimatrix @@ -0,0 +1,21 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Python script to simulate the display from The Matrix" +HOMEPAGE="https://github.com/will8211/unimatrix" +EGIT_REPO_URI="https://github.com/will8211/unimatrix.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${PYTHON_DEPS}" +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" \ No newline at end of file