app-misc/metadata-cleaner: add 2.5.4, drop 2.3.1

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc 2023-12-01 19:18:14 +01:00
parent 28c97e1d0a
commit baf639315b
No known key found for this signature in database
GPG Key ID: 3C21DC7CC460006B
2 changed files with 8 additions and 6 deletions

View File

@ -1 +1 @@
DIST metadata-cleaner-v2.3.1.tar.bz2 2120932 BLAKE2B bcb96c997fe31548e5acfe645a48f429f5142609a5aeb6179304cb57cae791c6651806c0a195c14dfe74b03b3bdc164e1c03ca40513a69311b77921ac5bacf4a SHA512 9d530a15fcfa2f5fdf5b07467d2ec17e06530ee9a62dd0f6032277c30bfd9eef394ad104dcffe8e72b46fc06064003641029222abcdde8c93a9292d057008807
DIST metadata-cleaner-v2.5.4.tar.bz2 2199711 BLAKE2B 2afab5cf716bbf21ae95737c589a1466df0ddb3981b6c11fa8f02284f550a698118df32154e0b6e3860f0aa901329e44690c9d8ac67a92883fcb1118095924fb SHA512 7ec8e1029f59c273e0514f2afe6b57e7dbd09c1be14e8220996e795f06a4eb93523aa892fc69cc4286b7451b7e23f47a7aa08d949df3cac33293643b5b899e6f

View File

@ -1,10 +1,10 @@
# Copyright 2023 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit gnome2-utils meson python-single-r1 xdg-utils
inherit gnome2-utils meson python-single-r1
DESCRIPTION="Python GTK application to view and clean metadata in files, using mat2."
HOMEPAGE="https://metadatacleaner.romainvigier.fr https://gitlab.com/rmnvgr/metadata-cleaner"
@ -15,17 +15,19 @@ SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
DEPEND="
${PYTHON_DEPS}
dev-util/itstool
gui-libs/gtk:4
gui-libs/libadwaita
$(python_gen_cond_dep '
dev-python/pygobject[${PYTHON_USEDEP}]
app-misc/mat2[${PYTHON_USEDEP}]
')"
')
"
RDEPEND="${DEPEND}"
BDEPEND=""
BDEPEND="${DEPEND}"
S=${WORKDIR}/metadata-cleaner-v${PV}