[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3-resurrect/
commit: 12c45d0359e4c881ce428d51c3ecf38fb6e1852c Author: Lucio Sauer posteo net> AuthorDate: Tue Jun 10 09:46:09 2025 + Commit: Lucio Sauer posteo net> CommitDate: Tue Jun 10 09:47:02 2025 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12c45d03 x11-misc/i3-resurrect: fix copyright year Signed-off-by: Lucio Sauer posteo.net> x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild index 67437d3c19..eaf8f27c91 100644 --- a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild +++ b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2025 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8
[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3-resurrect/
commit: fa70a7266c96229318afbc03a75d90a3318c7fa1 Author: Vitaly Zdanevich ya ru> AuthorDate: Tue Jun 10 04:49:47 2025 + Commit: Lucio Sauer posteo net> CommitDate: Tue Jun 10 09:47:01 2025 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa70a726 x11-misc/i3-resurrect: python to 3.13 Signed-off-by: Vitaly Zdanevich ya.ru> Part-of: https://github.com/gentoo/guru/pull/333 Closes: https://github.com/gentoo/guru/pull/333 Signed-off-by: Lucio Sauer posteo.net> x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild index e06e507e85..67437d3c19 100644 --- a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild +++ b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) PYPI_NO_NORMALIZE=true # Without this - cannot fetch inherit distutils-r1 pypi
[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3-resurrect/
commit: bf89c014747d9365fb49db55a09f8550e701a6b2 Author: Vitaly Zdanevich ya ru> AuthorDate: Fri Mar 8 12:17:04 2024 + Commit: Vitaly Zdanevich ya ru> CommitDate: Fri Mar 8 12:17:04 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf89c014 x11-misc/i3-resurrect: remove accidently added TEST Signed-off-by: Vitaly Zdanevich ya.ru> x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild index ab9bb6a5c0..9f291dd46e 100644 --- a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild +++ b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild @@ -27,5 +27,5 @@ RDEPEND=" pkg_postins() { elog "Documentation: https://github.com/JonnyHaystack/i3-resurrect?tab=readme-ov-file#usage"; - elog "Alternative software: x11-misc/i3-restore TEST" + elog "Alternative software: x11-misc/i3-restore" }
[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3-resurrect/
commit: 9f42e7c4e45e039d1d4d742bb68294230409537f Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Mar 7 04:45:26 2024 + Commit: Vitaly Zdanevich ya ru> CommitDate: Thu Mar 7 04:45:26 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f42e7c4 x11-misc/i3-resurrect: new package Signed-off-by: Vitaly Zdanevich ya.ru> x11-misc/i3-resurrect/Manifest | 1 + x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild | 31 + x11-misc/i3-resurrect/metadata.xml | 16 + 3 files changed, 48 insertions(+) diff --git a/x11-misc/i3-resurrect/Manifest b/x11-misc/i3-resurrect/Manifest new file mode 100644 index 00..3f389666f2 --- /dev/null +++ b/x11-misc/i3-resurrect/Manifest @@ -0,0 +1 @@ +DIST i3-resurrect-1.4.5.tar.gz 31851 BLAKE2B 45c790ba1985cf98a56751f48c468bfad1e35e7ad1b10e0504df2b51a53433e58a26e578b608654e55b52d85f2a5d2218b4e971cef409a6f5c854e31d3e8f3dd SHA512 9c80c25c85bb2f3113b747bff68d16a7547ff6c77c9a0b3d4b7f15f0a7fd773853565db27dd80bf01f454738d73e11f6aa1b8dac5140579f18e0ca4b4a0d559e diff --git a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild new file mode 100644 index 00..9f291dd46e --- /dev/null +++ b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +PYPI_NO_NORMALIZE=true # Without this - cannot fetch +inherit distutils-r1 pypi + +DESCRIPTION="Saving and restoring i3 workspaces" +HOMEPAGE=" + https://github.com/JonnyHaystack/i3-resurrect + https://pypi.org/project/i3-resurrect +" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/i3ipc[${PYTHON_USEDEP}] + dev-python/natsort[${PYTHON_USEDEP}] + x11-wm/i3 +" + +pkg_postins() { + elog "Documentation: https://github.com/JonnyHaystack/i3-resurrect?tab=readme-ov-file#usage"; + elog "Alternative software: x11-misc/i3-restore" +} diff --git a/x11-misc/i3-resurrect/metadata.xml b/x11-misc/i3-resurrect/metadata.xml new file mode 100644 index 00..ca599b3c18 --- /dev/null +++ b/x11-misc/i3-resurrect/metadata.xml @@ -0,0 +1,16 @@ + +https://www.gentoo.org/dtd/metadata.dtd'> + + +zdanevich.vit...@ya.ru +Vitaly Zdanevich + + + + Jonathan Haylett + +https://github.com/JonnyHaystack/i3-resurrect/issues +i3-resurrect +JonnyHaystack/i3-resurrect + +