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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A839B1382C5 for ; Mon, 21 Dec 2020 11:06:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C4732BC053; Mon, 21 Dec 2020 11:06:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40D502BC053 for ; Mon, 21 Dec 2020 11:06:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FCF2340FB4 for ; Mon, 21 Dec 2020 11:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1D9346C for ; Mon, 21 Dec 2020 11:06:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608542821.87945f7bbb4dd6ca786a7bd62607a38129179930.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/mat2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/mat2/Manifest app-misc/mat2/mat2-0.12.0.ebuild X-VCS-Directories: app-misc/mat2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 87945f7bbb4dd6ca786a7bd62607a38129179930 X-VCS-Branch: master Date: Mon, 21 Dec 2020 11:06:49 +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: 970001f2-5a23-42c6-ba07-bff72ec5c903 X-Archives-Hash: 26c7924a3f4b1f6ed6b43e3ffbf4d4ee commit: 87945f7bbb4dd6ca786a7bd62607a38129179930 Author: Theo Anderson posteo de> AuthorDate: Mon Dec 21 09:27:01 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Dec 21 09:27:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87945f7b app-misc/mat2: bump to 0.12.0 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> app-misc/mat2/Manifest | 1 + app-misc/mat2/mat2-0.12.0.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/app-misc/mat2/Manifest b/app-misc/mat2/Manifest index 29cad018..03e2b8da 100644 --- a/app-misc/mat2/Manifest +++ b/app-misc/mat2/Manifest @@ -1 +1,2 @@ DIST mat2-0.11.0.tar.gz 10151787 BLAKE2B c55d04fe7d49e8515bc5bc3ebfad4c71ddec670e5efed9855545bc32374661bb92501fb5910a599f27d97a3089a44f983c983cb82572ab153602d38e39682164 SHA512 8396a32b409b83cc4158546f92d458bc8a62e5aabd2c452402ac6185c2efdeff8794a7e1e45a8e39e9eaba31e256a303ca0be38b65fd43f11e7b07d1ea8b2f06 +DIST mat2-0.12.0.tar.gz 10153108 BLAKE2B 961fb4ee55258b6c727f4f143ba87a8a898fb41fff9a99a2a548ed493a3d8e635c0e347fadfacd6cca4a44db46d22ea5b9c5461eed447a897b04b7fc1d79d802 SHA512 de1969534029a81f2a341ec52fc9db007f687fdd7f20c46328348ca1b5b18a75763795daf1141532f0c11d5e4574a705aa389cbb6b50ebbbe5ab8ebb348a69ba diff --git a/app-misc/mat2/mat2-0.12.0.ebuild b/app-misc/mat2/mat2-0.12.0.ebuild new file mode 100644 index 00000000..4d354b47 --- /dev/null +++ b/app-misc/mat2/mat2-0.12.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=(python3_{7..9}) +PYTHON_REQ_USE="xml" +DISTUTILS_USE_SETUPTOOLS=rdepend + +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