* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2017-04-22 9:56 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2017-04-22 9:56 UTC (permalink / raw
To: gentoo-commits
commit: a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:36:46 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:56:07 2017 +0000
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-9999.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-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index f59b89b9924..91a23879b64 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2018-05-16 19:11 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2018-05-16 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 245cc5106ac760d8d2fcf699457ce06892fb0f67
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 19:06:49 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 16 19:11:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245cc510
app-portage/diffmask: Strip conditionals from -9999
app-portage/diffmask/diffmask-9999.ebuild | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index 3b906ae054e..98a07f61cfe 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2018-05-16 19:11 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2018-05-16 19:11 UTC (permalink / raw
To: gentoo-commits
commit: ff5ef2277166a87d23f99c79778dd3c463c494cd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 19:07:55 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 16 19:11:03 2018 +0000
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-9999.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-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index 98a07f61cfe..14151f6b5ab 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.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 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://bitbucket.org/mgorny/diffmask/issues/</bugs-to>
- <remote-id type="bitbucket">mgorny/diffmask</remote-id>
+ <bugs-to>https://github.com/mgorny/diffmask/issues/</bugs-to>
+ <remote-id type="github">mgorny/diffmask</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2018-05-16 19:11 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2018-05-16 19:11 UTC (permalink / raw
To: gentoo-commits
commit: ee30c1f6a37873431ba64cddf554f52c8011ce42
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 19:09:22 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 16 19:11:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee30c1f6
app-portage/diffmask: Bump to EAPI 7
.../diffmask/{diffmask-9999.ebuild => diffmask-0.3.3-r4.ebuild} | 9 ++++-----
app-portage/diffmask/diffmask-9999.ebuild | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
similarity index 70%
copy from app-portage/diffmask/diffmask-9999.ebuild
copy to app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index 14151f6b5ab..80b09bc47ee 100644
--- a/app-portage/diffmask/diffmask-9999.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-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index 14151f6b5ab..8c0f4525f82 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2018-05-27 8:41 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2018-05-27 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 5a7b01bf3b90df51b774b148bbf1cdf1f8ccecbf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 08:02:51 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 27 08:41:01 2018 +0000
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..00000000000
--- 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}]
- )"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2019-11-29 11:00 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2019-11-29 11:00 UTC (permalink / raw
To: gentoo-commits
commit: ef7248aa3685b576d453fbbb54ea9629eaa7dac0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 08:29:16 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 10:59:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7248aa
app-portage/diffmask: Enable py3.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 +-
app-portage/diffmask/diffmask-9999.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-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index f2c1fc19249..b8f95825456 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2019-12-16 14:38 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2019-12-16 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 84bd014ec5800ee7d69e42bd2a8244345bd415c2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 14:22:58 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 14:37:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bd014e
app-portage/diffmask: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 ++
app-portage/diffmask/diffmask-9999.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-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index b8f95825456..19e5a66f0a5 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2020-01-04 20:12 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2020-01-04 20:12 UTC (permalink / raw
To: gentoo-commits
commit: e3be650bb36407f66cb909e317b1dfda3e9c7f7f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 20:07:09 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 20:12:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3be650b
app-portage/diffmask: Enable py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 4 ++--
app-portage/diffmask/diffmask-9999.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-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index 19e5a66f0a5..e644b0bc2a5 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2020-02-11 11:38 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2020-02-11 11:38 UTC (permalink / raw
To: gentoo-commits
commit: 6d81b4c4503396cb0b1c2daad235eb25d960c9f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:29:19 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:38:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d81b4c4
app-portage/diffmask: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 +-
app-portage/diffmask/diffmask-9999.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-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index e644b0bc2a5..b1bce60981a 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2020-09-27 16:10 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2020-09-27 16:10 UTC (permalink / raw
To: gentoo-commits
commit: b17707e22c164de7060c23aba4df680b155dac9e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 16:10:23 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 16:10:23 2020 +0000
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 <sam <AT> 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}]"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2021-05-23 8:01 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2021-05-23 8:01 UTC (permalink / raw
To: gentoo-commits
commit: 4ec665e872ff9bd2def591b05190f9455431ac17
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 07:26:49 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 08:01:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec665e8
app-portage/diffmask: Enable python3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 4 ++--
app-portage/diffmask/diffmask-9999.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-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index eb4394d4ca9..413a58f1d2c 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2022-05-18 7:36 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2022-05-18 7:36 UTC (permalink / raw
To: gentoo-commits
commit: be4f6fd3dc8d0430f2504c2f3f3ef3c7ec572358
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 07:05:22 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 18 07:36:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4f6fd3
app-portage/diffmask: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> 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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2022-05-18 7:36 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2022-05-18 7:36 UTC (permalink / raw
To: gentoo-commits
commit: 0a4382d64945c264b5d4539d4332df4a8494d994
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 07:04:25 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 18 07:36:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4382d6
app-portage/diffmask: Remove obsolete upstream maintaer
Signed-off-by: Michał Górny <mgorny <AT> 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.
</longdescription>
<upstream>
- <maintainer status="active">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
<bugs-to>https://github.com/mgorny/diffmask/issues/</bugs-to>
<remote-id type="github">mgorny/diffmask</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2022-05-18 7:36 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2022-05-18 7:36 UTC (permalink / raw
To: gentoo-commits
commit: dde63b79ecc179eff7faee39a429319638086e03
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 07:04:04 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 18 07:36:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde63b79
app-portage/diffmask: Remove the live ebuild
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/diffmask/diffmask-9999.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
deleted file mode 100644
index 413a58f1d2c3..000000000000
--- a/app-portage/diffmask/diffmask-9999.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}]"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2022-05-18 7:36 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2022-05-18 7:36 UTC (permalink / raw
To: gentoo-commits
commit: afe42a78c42ae9603ba728f1e3869f785d407063
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 07:05:10 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 18 07:36:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe42a78
app-portage/diffmask: Use PEP517 build
Signed-off-by: Michał Górny <mgorny <AT> 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 000000000000..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}]
+"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2022-07-31 16:08 Jakov Smolić
0 siblings, 0 replies; 22+ messages in thread
From: Jakov Smolić @ 2022-07-31 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 998baba8f649fbc5d93742a658adbfbc94adde46
Author: Atharva <atharvaamritkar <AT> protonmail <DOT> com>
AuthorDate: Sun Jul 31 06:37:38 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 16:08:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998baba8
app-portage/diffmask: riscv keywording
Signed-off-by: Atharva <atharvaamritkar <AT> protonmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> 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}]
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2022-08-08 19:59 Jakov Smolić
0 siblings, 0 replies; 22+ messages in thread
From: Jakov Smolić @ 2022-08-08 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 0c21c2d297681bb54f8d6793bacf975f1b02e780
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 19:56:23 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 20:00:00 2022 +0000
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ć <jsmolic <AT> 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}]
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2022-08-10 14:20 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2022-08-10 14:20 UTC (permalink / raw
To: gentoo-commits
commit: ca95e5f32b060a39db5aabb27841d1f99f57c258
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 14:18:15 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 14:18:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca95e5f3
app-portage/diffmask: Remove old
Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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}]"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2022-08-10 14:20 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2022-08-10 14:20 UTC (permalink / raw
To: gentoo-commits
commit: dca8967b14ac5e20729b047d44db6d7cabb756c5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 14:18:11 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 14:18:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca8967b
app-portage/diffmask: Update URLs
Signed-off-by: Michał Górny <mgorny <AT> 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.
</longdescription>
<upstream>
- <bugs-to>https://github.com/mgorny/diffmask/issues/</bugs-to>
- <remote-id type="github">mgorny/diffmask</remote-id>
+ <bugs-to>https://github.com/projg2/diffmask/issues/</bugs-to>
+ <remote-id type="github">projg2/diffmask</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2023-02-17 11:58 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2023-02-17 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 67b587c3286e036105d98c4fa12838cc554c1326
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 11:44:10 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 11:58:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b587c3
app-portage/diffmask: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> 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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2024-03-03 16:20 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-03-03 16:20 UTC (permalink / raw
To: gentoo-commits
commit: cebf9b73b0382644454eaaabbd92a03cff90d530
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 16:12:17 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 16:19:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebf9b73
app-portage/diffmask: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> 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
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
@ 2024-07-09 14:50 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-07-09 14:50 UTC (permalink / raw
To: gentoo-commits
commit: 4e75e5a4f10b17693e685460404e6a5e2d7dd949
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 9 14:47:32 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 9 14:50:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e75e5a4
app-portage/diffmask: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> 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 a4cfe46a89af..6dbc7265df8a 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_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2024-07-09 14:50 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-29 11:00 [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-07-09 14:50 Michał Górny
2024-03-03 16:20 Michał Górny
2023-02-17 11:58 Michał Górny
2022-08-10 14:20 Michał Górny
2022-08-10 14:20 Michał Górny
2022-08-08 19:59 Jakov Smolić
2022-07-31 16:08 Jakov Smolić
2022-05-18 7:36 Michał Górny
2022-05-18 7:36 Michał Górny
2022-05-18 7:36 Michał Górny
2022-05-18 7:36 Michał Górny
2021-05-23 8:01 Michał Górny
2020-09-27 16:10 Sam James
2020-02-11 11:38 Michał Górny
2020-01-04 20:12 Michał Górny
2019-12-16 14:38 Michał Górny
2018-05-27 8:41 Michał Górny
2018-05-16 19:11 Michał Górny
2018-05-16 19:11 Michał Górny
2018-05-16 19:11 Michał Górny
2017-04-22 9:56 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox