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 6237D138334 for ; Mon, 2 Dec 2019 02:11:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F3F9E088D; Mon, 2 Dec 2019 02:11:00 +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 8EE6EE088D for ; Mon, 2 Dec 2019 02:10:58 +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 7AC2034D67E for ; Mon, 2 Dec 2019 02:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 253BF96E for ; Mon, 2 Dec 2019 02:10:55 +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: <1575197605.49ba44ca700f452b43063e9aa9f14595041168bc.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 X-VCS-Directories: app-misc/mat2/ X-VCS-Committer: ralph-seichter X-VCS-Committer-Name: Ralph Seichter X-VCS-Revision: 49ba44ca700f452b43063e9aa9f14595041168bc X-VCS-Branch: master Date: Mon, 2 Dec 2019 02:10:55 +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: b533c9dd-cc85-425c-882f-6c6e6191a5d1 X-Archives-Hash: 445ea6e812dd1be10a05a683301f93ea commit: 49ba44ca700f452b43063e9aa9f14595041168bc Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Dec 1 10:53:25 2019 +0000 Commit: Ralph Seichter seichter de> CommitDate: Sun Dec 1 10:53:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49ba44ca app-misc/mat2: Version clean, 0.9.0 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-misc/mat2/Manifest | 1 - app-misc/mat2/mat2-0.9.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/app-misc/mat2/Manifest b/app-misc/mat2/Manifest index cf9610a..edb62ad 100644 --- a/app-misc/mat2/Manifest +++ b/app-misc/mat2/Manifest @@ -1,2 +1 @@ DIST mat2-0.10.0.tar.gz 5720611 BLAKE2B 3aeb1b5fb1e5b39d5a59e84de48a1fefed8afff31d7ae2827324b9d54eab8a95f28f0e1de94d6c96ba250249531782f4a2cff4a82fdccc85da7382d00294fdaf SHA512 7434365766f5ba893b5b51e852d73af6b1dd562f3804e46b2aa5bf2097694d5465f0ddb5e401b157ed899a86caca2dd405424c5a7c86d66190cefd30eee3ba65 -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 deleted file mode 100644 index 385b00c..0000000 --- a/app-misc/mat2/mat2-0.9.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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}"