Merge updates from master

This commit is contained in:
Repository mirror & CI
2019-05-20 18:27:09 +00:00
3 changed files with 36 additions and 0 deletions

1
app-misc/mat2/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST mat2-0.9.0.tar.gz 5660801 BLAKE2B 069076d95e3594bcd842861cf96fdf2849c7f955f34af3ca55b2204792c25de8d774eed6920674c596258b6f0f3dded6f1fa204bd615e3ced1029f8d7b049dbb SHA512 b343a3b48240b899ba2be677457591ce3e7f72cdefaeba84ce8a8f385b2279afe37aac097bebab536651d9eb9b473981df5907ea174278834b2b9773723f95e5

View File

@@ -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}"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
<upstream>
<bugs-to>https://0xacab.org/jvoisin/mat2/issues</bugs-to>
<changelog>https://0xacab.org/jvoisin/mat2/tags?format=atom</changelog>
</upstream>
</pkgmetadata>