From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FAD715807A for ; Tue, 8 Oct 2024 23:07:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 423DDE29B7; Tue, 8 Oct 2024 23:07:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2641BE29B7 for ; Tue, 8 Oct 2024 23:07:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40147343203 for ; Tue, 8 Oct 2024 23:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3862F2215 for ; Tue, 8 Oct 2024 23:07:13 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1728428830.aea09bbfe88c3c9aa3b90e96ff3c770229ff597c.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/curtail/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/curtail/Manifest media-gfx/curtail/curtail-1.9.1.ebuild X-VCS-Directories: media-gfx/curtail/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: aea09bbfe88c3c9aa3b90e96ff3c770229ff597c X-VCS-Branch: master Date: Tue, 8 Oct 2024 23:07:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b50bc2a8-2f87-4352-8a4d-638c560432ef X-Archives-Hash: 0bdcc11e9fd8816c27518e9eee3a72df commit: aea09bbfe88c3c9aa3b90e96ff3c770229ff597c Author: Maciej Barć gentoo org> AuthorDate: Tue Oct 8 21:20:22 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Oct 8 23:07:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea09bbf media-gfx/curtail: drop old 1.9.1 Signed-off-by: Maciej Barć gentoo.org> media-gfx/curtail/Manifest | 1 - media-gfx/curtail/curtail-1.9.1.ebuild | 68 ---------------------------------- 2 files changed, 69 deletions(-) diff --git a/media-gfx/curtail/Manifest b/media-gfx/curtail/Manifest index 96cc9b80fdfd..276195371b00 100644 --- a/media-gfx/curtail/Manifest +++ b/media-gfx/curtail/Manifest @@ -1,2 +1 @@ DIST curtail-1.10.0.tar.gz 205428 BLAKE2B 7a9d1c56542648cd1c4c6fe1355276896bea96a8f054d03c2e4a174e392867db05c3a6548897d31f078b2416eac8b3695cafd3977236f0b66fd10f3020e35d3a SHA512 6bd76b4cefd693199e25db112e90acaa990d2a8dbc2016bd9d55e8d1857bd9c6e94f9164691855231afeff65ae3b070c646a8dc8b446591a08509683dd4a9fb7 -DIST curtail-1.9.1.tar.gz 199785 BLAKE2B 689aa8f61f3c48ed51a85c35bbc6bee136a20064cd2d03c48f630fd80c8c85b64421e77327a71a41f266bd8f9d6f0dcdc197c15657159ae74056e1b52cc8ef12 SHA512 7ff0ff10068c5ff2694f6674376edf84957759b6274740d47d11a584943b026183b13a59b777c27569b6997c3cb358694fa93c55a1136b9d1fab08e768d1a1a4 diff --git a/media-gfx/curtail/curtail-1.9.1.ebuild b/media-gfx/curtail/curtail-1.9.1.ebuild deleted file mode 100644 index 036a248fd7e7..000000000000 --- a/media-gfx/curtail/curtail-1.9.1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -inherit gnome2-utils meson python-single-r1 xdg - -DESCRIPTION="Image compressor, supporting PNG, JPEG and WebP" -HOMEPAGE="https://github.com/Huluti/Curtail/" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Huluti/${PN^}.git" -else - SRC_URI="https://github.com/Huluti/${PN^}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - S="${WORKDIR}/${P^}" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="test" # Just desktop / schema / appstream file validation (fails). - -RDEPEND=" - ${PYTHON_DEPS} - gui-libs/gtk:4[introspection] - $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]') -" -BDEPEND=" - ${RDEPEND} - dev-libs/appstream-glib - dev-util/desktop-file-utils -" -RDEPEND+=" - >=gui-libs/libadwaita-1.3.1 - media-gfx/jpegoptim - media-gfx/oxipng - media-gfx/pngquant - media-libs/libwebp -" - -DOCS=( CHANGELOG.md README.md ) - -src_prepare() { - sed -i "s|@PYTHON@|${PYTHON}|" "${S}"/src/${PN}.in || die - - default -} - -src_install() { - meson_src_install - python_optimize -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}