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 C81B51382C5 for ; Mon, 21 Dec 2020 09:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0855E2BC00C; Mon, 21 Dec 2020 09:27:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E0DBC2BC008 for ; Mon, 21 Dec 2020 09:27:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C7675341548 for ; Mon, 21 Dec 2020 09:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A36239F for ; Mon, 21 Dec 2020 09:27:10 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1608542821.87945f7bbb4dd6ca786a7bd62607a38129179930.telans@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.0.ebuild X-VCS-Directories: app-misc/mat2/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 87945f7bbb4dd6ca786a7bd62607a38129179930 X-VCS-Branch: dev Date: Mon, 21 Dec 2020 09:27:10 +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: e5f35a49-e2b2-42b2-8bdb-839bcccca88b X-Archives-Hash: 46e537250498dbfb5433a841ecc629d1 commit: 87945f7bbb4dd6ca786a7bd62607a38129179930 Author: Theo Anderson posteo de> AuthorDate: Mon Dec 21 09:27:01 2020 +0000 Commit: Theo Anderson posteo de> 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