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 80F8E13835A for ; Sun, 2 May 2021 09:27:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47031E0901; Sun, 2 May 2021 09:27:22 +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 2ABEAE08FF for ; Sun, 2 May 2021 09:27:22 +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 40E77340D0A for ; Sun, 2 May 2021 09:27:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD73478C for ; Sun, 2 May 2021 09:27:17 +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: <1619930182.fb3cb9a354ff38bded927319f3081e5b81f058c4.telans@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.11.0.ebuild app-misc/mat2/mat2-0.12.0.ebuild app-misc/mat2/mat2-0.12.1.ebuild X-VCS-Directories: app-misc/mat2/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: fb3cb9a354ff38bded927319f3081e5b81f058c4 X-VCS-Branch: master Date: Sun, 2 May 2021 09:27:17 +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: ad4dbbb5-cc6e-456e-8923-2ca058ef135b X-Archives-Hash: 8af97ef67fc381573fc3fbd887f0370a commit: fb3cb9a354ff38bded927319f3081e5b81f058c4 Author: Anna Vyalkova sysrq in> AuthorDate: Sun May 2 04:36:22 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sun May 2 04:36:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb3cb9a3 app-misc/mat2: bump version to 0.12.1 Alter DISTUTILS_USE_SETUPTOOLS as portage suggests Signed-off-by: Anna Vyalkova sysrq.in> app-misc/mat2/Manifest | 2 +- app-misc/mat2/mat2-0.11.0.ebuild | 2 +- app-misc/mat2/{mat2-0.12.0.ebuild => mat2-0.12.1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/mat2/Manifest b/app-misc/mat2/Manifest index 03e2b8da5..a7466bf9e 100644 --- a/app-misc/mat2/Manifest +++ b/app-misc/mat2/Manifest @@ -1,2 +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 +DIST mat2-0.12.1.tar.gz 10153207 BLAKE2B cb838c72aa2a9fae5ba6096c46b078d7186477a63a1bf452f6cd5337df7cbafbd10bc124d6eb52dcf610eb326bffa68f5115662d85fc6ade69985a7f0035af9b SHA512 fb45c27ef91c6c29071ead53a202fbd11f6972930f60bc5c550966d8dbfc727c3aabffdd39778b78961e91c929f78165119ff1005bf272f7173a123d1f629b18 diff --git a/app-misc/mat2/mat2-0.11.0.ebuild b/app-misc/mat2/mat2-0.11.0.ebuild index c28d240c0..23f3adf88 100644 --- a/app-misc/mat2/mat2-0.11.0.ebuild +++ b/app-misc/mat2/mat2-0.11.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{7,8}) PYTHON_REQ_USE="xml" -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 diff --git a/app-misc/mat2/mat2-0.12.0.ebuild b/app-misc/mat2/mat2-0.12.1.ebuild similarity index 96% rename from app-misc/mat2/mat2-0.12.0.ebuild rename to app-misc/mat2/mat2-0.12.1.ebuild index 4d354b47c..b3d3c6a13 100644 --- a/app-misc/mat2/mat2-0.12.0.ebuild +++ b/app-misc/mat2/mat2-0.12.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{7..9}) PYTHON_REQ_USE="xml" -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1