public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3-resurrect/
@ 2024-03-07  4:45 Vitaly Zdanevich
  0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Zdanevich @ 2024-03-07  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9f42e7c4e45e039d1d4d742bb68294230409537f
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Mar  7 04:45:26 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Mar  7 04:45:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f42e7c4

x11-misc/i3-resurrect: new package

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> 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 0000000000..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 0000000000..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 0000000000..ca599b3c18
--- /dev/null
+++ b/x11-misc/i3-resurrect/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+  <maintainer type='project'>
+    <email>zdanevich.vitaly@ya.ru</email>
+    <name>Vitaly Zdanevich</name>
+  </maintainer>
+  <upstream>
+    <maintainer>
+      <name>Jonathan Haylett</name>
+    </maintainer>
+    <bugs-to>https://github.com/JonnyHaystack/i3-resurrect/issues</bugs-to>
+    <remote-id type='pypi'>i3-resurrect</remote-id>
+    <remote-id type='github'>JonnyHaystack/i3-resurrect</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3-resurrect/
@ 2024-03-08 12:17 Vitaly Zdanevich
  0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Zdanevich @ 2024-03-08 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     bf89c014747d9365fb49db55a09f8550e701a6b2
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Mar  8 12:17:04 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Mar  8 12:17:04 2024 +0000
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 <zdanevich.vitaly <AT> 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"
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-08 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07  4:45 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3-resurrect/ Vitaly Zdanevich
  -- strict thread matches above, loose matches on Subject: below --
2024-03-08 12:17 Vitaly Zdanevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox