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: Wed,  7 Jun 2023 08:46:17 +0000 (UTC)	[thread overview]
Message-ID: <1686127385.f6668a83c459c5c9cf68286f820a0306fce5d33e.ionen@gentoo> (raw)

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
+}


             reply	other threads:[~2023-06-07  8:46 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-07  8:46 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-24 11:01 [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/ Ionen Wolkens
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-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=1686127385.f6668a83c459c5c9cf68286f820a0306fce5d33e.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