public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
Date: Sun, 24 Nov 2024 11:01:19 +0000 (UTC)	[thread overview]
Message-ID: <1732445606.6ec18f1803b14ff49b955d7fae1cd8571c6ee637.ionen@gentoo> (raw)

commit:     6ec18f1803b14ff49b955d7fae1cd8571c6ee637
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 09:28:59 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 10:53:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec18f18

media-gfx/ueberzug: add 18.3.1

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-gfx/ueberzug/Manifest               |  1 +
 media-gfx/ueberzug/ueberzug-18.3.1.ebuild | 39 +++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-gfx/ueberzug/Manifest b/media-gfx/ueberzug/Manifest
index e42fa608830d..45d98c701ec3 100644
--- a/media-gfx/ueberzug/Manifest
+++ b/media-gfx/ueberzug/Manifest
@@ -1,2 +1,3 @@
 DIST ueberzug-18.2.3.tar.gz 57640 BLAKE2B c174f39cb20a24c07f12088e595492960319a9fd5079e0a23e9632353fa7c93762621224a3fde4b2462931647239e3614ed9a1dffc635fea7a51c58d2b846b68 SHA512 6f8f342b4a593e857f70c053fc5b9e75bc2c3a063221ca64850acb8c325323bee50c9d471fe55de6bbb484d8c958d5bf3037e836b52734d617f1cea4be509a08
 DIST ueberzug-18.3.0.tar.gz 58280 BLAKE2B 2e91f55c39b6e9028ce95274c7e71c054fa623f2b61710a22bebec0b5a56ef719161f924b7af6741abc5c1f40d093daf24dfc562cacc4c2d639d9d0d53ed958c SHA512 ba039a46754a7120d65353c28e540e1f741a2930a7edf2d6f91b2df2d486f54fa44d141f788c17db5c83f876b7ecd1fca6aef56751e0c606fb9348b8c2580b8c
+DIST ueberzug-18.3.1.tar.gz 58290 BLAKE2B 879f4dd7898a569cf70200fb683d6220bd410b7738963527030e504c59ef9095a28c4380c695ae8034ac2cd1d841df044ad4cad34f72c3ad24b8ef32c9473f7e SHA512 194f94c69d61163edde4a09b9575efa18d82119636f1b89b062fde207b18c7d0aca3ed144b08194a81417f6fe5ae9069de58b824b31ad1f34ecb80c67b4d1fc1

diff --git a/media-gfx/ueberzug/ueberzug-18.3.1.ebuild b/media-gfx/ueberzug/ueberzug-18.3.1.ebuild
new file mode 100644
index 000000000000..6aba22f549c7
--- /dev/null
+++ b/media-gfx/ueberzug/ueberzug-18.3.1.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


             reply	other threads:[~2024-11-24 11:01 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-24 11:01 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-16  8:42 [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/ Ionen Wolkens
2024-12-06  7:49 Sam James
2024-12-04  9:18 Sam James
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-28  4:55 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1732445606.6ec18f1803b14ff49b955d7fae1cd8571c6ee637.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox