[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2024-03-03 Thread Michał Górny
commit: cebf9b73b0382644454eaaabbd92a03cff90d530
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  3 16:12:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  3 16:19:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebf9b73

app-portage/diffmask: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
index b0395e2ce2cc..a4cfe46a89af 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2023-02-17 Thread Michał Górny
commit: 67b587c3286e036105d98c4fa12838cc554c1326
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 11:44:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 11:58:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b587c3

app-portage/diffmask: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
index d98fc49a9a56..b0395e2ce2cc 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2022-08-10 Thread Michał Górny
commit: dca8967b14ac5e20729b047d44db6d7cabb756c5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 10 14:18:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 10 14:18:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca8967b

app-portage/diffmask: Update URLs

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 4 ++--
 app-portage/diffmask/diffmask-0.3.3-r5.ebuild | 4 ++--
 app-portage/diffmask/metadata.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index 4942a259424f..9916137904e1 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with 
masks"
-HOMEPAGE="https://github.com/mgorny/diffmask/;
-SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2;
+HOMEPAGE="https://github.com/projg2/diffmask/;
+SRC_URI="https://github.com/projg2/diffmask/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
index e1d32c613721..d20dd7797195 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with 
masks"
-HOMEPAGE="https://github.com/mgorny/diffmask/;
-SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2;
+HOMEPAGE="https://github.com/projg2/diffmask/;
+SRC_URI="https://github.com/projg2/diffmask/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/app-portage/diffmask/metadata.xml 
b/app-portage/diffmask/metadata.xml
index 0d301429aca9..82b3808f17cf 100644
--- a/app-portage/diffmask/metadata.xml
+++ b/app-portage/diffmask/metadata.xml
@@ -13,7 +13,7 @@
the mask entries) and remove old unmasks.


-   https://github.com/mgorny/diffmask/issues/
-   mgorny/diffmask
+   https://github.com/projg2/diffmask/issues/
+   projg2/diffmask

 



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2022-08-10 Thread Michał Górny
commit: ca95e5f32b060a39db5aabb27841d1f99f57c258
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 10 14:18:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 10 14:18:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca95e5f3

app-portage/diffmask: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
deleted file mode 100644
index 9916137904e1..
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A utility to maintain package.unmask entries up-to-date with 
masks"
-HOMEPAGE="https://github.com/projg2/diffmask/;
-SRC_URI="https://github.com/projg2/diffmask/releases/download/${P}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2022-08-08 Thread Jakov Smolić
commit: 0c21c2d297681bb54f8d6793bacf975f1b02e780
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Aug  8 19:56:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Aug  8 20:00:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c21c2d2

Revert "app-portage/diffmask: riscv keywording"

This reverts commit 998baba8f649fbc5d93742a658adbfbc94adde46.

It's unclear how this package was tested, revert until it's proven to
work on RISC-V.

Signed-off-by: Jakov Smolić  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
index 442991c1e514..e1d32c613721 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
sys-apps/portage[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2022-07-31 Thread Jakov Smolić
commit: 998baba8f649fbc5d93742a658adbfbc94adde46
Author: Atharva  protonmail  com>
AuthorDate: Sun Jul 31 06:37:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 16:08:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998baba8

app-portage/diffmask: riscv keywording

Signed-off-by: Atharva  protonmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
index e1d32c613721..442991c1e514 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~mips ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
sys-apps/portage[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2022-05-18 Thread Michał Górny
commit: be4f6fd3dc8d0430f2504c2f3f3ef3c7ec572358
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 18 07:05:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 18 07:36:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4f6fd3

app-portage/diffmask: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
index 860f48575331..e1d32c613721 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2022-05-18 Thread Michał Górny
commit: afe42a78c42ae9603ba728f1e3869f785d407063
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 18 07:05:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 18 07:36:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe42a78

app-portage/diffmask: Use PEP517 build

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r5.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
new file mode 100644
index ..860f48575331
--- /dev/null
+++ b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A utility to maintain package.unmask entries up-to-date with 
masks"
+HOMEPAGE="https://github.com/mgorny/diffmask/;
+SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   sys-apps/portage[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2022-05-18 Thread Michał Górny
commit: dde63b79ecc179eff7faee39a429319638086e03
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 18 07:04:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 18 07:36:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde63b79

app-portage/diffmask: Remove the live ebuild

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-.ebuild
deleted file mode 100644
index 413a58f1d2c3..
--- a/app-portage/diffmask/diffmask-.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="A utility to maintain package.unmask entries up-to-date with 
masks"
-HOMEPAGE="https://github.com/mgorny/diffmask/;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/mgorny/${PN}.git;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2022-05-18 Thread Michał Górny
commit: 0a4382d64945c264b5d4539d4332df4a8494d994
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 18 07:04:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 18 07:36:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4382d6

app-portage/diffmask: Remove obsolete upstream maintaer

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-portage/diffmask/metadata.xml 
b/app-portage/diffmask/metadata.xml
index ac3e588bedcf..0d301429aca9 100644
--- a/app-portage/diffmask/metadata.xml
+++ b/app-portage/diffmask/metadata.xml
@@ -13,10 +13,6 @@
the mask entries) and remove old unmasks.


-   
-   mgo...@gentoo.org
-   Michał Górny
-   
https://github.com/mgorny/diffmask/issues/
mgorny/diffmask




[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2021-05-23 Thread Michał Górny
commit: 4ec665e872ff9bd2def591b05190f9455431ac17
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 07:26:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 08:01:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec665e8

app-portage/diffmask: Enable python3.9

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 4 ++--
 app-portage/diffmask/diffmask-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index a2b84e49e5d..4942a259424 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-.ebuild
index eb4394d4ca9..413a58f1d2c 100644
--- a/app-portage/diffmask/diffmask-.ebuild
+++ b/app-portage/diffmask/diffmask-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2020-09-27 Thread Sam James
commit: b17707e22c164de7060c23aba4df680b155dac9e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 27 16:10:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 27 16:10:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17707e2

app-portage/diffmask: Keyword 0.3.3-r4 arm64, #741792

Signed-off-by: Sam James  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index 24c622a843e..f5a119c2412 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2020-02-11 Thread Michał Górny
commit: 6d81b4c4503396cb0b1c2daad235eb25d960c9f3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 11 11:29:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 11 11:38:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d81b4c4

app-portage/diffmask: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 +-
 app-portage/diffmask/diffmask-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index 696a18ca528..24c622a843e 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-.ebuild
index e644b0bc2a5..b1bce60981a 100644
--- a/app-portage/diffmask/diffmask-.ebuild
+++ b/app-portage/diffmask/diffmask-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2020-01-04 Thread Michał Górny
commit: e3be650bb36407f66cb909e317b1dfda3e9c7f7f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  4 20:07:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  4 20:12:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3be650b

app-portage/diffmask: Enable py3.8

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 4 ++--
 app-portage/diffmask/diffmask-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index 81b74bf0a0c..696a18ca528 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -1,10 +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
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1
 

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-.ebuild
index 19e5a66f0a5..e644b0bc2a5 100644
--- a/app-portage/diffmask/diffmask-.ebuild
+++ b/app-portage/diffmask/diffmask-.ebuild
@@ -1,10 +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
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2019-12-16 Thread Michał Górny
commit: 84bd014ec5800ee7d69e42bd2a8244345bd415c2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 16 14:22:58 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 16 14:37:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bd014e

app-portage/diffmask: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 ++
 app-portage/diffmask/diffmask-.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index dd881f74bd0..81b74bf0a0c 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-.ebuild
index b8f95825456..19e5a66f0a5 100644
--- a/app-portage/diffmask/diffmask-.ebuild
+++ b/app-portage/diffmask/diffmask-.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1 git-r3



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2019-11-29 Thread Michał Górny
commit: ef7248aa3685b576d453fbbb54ea9629eaa7dac0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 29 08:29:16 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 29 10:59:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7248aa

app-portage/diffmask: Enable py3.7

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 +-
 app-portage/diffmask/diffmask-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index 0f2b49d1e55..dd881f74bd0 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1
 

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-.ebuild
index f2c1fc19249..b8f95825456 100644
--- a/app-portage/diffmask/diffmask-.ebuild
+++ b/app-portage/diffmask/diffmask-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2018-05-27 Thread Michał Górny
commit: 5a7b01bf3b90df51b774b148bbf1cdf1f8ccecbf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 27 08:02:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 27 08:41:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7b01bf

app-portage/diffmask: Drop old

 app-portage/diffmask/diffmask-0.3.3-r3.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r3.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r3.ebuild
deleted file mode 100644
index 7baf9d9b47c..000
--- a/app-portage/diffmask/diffmask-0.3.3-r3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A utility to maintain package.unmask entries up-to-date with 
masks"
-HOMEPAGE="https://github.com/mgorny/diffmask/;
-SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   || (
-   sys-apps/portage[${PYTHON_USEDEP}]
-   sys-apps/portage-mgorny[${PYTHON_USEDEP}]
-   )"



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2018-05-16 Thread Michał Górny
commit: ff5ef2277166a87d23f99c79778dd3c463c494cd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 16 19:07:55 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 16 19:11:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5ef227

app-portage/diffmask: Switch to GitHub

 app-portage/diffmask/diffmask-0.3.3-r3.ebuild | 4 ++--
 app-portage/diffmask/diffmask-.ebuild | 4 ++--
 app-portage/diffmask/metadata.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r3.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r3.ebuild
index 1b7c91a0cd0..7baf9d9b47c 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r3.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r3.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with 
masks"
-HOMEPAGE="https://bitbucket.org/mgorny/diffmask/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
+HOMEPAGE="https://github.com/mgorny/diffmask/;
+SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-.ebuild
index 98a07f61cfe..14151f6b5ab 100644
--- a/app-portage/diffmask/diffmask-.ebuild
+++ b/app-portage/diffmask/diffmask-.ebuild
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1 git-r3
 
 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with 
masks"
-HOMEPAGE="https://bitbucket.org/mgorny/diffmask/;
+HOMEPAGE="https://github.com/mgorny/diffmask/;
 SRC_URI=""
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git;
+EGIT_REPO_URI="https://github.com/mgorny/${PN}.git;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/app-portage/diffmask/metadata.xml 
b/app-portage/diffmask/metadata.xml
index 787683efe04..a7831157d05 100644
--- a/app-portage/diffmask/metadata.xml
+++ b/app-portage/diffmask/metadata.xml
@@ -17,7 +17,7 @@
mgo...@gentoo.org
Michał Górny

-   https://bitbucket.org/mgorny/diffmask/issues/
-   mgorny/diffmask
+   https://github.com/mgorny/diffmask/issues/
+   mgorny/diffmask

 



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2018-05-16 Thread Michał Górny
commit: 245cc5106ac760d8d2fcf699457ce06892fb0f67
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 16 19:06:49 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 16 19:11:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245cc510

app-portage/diffmask: Strip conditionals from -

 app-portage/diffmask/diffmask-.ebuild | 17 -
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-.ebuild
index 3b906ae054e..98a07f61cfe 100644
--- a/app-portage/diffmask/diffmask-.ebuild
+++ b/app-portage/diffmask/diffmask-.ebuild
@@ -4,20 +4,16 @@
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
-inherit distutils-r1
-
-#if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git;
-inherit git-r3
-#endif
+inherit distutils-r1 git-r3
 
 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with 
masks"
 HOMEPAGE="https://bitbucket.org/mgorny/diffmask/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
+SRC_URI=""
+EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="
@@ -25,8 +21,3 @@ RDEPEND="
sys-apps/portage[${PYTHON_USEDEP}]
sys-apps/portage-mgorny[${PYTHON_USEDEP}]
)"
-#if LIVE
-
-KEYWORDS=
-SRC_URI=
-#endif



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2018-05-16 Thread Michał Górny
commit: ee30c1f6a37873431ba64cddf554f52c8011ce42
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 16 19:09:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 16 19:11:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee30c1f6

app-portage/diffmask: Bump to EAPI 7

 .../diffmask/{diffmask-.ebuild => diffmask-0.3.3-r4.ebuild}  | 9 -
 app-portage/diffmask/diffmask-.ebuild| 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
similarity index 70%
copy from app-portage/diffmask/diffmask-.ebuild
copy to app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index 14151f6b5ab..80b09bc47ee 100644
--- a/app-portage/diffmask/diffmask-.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -1,19 +1,18 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with 
masks"
 HOMEPAGE="https://github.com/mgorny/diffmask/;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/mgorny/${PN}.git;
+SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-.ebuild
index 14151f6b5ab..8c0f4525f82 100644
--- a/app-portage/diffmask/diffmask-.ebuild
+++ b/app-portage/diffmask/diffmask-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1 git-r3



[gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/

2017-04-22 Thread Pacho Ramos
commit: a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Apr 22 09:36:46 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Apr 22 09:56:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1aa4c25

app-portage/diffmask: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-portage/diffmask/diffmask-0.3.3-r2.ebuild | 4 ++--
 app-portage/diffmask/diffmask-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/diffmask/diffmask-0.3.3-r2.ebuild 
b/app-portage/diffmask/diffmask-0.3.3-r2.ebuild
index 6913ff287b4..14598106ea4 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r2.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 

diff --git a/app-portage/diffmask/diffmask-.ebuild 
b/app-portage/diffmask/diffmask-.ebuild
index f59b89b9924..91a23879b64 100644
--- a/app-portage/diffmask/diffmask-.ebuild
+++ b/app-portage/diffmask/diffmask-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1