mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
16 lines
1.0 KiB
Groff
16 lines
1.0 KiB
Groff
DEFINED_PHASES=install postinst prepare setup
|
|
DEPEND=x11-misc/xdotool app-misc/jq python_single_target_python3_11? ( dev-python/psutil[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/psutil[python_targets_python3_12(-)] )
|
|
DESCRIPTION=A simple bash + python script to restore your i3 session
|
|
EAPI=8
|
|
HOMEPAGE=https://github.com/jdholtz/i3-restore/
|
|
INHERIT=python-single-r1
|
|
IUSE=python_single_target_python3_11 python_single_target_python3_12
|
|
KEYWORDS=~amd64
|
|
LICENSE=GPL-3
|
|
RDEPEND=x11-wm/i3 python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 )
|
|
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 )
|
|
SLOT=0
|
|
SRC_URI=https://github.com/jdholtz/i3-restore/archive/refs/tags/v4.1.tar.gz -> i3-restore-4.1.tar.gz
|
|
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
|
_md5_=b7a687e21a0b723236ef1e3f05f4524c
|