summaryrefslogtreecommitdiff
path: root/app-portage/diffmask
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /app-portage/diffmask
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'app-portage/diffmask')
-rw-r--r--app-portage/diffmask/Manifest4
-rw-r--r--app-portage/diffmask/diffmask-0.3.3-r4.ebuild6
-rw-r--r--app-portage/diffmask/diffmask-9999.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/app-portage/diffmask/Manifest b/app-portage/diffmask/Manifest
index afd3de6a8c64..169abd6f3f5f 100644
--- a/app-portage/diffmask/Manifest
+++ b/app-portage/diffmask/Manifest
@@ -1,4 +1,4 @@
DIST diffmask-0.3.3.tar.bz2 8605 BLAKE2B a7699dba6b619ff2e64a8148057e06be8d477605fba100b45f056957eb1b55cc50634b698250f68023137bcf01932635c7de798f42edfa1297cc38097e764f44 SHA512 5f28f68dc1adba2fb7b0db5e2a329e46017298de9c44765d521a0f338223eef2a77573636987e942595db9b89b72db93b68cf5b805091b0ebb1e91a18bfcd48b
-EBUILD diffmask-0.3.3-r4.ebuild 522 BLAKE2B 401b6c11a887105698607ae5467b5c5380efeaf07953186314606ea6f65c2e83d75129aed969ef9e0887883685f61427ba0001f0726c8bc37b2b25d2de0d9fd5 SHA512 92c4602edc889e855e27a945e5b67b171f5593b0e456f4390d6c51a7c39e40ba41be56959b68b55d49bd3c017335bae1e354fc95ea38360a4b33c2a751d57cfb
-EBUILD diffmask-9999.ebuild 470 BLAKE2B 327f553e32095ddcc490da4b8f11ca669612591a6c20379e0f847ea24bff9d509fd18d37afcd7050fcd3fe78dc5f5576b44675662cefb75fb3d813d11eca96e2 SHA512 68ec486e11b037cffdf612bc0e6dfdfade2ca6a9dd81705cbfeabfeb88caf8b033fb41062ea975e769a8a500f0ed47b42a95991113f3d99d13de3c2845b29168
+EBUILD diffmask-0.3.3-r4.ebuild 544 BLAKE2B 07ef09c3c009f70593f0d490b17aca304fba56457d10ca0d4cd079972ac4543e0e50b3662e6317e9b094043cb0483fcf7047fd0d1b4e23f174bada5744350054 SHA512 bdfc29271881e112c0573221eda2ae27f9766ab7a7f0dfab719af414718db4358265498928cc403991df1f4221d0830cf26faa85eeae65cf3bf088e33b011041
+EBUILD diffmask-9999.ebuild 492 BLAKE2B 0ebaf4fba49213a01a364930e39e9b5b4f8a0690b1686f049cee464b3c0bc84ce53b51a083557125f31b0d73aaa4fb9901e7000390c5752291b31a2e344d0203 SHA512 a9deff76b54c6df8f0883f7269ac8e9b2689fad003c0214387111628db6c9810e6f5d830af24a89a5c96304671d87d3dc2e121174a71d8f00b173772ccd05514
MISC metadata.xml 865 BLAKE2B c9fac77bca18c860782a29fbbd18bcf32013f03d35a4caf12a720b9ccd8cf93becdf5a775e6673717da25d08b11c4b871150dd878241c8fea364e383fe1d1094 SHA512 e5f89a3756c6ad777fac8961bbf74f2a62d2b555ff9d7d5ebcba0533173ef6086d3e364460ae84932099d45f7bd9640acfa831d45e0d8317a47eceb1ddba314b
diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index dd881f74bd08..696a18ca528d 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
inherit distutils-r1
diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index b8f95825456d..e644b0bc2a5e 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
inherit distutils-r1 git-r3