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 54A71138334 for ; Mon, 20 May 2019 17:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 685E6E082B; Mon, 20 May 2019 17:46:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4BDCEE082B for ; Mon, 20 May 2019 17:46:46 +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 1E569344C15 for ; Mon, 20 May 2019 17:46:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 645435D7 for ; Mon, 20 May 2019 17:46:42 +0000 (UTC) From: "Ralph Seichter" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ralph Seichter" Message-ID: <1558364524.66611ad19e0d8bffa34ae5fd1642a2014d40b631.ralph-seichter@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.9.0.ebuild app-misc/mat2/metadata.xml X-VCS-Directories: app-misc/mat2/ X-VCS-Committer: ralph-seichter X-VCS-Committer-Name: Ralph Seichter X-VCS-Revision: 66611ad19e0d8bffa34ae5fd1642a2014d40b631 X-VCS-Branch: master Date: Mon, 20 May 2019 17:46:42 +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: 137ffc5e-469f-4ebd-9bd0-572bfd909021 X-Archives-Hash: ed101156a1e8c36236ea9adc77e43a3b commit: 66611ad19e0d8bffa34ae5fd1642a2014d40b631 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon May 20 15:01:01 2019 +0000 Commit: Ralph Seichter seichter de> CommitDate: Mon May 20 15:02:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66611ad1 app-misc/mat2: New Package Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-misc/mat2/Manifest | 1 + app-misc/mat2/mat2-0.9.0.ebuild | 23 +++++++++++++++++++++++ app-misc/mat2/metadata.xml | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/app-misc/mat2/Manifest b/app-misc/mat2/Manifest new file mode 100644 index 0000000..6596b7d --- /dev/null +++ b/app-misc/mat2/Manifest @@ -0,0 +1 @@ +DIST mat2-0.9.0.tar.gz 5660801 BLAKE2B 069076d95e3594bcd842861cf96fdf2849c7f955f34af3ca55b2204792c25de8d774eed6920674c596258b6f0f3dded6f1fa204bd615e3ced1029f8d7b049dbb SHA512 b343a3b48240b899ba2be677457591ce3e7f72cdefaeba84ce8a8f385b2279afe37aac097bebab536651d9eb9b473981df5907ea174278834b2b9773723f95e5 diff --git a/app-misc/mat2/mat2-0.9.0.ebuild b/app-misc/mat2/mat2-0.9.0.ebuild new file mode 100644 index 0000000..385b00c --- /dev/null +++ b/app-misc/mat2/mat2-0.9.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=(python3_5 python3_6) + +inherit distutils-r1 + +DESCRIPTION="Metadata Anonymisation Toolkit: handy tool to trash your metadata" +HOMEPAGE="https://0xacab.org/jvoisin/mat2" +LICENSE="LGPL-3" +SLOT="0" +SRC_URI="https://0xacab.org/jvoisin/mat2/-/archive/${PV}/${P}.tar.gz" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + media-libs/mutagen:* + dev-python/pygobject:3 + dev-python/pycairo:* +" +RDEPEND="${DEPEND}" diff --git a/app-misc/mat2/metadata.xml b/app-misc/mat2/metadata.xml new file mode 100644 index 0000000..e1234b5 --- /dev/null +++ b/app-misc/mat2/metadata.xml @@ -0,0 +1,12 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + + + https://0xacab.org/jvoisin/mat2/issues + https://0xacab.org/jvoisin/mat2/tags?format=atom + +