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 0503B158090 for ; Sat, 7 May 2022 08:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23AF9E07B2; Sat, 7 May 2022 08:50:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 090E1E07B2 for ; Sat, 7 May 2022 08:50:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A24F341789 for ; Sat, 7 May 2022 08:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD36F3FB for ; Sat, 7 May 2022 08:50:40 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1651913026.b7e007f7f4f338f1ee4ece6684948eac43f84543.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/mat2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/mat2/Manifest app-misc/mat2/mat2-0.12.4.ebuild X-VCS-Directories: app-misc/mat2/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: b7e007f7f4f338f1ee4ece6684948eac43f84543 X-VCS-Branch: dev Date: Sat, 7 May 2022 08:50:40 +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: ecfd2087-d3ac-4937-9495-ee345c1d2898 X-Archives-Hash: 5b42dae93460b8cf0cadd77dd607a0ca commit: b7e007f7f4f338f1ee4ece6684948eac43f84543 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat May 7 08:38:29 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sat May 7 08:43:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7e007f7 app-misc/mat2: add 0.12.4 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-misc/mat2/Manifest | 1 + app-misc/mat2/mat2-0.12.4.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/app-misc/mat2/Manifest b/app-misc/mat2/Manifest index adc51a315..8cb8bafd5 100644 --- a/app-misc/mat2/Manifest +++ b/app-misc/mat2/Manifest @@ -1 +1,2 @@ DIST mat2-0.12.2.tar.gz 10463222 BLAKE2B 2c0285b3352b313a9cb11c28cbb0423acb4bb9d49ba1941bbfe772d8a4b4a44703d42ba99df5894a499bc920b233b79059438cc27e99bc8e02a5f83aaa01a452 SHA512 cdf13d58e48cd69c873e9324d4d4aa30f5b1e281e83751ed0e5c0f1d726b9f75f7da191d632dc8f2536db829cb23883a7c6b8613c7499b33cf6804d43f4d1e23 +DIST mat2-0.12.4.tar.gz 10464411 BLAKE2B 161d92dfea16c7ab5a09e9271b5cd4fbd64ddeaca18187395ff3ffb5671d5fc5d98c70d2a081c566148cbed7b6c9923ca87f732552d0172cb841030edbf70192 SHA512 20936c80d0fa31dae9ee14c3d853c0e63a87b2d3ad5838a17bdbbc3e7cb4cf73462c9a9573d2aeab6e4ab0d6c18ce24c63a80e1a7cd044724c8ecc639d13da80 diff --git a/app-misc/mat2/mat2-0.12.4.ebuild b/app-misc/mat2/mat2-0.12.4.ebuild new file mode 100644 index 000000000..c2e881888 --- /dev/null +++ b/app-misc/mat2/mat2-0.12.4.ebuild @@ -0,0 +1,45 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=(python3_{8..9}) +PYTHON_REQ_USE="xml" +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +DESCRIPTION="Metadata Anonymisation Toolkit: handy tool to trash your metadata" +HOMEPAGE="https://0xacab.org/jvoisin/mat2" +SRC_URI="https://0xacab.org/jvoisin/mat2/-/archive/${PV}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+exif sandbox video" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + test? ( exif video ) +" + +RDEPEND=" + ${PYTHON_DEPS} + app-text/poppler[introspection] + dev-python/pycairo:0[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + gnome-base/librsvg:2[introspection] + media-libs/mutagen:0[${PYTHON_USEDEP}] + x11-libs/gdk-pixbuf:2[introspection] + exif? ( media-libs/exiftool:* ) + sandbox? ( sys-apps/bubblewrap ) + video? ( media-video/ffmpeg:* ) +" +DEPEND=" + ${RDEPEND} + test? ( + media-video/ffmpeg[mp3,vorbis] + x11-libs/gdk-pixbuf:2[jpeg,tiff] + ) +" + +distutils_enable_tests unittest