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: Thu,  6 Jun 2024 13:20:12 +0000 (UTC)	[thread overview]
Message-ID: <1717679940.677e013bd67d5a03e44d1f559b27b119a2e86d6a.ionen@gentoo> (raw)

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


             reply	other threads:[~2024-06-06 13:20 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-06 13:20 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-04  4:17 [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/ 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=1717679940.677e013bd67d5a03e44d1f559b27b119a2e86d6a.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