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 BCC98138350 for ; Tue, 31 Mar 2020 09:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63D1CE0A00; Tue, 31 Mar 2020 09:07:24 +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 35106E09E8 for ; Tue, 31 Mar 2020 09:07:24 +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 3DDB234F075 for ; Tue, 31 Mar 2020 09:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B2B01BD for ; Tue, 31 Mar 2020 09:07:19 +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: <1585606579.0894cec1a8ae7ae80ba0de907cfc5dad73543ba6.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.10.1.ebuild X-VCS-Directories: app-misc/mat2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0894cec1a8ae7ae80ba0de907cfc5dad73543ba6 X-VCS-Branch: master Date: Tue, 31 Mar 2020 09:07:19 +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: 8d4f31c9-836c-4e0f-ae86-16f1fbcfd7f8 X-Archives-Hash: 4db67c4c9b4c3a68f0104268e02640a3 commit: 0894cec1a8ae7ae80ba0de907cfc5dad73543ba6 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon Mar 30 22:16:19 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Mar 30 22:16:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0894cec1 app-misc/mat2: Version clean, 0.10.1 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-misc/mat2/Manifest | 1 - app-misc/mat2/mat2-0.10.1.ebuild | 42 ---------------------------------------- 2 files changed, 43 deletions(-) diff --git a/app-misc/mat2/Manifest b/app-misc/mat2/Manifest index 620eebc..29cad01 100644 --- a/app-misc/mat2/Manifest +++ b/app-misc/mat2/Manifest @@ -1,2 +1 @@ -DIST mat2-0.10.1.tar.gz 5780327 BLAKE2B d8ffeb1c10409aa4fb93849e641c13bb65508441fb847db2a46f289becd33a160ac711c3c3fb302bfbacd5704acc9b15876a182916cf3d34bf8bb867836fe6b4 SHA512 ee6ec621b3e98cfcf2f341364f60d853be8aedbee88fd41d2cc97888ba7ee33f7610f165cdf140e0169fbdabd41ecafe80a30dab44dc9f2b1cb501973a8e403a DIST mat2-0.11.0.tar.gz 10151787 BLAKE2B c55d04fe7d49e8515bc5bc3ebfad4c71ddec670e5efed9855545bc32374661bb92501fb5910a599f27d97a3089a44f983c983cb82572ab153602d38e39682164 SHA512 8396a32b409b83cc4158546f92d458bc8a62e5aabd2c452402ac6185c2efdeff8794a7e1e45a8e39e9eaba31e256a303ca0be38b65fd43f11e7b07d1ea8b2f06 diff --git a/app-misc/mat2/mat2-0.10.1.ebuild b/app-misc/mat2/mat2-0.10.1.ebuild deleted file mode 100644 index 9671058..0000000 --- a/app-misc/mat2/mat2-0.10.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=(python3_{6,7,8}) -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} - media-libs/mutagen:0[${PYTHON_USEDEP}] - dev-python/pycairo:0[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - gnome-base/librsvg:2[introspection] - x11-libs/gdk-pixbuf:2[introspection] - app-text/poppler[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