public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/curtail/
Date: Tue,  8 Oct 2024 23:07:13 +0000 (UTC)	[thread overview]
Message-ID: <1728428830.aea09bbfe88c3c9aa3b90e96ff3c770229ff597c.xgqt@gentoo> (raw)

commit:     aea09bbfe88c3c9aa3b90e96ff3c770229ff597c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 21:20:22 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> 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ć <xgqt <AT> 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
-}


             reply	other threads:[~2024-10-08 23:07 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-08 23:07 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-06 21:20 [gentoo-commits] repo/gentoo:master commit in: media-gfx/curtail/ Sam James
2025-05-03 14:33 Maciej Barć
2025-03-07 19:34 Maciej Barć
2025-02-23 14:25 Arthur Zamarin
2025-01-22 16:20 Maciej Barć
2024-11-23 20:16 Sam James
2024-10-13 19:23 Maciej Barć
2024-10-08 23:07 Maciej Barć
2024-07-22  1:09 Sam James
2024-06-15 22:23 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-05-24  0:34 Sam James
2024-04-17 22:10 Maciej Barć
2024-04-14 15:33 Maciej Barć
2024-04-11  1:38 Maciej Barć
2024-01-06  9:50 Michał Górny
2023-11-30 16:54 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-05-28 23:41 Sam James
2023-05-19 17:50 Sam James
2023-04-28 16:52 Maciej Barć
2023-04-05 20:19 Maciej Barć
2023-03-26  1:03 Sam James
2023-02-21  2:03 Maciej Barć

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=1728428830.aea09bbfe88c3c9aa3b90e96ff3c770229ff597c.xgqt@gentoo \
    --to=xgqt@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