* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2021-12-21 17:15 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2021-12-21 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 8bb8876b0f0eb0fc48341e71fb9261904b7b985d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 21 15:18:45 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 21 17:12:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb8876b
media-gfx/ueberzug: initial import, 18.1.9
For net-misc/ytfzf in-terminal thumbnails display optfeature.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/Manifest | 1 +
media-gfx/ueberzug/metadata.xml | 12 ++++++++++++
media-gfx/ueberzug/ueberzug-18.1.9.ebuild | 28 ++++++++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
new file mode 100644
index 000000000000..3da5e790c882
--- /dev/null
+++ b/media-gfx/ueberzug/Manifest
@@ -0,0 +1 @@
+DIST ueberzug-18.1.9.tar.gz 36411 BLAKE2B 96a925cc2212512dcbf05aa47015c2611f9f36bcf3dcf65d62dc6212c567165faeb798abff55b092f174fd57ff5740734dde74006af8cd7e974598813c8c3adb SHA512 ac28081a26ad025f8caf34d694c0b56efccaac376d7cd181ab7df3f3b435fd521a263defcd749bd3b2fff62cc3139e26054cccfe0fc76bd9cd2ccaaf34a7e0ed
diff --git a/media-gfx/ueberzug/metadata.xml b/media-gfx/ueberzug/metadata.xml
new file mode 100644
index 000000000000..8c2e145137ab
--- /dev/null
+++ b/media-gfx/ueberzug/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ionen@gentoo.org</email>
+ <name>Ionen Wolkens</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">seebye/ueberzug</remote-id>
+ <remote-id type="pypi">ueberzug</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-gfx/ueberzug/ueberzug-18.1.9.ebuild b/media-gfx/ueberzug/ueberzug-18.1.9.ebuild
new file mode 100644
index 000000000000..b51f5eed87f3
--- /dev/null
+++ b/media-gfx/ueberzug/ueberzug-18.1.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Command line util to draw images on terminals by using child windows"
+HOMEPAGE="https://github.com/seebye/ueberzug/"
+SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+ x11-libs/libX11
+ x11-libs/libXext"
+RDEPEND="
+ ${COMMON_DEPEND}
+ dev-python/attrs[${PYTHON_USEDEP}]
+ dev-python/docopt[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/python-xlib[${PYTHON_USEDEP}]"
+DEPEND="
+ ${COMMON_DEPEND}
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2022-06-02 15:07 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2022-06-02 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 3c89124c46401adce2094f18632062008cbc2140
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 14:23:59 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 14:57:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c89124c
media-gfx/ueberzug: enable py3.11
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
index f0c80df36159..0b98c1324a5a 100644
--- a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Command line util to draw images on terminals by using child windows"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2022-06-02 15:07 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2022-06-02 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 79c331ee1f3e0ade18306232a9344cb8de897aab
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 14:23:46 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 14:57:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c331ee
media-gfx/ueberzug: use pep517
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
.../ueberzug/{ueberzug-18.1.9.ebuild => ueberzug-18.1.9-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.1.9.ebuild b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
similarity index 90%
rename from media-gfx/ueberzug/ueberzug-18.1.9.ebuild
rename to media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
index b51f5eed87f3..f0c80df36159 100644
--- a/media-gfx/ueberzug/ueberzug-18.1.9.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2022-11-01 20:39 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2022-11-01 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 2cc0a2f2e7780762f45cf241e1ad1190921622b6
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 20:07:01 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 20:32:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc0a2f2
media-gfx/ueberzug: stabilize 18.1.9-r1 for amd64, x86
First stable for ytfzf.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
index 0b98c1324a5a..ec2e4f14de20 100644
--- a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
COMMON_DEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2022-11-28 4:55 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2022-11-28 4:55 UTC (permalink / raw
To: gentoo-commits
commit: b90312f10c47ca0a888f7978d0b4682ca7b87db5
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 04:45:55 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 04:55:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90312f1
media-gfx/ueberzug: remove upstream metadata
Seems project was abandoned by upstream.
Still useful for ytfzf and there's no notable issues with it,
so there's no plans to remove it for the time being.
Closes: https://bugs.gentoo.org/883379
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/metadata.xml | 4 ----
media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild | 4 ++--
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/media-gfx/ueberzug/metadata.xml b/media-gfx/ueberzug/metadata.xml
index 8c2e145137ab..06d84e396dc3 100644
--- a/media-gfx/ueberzug/metadata.xml
+++ b/media-gfx/ueberzug/metadata.xml
@@ -5,8 +5,4 @@
<email>ionen@gentoo.org</email>
<name>Ionen Wolkens</name>
</maintainer>
- <upstream>
- <remote-id type="github">seebye/ueberzug</remote-id>
- <remote-id type="pypi">ueberzug</remote-id>
- </upstream>
</pkgmetadata>
diff --git a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
index ec2e4f14de20..f5efd1428964 100644
--- a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Command line util to draw images on terminals by using child windows"
-HOMEPAGE="https://github.com/seebye/ueberzug/"
-SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-04-20 20:29 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2023-04-20 20:29 UTC (permalink / raw
To: gentoo-commits
commit: 100d2a77480942b63962e954c568bf27e07a58bb
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 02:52:52 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:25:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100d2a77
media-gfx/ueberzug: add github new upstream metadata
Looks like a hopefully serious fork, been around for ~3 months,
got a few fixes, a new release, and upstream responds to issues.
Doesn't seem to be on pypi yet, so not re-adding that.
Bug: https://bugs.gentoo.org/883379
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-gfx/ueberzug/metadata.xml b/media-gfx/ueberzug/metadata.xml
index 06d84e396dc3..99e97cf6b077 100644
--- a/media-gfx/ueberzug/metadata.xml
+++ b/media-gfx/ueberzug/metadata.xml
@@ -5,4 +5,7 @@
<email>ionen@gentoo.org</email>
<name>Ionen Wolkens</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">ueber-devel/ueberzug</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-04-20 20:29 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2023-04-20 20:29 UTC (permalink / raw
To: gentoo-commits
commit: 15f96a7929bafab8085164f8fe838d040d769b40
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 03:22:14 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:25:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f96a79
media-gfx/ueberzug: add 18.2.0
Gets rid of the dependency on python-xlib.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/Manifest | 1 +
media-gfx/ueberzug/ueberzug-18.2.0.ebuild | 36 +++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
index 3da5e790c882..af0a666f9fe3 100644
--- a/media-gfx/ueberzug/Manifest
+++ b/media-gfx/ueberzug/Manifest
@@ -1 +1,2 @@
DIST ueberzug-18.1.9.tar.gz 36411 BLAKE2B 96a925cc2212512dcbf05aa47015c2611f9f36bcf3dcf65d62dc6212c567165faeb798abff55b092f174fd57ff5740734dde74006af8cd7e974598813c8c3adb SHA512 ac28081a26ad025f8caf34d694c0b56efccaac376d7cd181ab7df3f3b435fd521a263defcd749bd3b2fff62cc3139e26054cccfe0fc76bd9cd2ccaaf34a7e0ed
+DIST ueberzug-18.2.0.tar.gz 56774 BLAKE2B cc843433ba01de1bfa65ac0bc5632094bd2b0a4dbc8d2638a21dceffb6f9019257b7116198802d822477c3e10c9d2a82c52d136697a58cbace01666b7188f20e SHA512 c2b93841c9d31b164dc23a841e4dc93d768c4a3b848fedbc56e4d80ec8a96c15af8d924948783da2bb57a42cd61320845d2a3d14899e156d06dc08713b42e5bd
diff --git a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
new file mode 100644
index 000000000000..a499f46d8a5a
--- /dev/null
+++ b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="Command line util to draw images on terminals by using child windows"
+HOMEPAGE="https://github.com/ueber-devel/ueberzug/"
+SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXres"
+RDEPEND="
+ ${COMMON_DEPEND}
+ dev-python/attrs[${PYTHON_USEDEP}]
+ dev-python/docopt[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]"
+DEPEND="
+ ${COMMON_DEPEND}
+ x11-base/xorg-proto"
+
+python_install() {
+ distutils-r1_python_install
+
+ # https://github.com/ueber-devel/ueberzug/issues/9
+ rm -r -- "${D}$(python_get_sitedir)"/ueberzug/X || die
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-04-22 6:53 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2023-04-22 6:53 UTC (permalink / raw
To: gentoo-commits
commit: 5f090ecf20f8e685263f3a4cfeaff1214346d550
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 05:25:16 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 06:51:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f090ecf
media-gfx/ueberzug: set DISTUTILS_EXT=1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild | 1 +
media-gfx/ueberzug/ueberzug-18.2.0.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
index 6edd73970d9a..9d3012706040 100644
--- a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
diff --git a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
index a499f46d8a5a..d423b264ccfb 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-05-11 18:42 Arthur Zamarin
0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2023-05-11 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 2e041b5c5c3230ed1725ae2aa116133b941c32f8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 18:42:23 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 11 18:42:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e041b5c
media-gfx/ueberzug: Stabilize 18.2.0 x86, #906158
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
index cc13be556d66..ce363066903c 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
COMMON_DEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-05-11 18:42 Arthur Zamarin
0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2023-05-11 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 72d8386f4da93ce34cbb07cf58e53ea9369654b2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 18:42:23 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 11 18:42:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d8386f
media-gfx/ueberzug: Stabilize 18.2.0 amd64, #906158
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
index d423b264ccfb..cc13be556d66 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
COMMON_DEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-05-12 9:02 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2023-05-12 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 7228ce637e8215377f0fd7a539eca4034b9ed97a
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 19:03:27 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri May 12 08:59:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7228ce63
media-gfx/ueberzug: drop 18.1.9-r1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/Manifest | 1 -
media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild | 30 ----------------------------
2 files changed, 31 deletions(-)
diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
index af0a666f9fe3..4e23a9b2d80d 100644
--- a/media-gfx/ueberzug/Manifest
+++ b/media-gfx/ueberzug/Manifest
@@ -1,2 +1 @@
-DIST ueberzug-18.1.9.tar.gz 36411 BLAKE2B 96a925cc2212512dcbf05aa47015c2611f9f36bcf3dcf65d62dc6212c567165faeb798abff55b092f174fd57ff5740734dde74006af8cd7e974598813c8c3adb SHA512 ac28081a26ad025f8caf34d694c0b56efccaac376d7cd181ab7df3f3b435fd521a263defcd749bd3b2fff62cc3139e26054cccfe0fc76bd9cd2ccaaf34a7e0ed
DIST ueberzug-18.2.0.tar.gz 56774 BLAKE2B cc843433ba01de1bfa65ac0bc5632094bd2b0a4dbc8d2638a21dceffb6f9019257b7116198802d822477c3e10c9d2a82c52d136697a58cbace01666b7188f20e SHA512 c2b93841c9d31b164dc23a841e4dc93d768c4a3b848fedbc56e4d80ec8a96c15af8d924948783da2bb57a42cd61320845d2a3d14899e156d06dc08713b42e5bd
diff --git a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
deleted file mode 100644
index 9d3012706040..000000000000
--- a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Command line util to draw images on terminals by using child windows"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
- x11-libs/libX11
- x11-libs/libXext"
-RDEPEND="
- ${COMMON_DEPEND}
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/python-xlib[${PYTHON_USEDEP}]"
-DEPEND="
- ${COMMON_DEPEND}
- x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-05-12 9:02 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2023-05-12 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 1a7ad9a99d11b7c223f5d7449391e8400cc263d3
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 23:27:56 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri May 12 08:59:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7ad9a9
media-gfx/ueberzug: add blocker for media-gfx/ueberzugpp
Drop-in replacement with the same executable name, should be
little sense in installing both (that is, unless something uses
the python libraries from ueberzug directly -- but nothing of
the sort in tree right now).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
index ce363066903c..fb0b67e0a113 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
@@ -24,7 +24,8 @@ RDEPEND="
${COMMON_DEPEND}
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]"
+ dev-python/pillow[${PYTHON_USEDEP}]
+ !media-gfx/ueberzugpp"
DEPEND="
${COMMON_DEPEND}
x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-06-07 8:46 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2023-06-07 8:46 UTC (permalink / raw
To: gentoo-commits
commit: f6668a83c459c5c9cf68286f820a0306fce5d33e
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 7 07:55:31 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jun 7 08:43:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6668a83
media-gfx/ueberzug: add 18.2.1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/Manifest | 1 +
media-gfx/ueberzug/ueberzug-18.2.1.ebuild | 38 +++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
index 4e23a9b2d80d..389dede421c9 100644
--- a/media-gfx/ueberzug/Manifest
+++ b/media-gfx/ueberzug/Manifest
@@ -1 +1,2 @@
DIST ueberzug-18.2.0.tar.gz 56774 BLAKE2B cc843433ba01de1bfa65ac0bc5632094bd2b0a4dbc8d2638a21dceffb6f9019257b7116198802d822477c3e10c9d2a82c52d136697a58cbace01666b7188f20e SHA512 c2b93841c9d31b164dc23a841e4dc93d768c4a3b848fedbc56e4d80ec8a96c15af8d924948783da2bb57a42cd61320845d2a3d14899e156d06dc08713b42e5bd
+DIST ueberzug-18.2.1.tar.gz 56786 BLAKE2B 59dedf8db62a325e89de9ed57989b79efb0a39871a3001e656a2d2da2d205fd7a16b8fcc22394b8218fb85923f52cf493e3820e6a42fec4c0fb8af1d802107f9 SHA512 7a6d9af30296c272fac120b46da6818137e488dde3f71196c5eb272d84b11e504570953a4cf31b042b66fd2e8f0cb64bc6b7d6aebbe6b4abe70eef12ed2d5e44
diff --git a/media-gfx/ueberzug/ueberzug-18.2.1.ebuild b/media-gfx/ueberzug/ueberzug-18.2.1.ebuild
new file mode 100644
index 000000000000..2afd0aa989c6
--- /dev/null
+++ b/media-gfx/ueberzug/ueberzug-18.2.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1
+
+DESCRIPTION="Command line util to draw images on terminals by using child windows"
+HOMEPAGE="https://github.com/ueber-devel/ueberzug/"
+SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXres"
+RDEPEND="
+ ${COMMON_DEPEND}
+ dev-python/attrs[${PYTHON_USEDEP}]
+ dev-python/docopt[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ !media-gfx/ueberzugpp"
+DEPEND="
+ ${COMMON_DEPEND}
+ x11-base/xorg-proto"
+
+python_install() {
+ distutils-r1_python_install
+
+ # https://github.com/ueber-devel/ueberzug/issues/9
+ rm -r -- "${D}$(python_get_sitedir)"/ueberzug/X || die
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-06-26 8:19 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-06-26 8:19 UTC (permalink / raw
To: gentoo-commits
commit: e40f4a7cee1ce5bb3605e9d4dcd03fb2a9d652fb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 08:18:46 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 08:18:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40f4a7c
media-gfx/ueberzug: Stabilize 18.2.1 x86, #909165
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.1.ebuild b/media-gfx/ueberzug/ueberzug-18.2.1.ebuild
index 2afd0aa989c6..e00b1bc03ade 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.1.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
COMMON_DEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-06-26 8:43 Arthur Zamarin
0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2023-06-26 8:43 UTC (permalink / raw
To: gentoo-commits
commit: 2f5e1d80c1115e7b49a52153599fb39987a2bff9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 08:43:09 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 08:43:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5e1d80
media-gfx/ueberzug: Stabilize 18.2.1 amd64, #909165
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.1.ebuild b/media-gfx/ueberzug/ueberzug-18.2.1.ebuild
index e00b1bc03ade..8a3a359ddc8c 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.1.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
COMMON_DEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-07-14 21:32 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2023-07-14 21:32 UTC (permalink / raw
To: gentoo-commits
commit: 41d1b70aa3ca420124b548001d39020acfdc895b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 21:06:03 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 21:19:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d1b70a
media-gfx/ueberzug: drop 18.2.0
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/Manifest | 1 -
media-gfx/ueberzug/ueberzug-18.2.0.ebuild | 38 -------------------------------
2 files changed, 39 deletions(-)
diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
index 389dede421c9..bac9a671032d 100644
--- a/media-gfx/ueberzug/Manifest
+++ b/media-gfx/ueberzug/Manifest
@@ -1,2 +1 @@
-DIST ueberzug-18.2.0.tar.gz 56774 BLAKE2B cc843433ba01de1bfa65ac0bc5632094bd2b0a4dbc8d2638a21dceffb6f9019257b7116198802d822477c3e10c9d2a82c52d136697a58cbace01666b7188f20e SHA512 c2b93841c9d31b164dc23a841e4dc93d768c4a3b848fedbc56e4d80ec8a96c15af8d924948783da2bb57a42cd61320845d2a3d14899e156d06dc08713b42e5bd
DIST ueberzug-18.2.1.tar.gz 56786 BLAKE2B 59dedf8db62a325e89de9ed57989b79efb0a39871a3001e656a2d2da2d205fd7a16b8fcc22394b8218fb85923f52cf493e3820e6a42fec4c0fb8af1d802107f9 SHA512 7a6d9af30296c272fac120b46da6818137e488dde3f71196c5eb272d84b11e504570953a4cf31b042b66fd2e8f0cb64bc6b7d6aebbe6b4abe70eef12ed2d5e44
diff --git a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
deleted file mode 100644
index fb0b67e0a113..000000000000
--- a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Command line util to draw images on terminals by using child windows"
-HOMEPAGE="https://github.com/ueber-devel/ueberzug/"
-SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXres"
-RDEPEND="
- ${COMMON_DEPEND}
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- !media-gfx/ueberzugpp"
-DEPEND="
- ${COMMON_DEPEND}
- x11-base/xorg-proto"
-
-python_install() {
- distutils-r1_python_install
-
- # https://github.com/ueber-devel/ueberzug/issues/9
- rm -r -- "${D}$(python_get_sitedir)"/ueberzug/X || die
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-07-15 16:38 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2023-07-15 16:38 UTC (permalink / raw
To: gentoo-commits
commit: 7808315a5bd46f68d7fecaf13a90c7765684ce96
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 16:22:32 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 16:37:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7808315a
media-gfx/ueberzug: add 18.2.2
Only a 3 lines change for pillow-10 compat, didn't notice
it was broken given been using ueberzugpp lately.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/Manifest | 1 +
media-gfx/ueberzug/ueberzug-18.2.2.ebuild | 46 +++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
index bac9a671032d..23ff90b3a6b0 100644
--- a/media-gfx/ueberzug/Manifest
+++ b/media-gfx/ueberzug/Manifest
@@ -1 +1,2 @@
DIST ueberzug-18.2.1.tar.gz 56786 BLAKE2B 59dedf8db62a325e89de9ed57989b79efb0a39871a3001e656a2d2da2d205fd7a16b8fcc22394b8218fb85923f52cf493e3820e6a42fec4c0fb8af1d802107f9 SHA512 7a6d9af30296c272fac120b46da6818137e488dde3f71196c5eb272d84b11e504570953a4cf31b042b66fd2e8f0cb64bc6b7d6aebbe6b4abe70eef12ed2d5e44
+DIST ueberzug-18.2.2.tar.gz 56773 BLAKE2B dd3fdfe3820ac7344c574ab2031f0217b17a4b4ec4cd59f2447968abb6605a57ee77bab45f943f6d2501ad9c6e5ee3bf4c677f990814d676641bfe314e301dd4 SHA512 027d3b92711981d2334ba000cef9b424b01d962516432defaa287e2ca22d496a1f29c663f155838d74d91f26c355ac6af54c6513c33258676f315f9560e7256a
diff --git a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
new file mode 100644
index 000000000000..d0ad654cffdb
--- /dev/null
+++ b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1
+
+DESCRIPTION="Command line util to draw images on terminals by using child windows"
+HOMEPAGE="https://github.com/ueber-devel/ueberzug/"
+SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXres"
+RDEPEND="
+ ${COMMON_DEPEND}
+ dev-python/attrs[${PYTHON_USEDEP}]
+ dev-python/docopt[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ !media-gfx/ueberzugpp"
+DEPEND="
+ ${COMMON_DEPEND}
+ x11-base/xorg-proto"
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # fix version
+ [[ ${PV} == 18.2.2 ]] || die "drop version workaround"
+ sed -i "/^__version__/s/18.2.1/${PV}/" ueberzug/__init__.py || die
+}
+
+python_install() {
+ distutils-r1_python_install
+
+ # https://github.com/ueber-devel/ueberzug/issues/9
+ rm -r -- "${D}$(python_get_sitedir)"/ueberzug/X || die
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-07-22 18:36 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-07-22 18:36 UTC (permalink / raw
To: gentoo-commits
commit: bc71772ca933b300dbb3327a2c61403faf75bf11
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 22 18:36:21 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 22 18:36:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc71772c
media-gfx/ueberzug: Stabilize 18.2.2 amd64, #910665
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
index d0ad654cffdb..5db837e4af0e 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
COMMON_DEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-07-22 18:36 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-07-22 18:36 UTC (permalink / raw
To: gentoo-commits
commit: b6ff6a6c312899c57c9eddd1999fb8c8f4d7bbc0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 22 18:36:22 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 22 18:36:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ff6a6c
media-gfx/ueberzug: Stabilize 18.2.2 x86, #910665
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
index 5db837e4af0e..51e616b8ef33 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
COMMON_DEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-08-06 4:32 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2023-08-06 4:32 UTC (permalink / raw
To: gentoo-commits
commit: e51b9fecc888c7140283dbc4c28fd296f006fad0
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 00:46:17 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 04:27:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51b9fec
media-gfx/ueberzug: drop 18.2.1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/Manifest | 1 -
media-gfx/ueberzug/ueberzug-18.2.1.ebuild | 38 -------------------------------
2 files changed, 39 deletions(-)
diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
index 23ff90b3a6b0..526b930ecc55 100644
--- a/media-gfx/ueberzug/Manifest
+++ b/media-gfx/ueberzug/Manifest
@@ -1,2 +1 @@
-DIST ueberzug-18.2.1.tar.gz 56786 BLAKE2B 59dedf8db62a325e89de9ed57989b79efb0a39871a3001e656a2d2da2d205fd7a16b8fcc22394b8218fb85923f52cf493e3820e6a42fec4c0fb8af1d802107f9 SHA512 7a6d9af30296c272fac120b46da6818137e488dde3f71196c5eb272d84b11e504570953a4cf31b042b66fd2e8f0cb64bc6b7d6aebbe6b4abe70eef12ed2d5e44
DIST ueberzug-18.2.2.tar.gz 56773 BLAKE2B dd3fdfe3820ac7344c574ab2031f0217b17a4b4ec4cd59f2447968abb6605a57ee77bab45f943f6d2501ad9c6e5ee3bf4c677f990814d676641bfe314e301dd4 SHA512 027d3b92711981d2334ba000cef9b424b01d962516432defaa287e2ca22d496a1f29c663f155838d74d91f26c355ac6af54c6513c33258676f315f9560e7256a
diff --git a/media-gfx/ueberzug/ueberzug-18.2.1.ebuild b/media-gfx/ueberzug/ueberzug-18.2.1.ebuild
deleted file mode 100644
index 8a3a359ddc8c..000000000000
--- a/media-gfx/ueberzug/ueberzug-18.2.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="Command line util to draw images on terminals by using child windows"
-HOMEPAGE="https://github.com/ueber-devel/ueberzug/"
-SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXres"
-RDEPEND="
- ${COMMON_DEPEND}
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- !media-gfx/ueberzugpp"
-DEPEND="
- ${COMMON_DEPEND}
- x11-base/xorg-proto"
-
-python_install() {
- distutils-r1_python_install
-
- # https://github.com/ueber-devel/ueberzug/issues/9
- rm -r -- "${D}$(python_get_sitedir)"/ueberzug/X || die
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2023-08-06 4:32 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2023-08-06 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 91fb16f36373d91c92c492fb660e6a75129e9414
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 01:15:31 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 04:27:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fb16f3
media-gfx/ueberzug: enable py3.12
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
index 51e616b8ef33..5a026a9cbace 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Command line util to draw images on terminals by using child windows"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2024-05-24 15:39 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2024-05-24 15:39 UTC (permalink / raw
To: gentoo-commits
commit: 586434d488983e6b80578f37d5731189821c6672
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 15:32:29 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri May 24 15:38:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586434d4
media-gfx/ueberzug: add 18.2.3
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/Manifest | 1 +
media-gfx/ueberzug/ueberzug-18.2.3.ebuild | 44 +++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
index 526b930ecc55..344d69f1cfb1 100644
--- a/media-gfx/ueberzug/Manifest
+++ b/media-gfx/ueberzug/Manifest
@@ -1 +1,2 @@
DIST ueberzug-18.2.2.tar.gz 56773 BLAKE2B dd3fdfe3820ac7344c574ab2031f0217b17a4b4ec4cd59f2447968abb6605a57ee77bab45f943f6d2501ad9c6e5ee3bf4c677f990814d676641bfe314e301dd4 SHA512 027d3b92711981d2334ba000cef9b424b01d962516432defaa287e2ca22d496a1f29c663f155838d74d91f26c355ac6af54c6513c33258676f315f9560e7256a
+DIST ueberzug-18.2.3.tar.gz 57640 BLAKE2B c174f39cb20a24c07f12088e595492960319a9fd5079e0a23e9632353fa7c93762621224a3fde4b2462931647239e3614ed9a1dffc635fea7a51c58d2b846b68 SHA512 6f8f342b4a593e857f70c053fc5b9e75bc2c3a063221ca64850acb8c325323bee50c9d471fe55de6bbb484d8c958d5bf3037e836b52734d617f1cea4be509a08
diff --git a/media-gfx/ueberzug/ueberzug-18.2.3.ebuild b/media-gfx/ueberzug/ueberzug-18.2.3.ebuild
new file mode 100644
index 000000000000..04a4d46dfabe
--- /dev/null
+++ b/media-gfx/ueberzug/ueberzug-18.2.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+inherit distutils-r1
+
+DESCRIPTION="Command line util to draw images on terminals by using child windows"
+HOMEPAGE="https://github.com/ueber-devel/ueberzug/"
+SRC_URI="
+ https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXres
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+ dev-python/attrs[${PYTHON_USEDEP}]
+ dev-python/docopt[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ !media-gfx/ueberzugpp
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ x11-base/xorg-proto
+"
+
+python_install() {
+ distutils-r1_python_install
+
+ # https://github.com/ueber-devel/ueberzug/issues/9
+ rm -r -- "${D}$(python_get_sitedir)"/ueberzug/X || die
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2024-06-03 22:40 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2024-06-03 22:40 UTC (permalink / raw
To: gentoo-commits
commit: c95c749d7ad9b570efba159d5badc6a8755b3b3b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 3 22:40:09 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 3 22:40:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95c749d
media-gfx/ueberzug: Stabilize 18.2.3 amd64, #933488
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.3.ebuild b/media-gfx/ueberzug/ueberzug-18.2.3.ebuild
index 04a4d46dfabe..e5dfdfc691f2 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.3.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
COMMON_DEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2024-06-04 18:23 Arthur Zamarin
0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2024-06-04 18:23 UTC (permalink / raw
To: gentoo-commits
commit: ba11d80be36d0edaaef06b1067d1bf3de36059a2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 18:23:30 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 18:23:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba11d80b
media-gfx/ueberzug: Stabilize 18.2.3 x86, #933488
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.3.ebuild b/media-gfx/ueberzug/ueberzug-18.2.3.ebuild
index e5dfdfc691f2..2f812a2152f9 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.3.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
COMMON_DEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2024-06-06 13:20 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2024-06-06 13:20 UTC (permalink / raw
To: gentoo-commits
commit: 677e013bd67d5a03e44d1f559b27b119a2e86d6a
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 6 12:54:18 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 6 13:19:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677e013b
media-gfx/ueberzug: drop 18.2.2
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/Manifest | 1 -
media-gfx/ueberzug/ueberzug-18.2.2.ebuild | 46 -------------------------------
2 files changed, 47 deletions(-)
diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
index 344d69f1cfb1..165aecc0a633 100644
--- a/media-gfx/ueberzug/Manifest
+++ b/media-gfx/ueberzug/Manifest
@@ -1,2 +1 @@
-DIST ueberzug-18.2.2.tar.gz 56773 BLAKE2B dd3fdfe3820ac7344c574ab2031f0217b17a4b4ec4cd59f2447968abb6605a57ee77bab45f943f6d2501ad9c6e5ee3bf4c677f990814d676641bfe314e301dd4 SHA512 027d3b92711981d2334ba000cef9b424b01d962516432defaa287e2ca22d496a1f29c663f155838d74d91f26c355ac6af54c6513c33258676f315f9560e7256a
DIST ueberzug-18.2.3.tar.gz 57640 BLAKE2B c174f39cb20a24c07f12088e595492960319a9fd5079e0a23e9632353fa7c93762621224a3fde4b2462931647239e3614ed9a1dffc635fea7a51c58d2b846b68 SHA512 6f8f342b4a593e857f70c053fc5b9e75bc2c3a063221ca64850acb8c325323bee50c9d471fe55de6bbb484d8c958d5bf3037e836b52734d617f1cea4be509a08
diff --git a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
deleted file mode 100644
index 5a026a9cbace..000000000000
--- a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1
-
-DESCRIPTION="Command line util to draw images on terminals by using child windows"
-HOMEPAGE="https://github.com/ueber-devel/ueberzug/"
-SRC_URI="https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXres"
-RDEPEND="
- ${COMMON_DEPEND}
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- !media-gfx/ueberzugpp"
-DEPEND="
- ${COMMON_DEPEND}
- x11-base/xorg-proto"
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # fix version
- [[ ${PV} == 18.2.2 ]] || die "drop version workaround"
- sed -i "/^__version__/s/18.2.1/${PV}/" ueberzug/__init__.py || die
-}
-
-python_install() {
- distutils-r1_python_install
-
- # https://github.com/ueber-devel/ueberzug/issues/9
- rm -r -- "${D}$(python_get_sitedir)"/ueberzug/X || die
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
@ 2024-11-04 4:17 Ionen Wolkens
0 siblings, 0 replies; 26+ messages in thread
From: Ionen Wolkens @ 2024-11-04 4:17 UTC (permalink / raw
To: gentoo-commits
commit: 7d5aaaf5062d9b51471218e66aabf398c203f699
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 4 04:03:16 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Nov 4 04:17:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5aaaf5
media-gfx/ueberzug: add 18.3.0
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/Manifest | 1 +
media-gfx/ueberzug/ueberzug-18.3.0.ebuild | 39 +++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
index 165aecc0a633..e42fa608830d 100644
--- a/media-gfx/ueberzug/Manifest
+++ b/media-gfx/ueberzug/Manifest
@@ -1 +1,2 @@
DIST ueberzug-18.2.3.tar.gz 57640 BLAKE2B c174f39cb20a24c07f12088e595492960319a9fd5079e0a23e9632353fa7c93762621224a3fde4b2462931647239e3614ed9a1dffc635fea7a51c58d2b846b68 SHA512 6f8f342b4a593e857f70c053fc5b9e75bc2c3a063221ca64850acb8c325323bee50c9d471fe55de6bbb484d8c958d5bf3037e836b52734d617f1cea4be509a08
+DIST ueberzug-18.3.0.tar.gz 58280 BLAKE2B 2e91f55c39b6e9028ce95274c7e71c054fa623f2b61710a22bebec0b5a56ef719161f924b7af6741abc5c1f40d093daf24dfc562cacc4c2d639d9d0d53ed958c SHA512 ba039a46754a7120d65353c28e540e1f741a2930a7edf2d6f91b2df2d486f54fa44d141f788c17db5c83f876b7ecd1fca6aef56751e0c606fb9348b8c2580b8c
diff --git a/media-gfx/ueberzug/ueberzug-18.3.0.ebuild b/media-gfx/ueberzug/ueberzug-18.3.0.ebuild
new file mode 100644
index 000000000000..6aba22f549c7
--- /dev/null
+++ b/media-gfx/ueberzug/ueberzug-18.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=meson-python
+PYTHON_COMPAT=( python3_{10..13} )
+inherit distutils-r1
+
+DESCRIPTION="Command line util to draw images on terminals by using child windows"
+HOMEPAGE="https://github.com/ueber-devel/ueberzug/"
+SRC_URI="
+ https://github.com/ueber-devel/ueberzug/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXres
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+ dev-python/attrs[${PYTHON_USEDEP}]
+ dev-python/docopt[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ !media-gfx/ueberzugpp
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ x11-base/xorg-proto
+"
+
+distutils_enable_tests import-check
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2024-11-04 4:18 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-28 4:55 [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/ Ionen Wolkens
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 4:17 Ionen Wolkens
2024-06-06 13:20 Ionen Wolkens
2024-06-04 18:23 Arthur Zamarin
2024-06-03 22:40 Sam James
2024-05-24 15:39 Ionen Wolkens
2023-08-06 4:32 Ionen Wolkens
2023-08-06 4:32 Ionen Wolkens
2023-07-22 18:36 Sam James
2023-07-22 18:36 Sam James
2023-07-15 16:38 Ionen Wolkens
2023-07-14 21:32 Ionen Wolkens
2023-06-26 8:43 Arthur Zamarin
2023-06-26 8:19 Sam James
2023-06-07 8:46 Ionen Wolkens
2023-05-12 9:02 Ionen Wolkens
2023-05-12 9:02 Ionen Wolkens
2023-05-11 18:42 Arthur Zamarin
2023-05-11 18:42 Arthur Zamarin
2023-04-22 6:53 Ionen Wolkens
2023-04-20 20:29 Ionen Wolkens
2023-04-20 20:29 Ionen Wolkens
2022-11-01 20:39 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2021-12-21 17:15 Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox