Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/mat2/
Date: Sat, 07 May 2022 08:50:45
Message-Id: 1651913026.b7e007f7f4f338f1ee4ece6684948eac43f84543.lanodan@gentoo
1 commit: b7e007f7f4f338f1ee4ece6684948eac43f84543
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sat May 7 08:38:29 2022 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Sat May 7 08:43:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7e007f7
7
8 app-misc/mat2: add 0.12.4
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 app-misc/mat2/Manifest | 1 +
13 app-misc/mat2/mat2-0.12.4.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 46 insertions(+)
15
16 diff --git a/app-misc/mat2/Manifest b/app-misc/mat2/Manifest
17 index adc51a315..8cb8bafd5 100644
18 --- a/app-misc/mat2/Manifest
19 +++ b/app-misc/mat2/Manifest
20 @@ -1 +1,2 @@
21 DIST mat2-0.12.2.tar.gz 10463222 BLAKE2B 2c0285b3352b313a9cb11c28cbb0423acb4bb9d49ba1941bbfe772d8a4b4a44703d42ba99df5894a499bc920b233b79059438cc27e99bc8e02a5f83aaa01a452 SHA512 cdf13d58e48cd69c873e9324d4d4aa30f5b1e281e83751ed0e5c0f1d726b9f75f7da191d632dc8f2536db829cb23883a7c6b8613c7499b33cf6804d43f4d1e23
22 +DIST mat2-0.12.4.tar.gz 10464411 BLAKE2B 161d92dfea16c7ab5a09e9271b5cd4fbd64ddeaca18187395ff3ffb5671d5fc5d98c70d2a081c566148cbed7b6c9923ca87f732552d0172cb841030edbf70192 SHA512 20936c80d0fa31dae9ee14c3d853c0e63a87b2d3ad5838a17bdbbc3e7cb4cf73462c9a9573d2aeab6e4ab0d6c18ce24c63a80e1a7cd044724c8ecc639d13da80
23
24 diff --git a/app-misc/mat2/mat2-0.12.4.ebuild b/app-misc/mat2/mat2-0.12.4.ebuild
25 new file mode 100644
26 index 000000000..c2e881888
27 --- /dev/null
28 +++ b/app-misc/mat2/mat2-0.12.4.ebuild
29 @@ -0,0 +1,45 @@
30 +# Copyright 2020-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=(python3_{8..9})
36 +PYTHON_REQ_USE="xml"
37 +DISTUTILS_USE_SETUPTOOLS=bdepend
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Metadata Anonymisation Toolkit: handy tool to trash your metadata"
42 +HOMEPAGE="https://0xacab.org/jvoisin/mat2"
43 +SRC_URI="https://0xacab.org/jvoisin/mat2/-/archive/${PV}/${P}.tar.gz"
44 +
45 +LICENSE="LGPL-3"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +IUSE="+exif sandbox video"
49 +REQUIRED_USE="
50 + ${PYTHON_REQUIRED_USE}
51 + test? ( exif video )
52 +"
53 +
54 +RDEPEND="
55 + ${PYTHON_DEPS}
56 + app-text/poppler[introspection]
57 + dev-python/pycairo:0[${PYTHON_USEDEP}]
58 + dev-python/pygobject:3[${PYTHON_USEDEP}]
59 + gnome-base/librsvg:2[introspection]
60 + media-libs/mutagen:0[${PYTHON_USEDEP}]
61 + x11-libs/gdk-pixbuf:2[introspection]
62 + exif? ( media-libs/exiftool:* )
63 + sandbox? ( sys-apps/bubblewrap )
64 + video? ( media-video/ffmpeg:* )
65 +"
66 +DEPEND="
67 + ${RDEPEND}
68 + test? (
69 + media-video/ffmpeg[mp3,vorbis]
70 + x11-libs/gdk-pixbuf:2[jpeg,tiff]
71 + )
72 +"
73 +
74 +distutils_enable_tests unittest