[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2023-05-07 Thread Matthias Maier
commit: bd2e61c85e3475b1d59dba0576b34a1db3463bf9
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  7 19:42:33 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  7 19:42:33 2023 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=bd2e61c8

sys-fs/btrfs-heatmap: enable py3.11

Signed-off-by: Matthias Maier  gentoo.org>

 sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
index d95af7a..ea68647 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{6..10} )
+PYTHON_COMPAT=( python3_{6..11} )
 
 inherit python-single-r1
 



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2022-01-13 Thread Matthias Maier
commit: ff6ce1523e564ba1de87bfb7a98f5c70ead52dde
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Jan 13 14:39:04 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Jan 13 14:39:04 2022 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=ff6ce152

sys-fs/btrfs-heatmap: drop old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 sys-fs/btrfs-heatmap/Manifest   |  1 -
 sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild | 32 -
 2 files changed, 33 deletions(-)

diff --git a/sys-fs/btrfs-heatmap/Manifest b/sys-fs/btrfs-heatmap/Manifest
index 20a3f6d..5e131ba 100644
--- a/sys-fs/btrfs-heatmap/Manifest
+++ b/sys-fs/btrfs-heatmap/Manifest
@@ -1,2 +1 @@
-DIST btrfs-heatmap-8.tar.gz 660304 SHA256 
bd8bceead5bb1ae3d15ab6dafa87c5b128dd0f71cdba284f6dffac7b27061f19 SHA512 
aaf5c3765aeae18364ef68b2ff467384612073d97f8d038dd088a774d38cdf238c881f29409ecaeb2882fc4f546681293900b4cdd4e062af573d0ca846056c70
 WHIRLPOOL 
6ec26dec88203fae3bf4e4d654579970f586c8deb41fd8d3bd7e5afca5881777fa1bb067b8d627ec0fb7b2cc468c79972e8ca96cbf42959a8e6e7c5746926305
 DIST btrfs-heatmap-9.tar.gz 661880 SHA256 
d2b03119cedbf76f63f377aa5c1711979611e7e5e2f8ad6a7c8cb837a1557127 SHA512 
0d72ee26d469577c7c8671c2bf93d258537aa606d7d92e866982136b0ebc151419fbd59bc062062f9537651b4a93afc06d1c804a611a89253fc592f3c996
 WHIRLPOOL 
592687e8ef2efdd4dfd8fad5e8ade9871d1c03619a9beffdf7d38776facda9bb14cf4d147d48f8e77193a15085a8a2be7529b7b67ff351581ac8433a3326c953

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild
deleted file mode 100644
index 8e9b853..000
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit python-single-r1
-
-DESCRIPTION="Python 3 script to draw a heatmap of a btrfs filesystem"
-HOMEPAGE="https://github.com/knorrie/btrfs-heatmap;
-SRC_URI="https://github.com/knorrie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_usedep \
-   dev-python/python-btrfs[${PYTHON_USEDEP}])"
-DEPEND="${RDEPEND}"
-
-src_install()
-{
-   newbin heatmap.py btrfs-heatmap
-   python_fix_shebang "${ED}"/usr/bin/btrfs-heatmap
-   default
-}



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2022-01-13 Thread Matthias Maier
commit: ad1b193da7a810196565527b3311b162ca986560
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Jan 13 14:51:12 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Jan 13 14:51:12 2022 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=ad1b193d

sys-fs/btrfs-heatmap: update ebuild

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
index c0b3bd1..d95af7a 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{6..10} )
 
 inherit python-single-r1
 
@@ -20,8 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   $(python_gen_cond_usedep \
-   dev-python/python-btrfs[${PYTHON_USEDEP}])"
+   dev-python/python-btrfs"
 DEPEND="${RDEPEND}"
 
 src_install()



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2021-06-02 Thread Matthias Maier
commit: b8c36a8fa905a95c36640ee777905378c66ac8e1
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Jun  2 22:40:07 2021 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Jun  2 22:41:22 2021 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=b8c36a8f

sys-fs/btrfs-heatmap: fix installation

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
index 8e9b853..c0b3bd1 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}"
 
 src_install()
 {
-   newbin heatmap.py btrfs-heatmap
+   dobin btrfs-heatmap
python_fix_shebang "${ED}"/usr/bin/btrfs-heatmap
default
 }



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2021-06-01 Thread Matthias Maier
commit: 9edcd94a489c8a9bd59f6eb73a7c306ebc6b9b4f
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Jun  2 02:41:53 2021 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Jun  2 02:41:53 2021 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=9edcd94a

sys-fs/btrfs-heatmap: add python3_9

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild
index a9ede96..8e9b853 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit python-single-r1
 



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2021-06-01 Thread Matthias Maier
commit: 7b3a7d67ebc1f16c04710d6cee93ef90f79a786a
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Jun  2 02:43:21 2021 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Jun  2 02:43:21 2021 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=7b3a7d67

sys-fs/btrfs-heatmap: version bump to 9

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 sys-fs/btrfs-heatmap/Manifest   |  1 +
 sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/sys-fs/btrfs-heatmap/Manifest b/sys-fs/btrfs-heatmap/Manifest
index 8e16490..20a3f6d 100644
--- a/sys-fs/btrfs-heatmap/Manifest
+++ b/sys-fs/btrfs-heatmap/Manifest
@@ -1 +1,2 @@
 DIST btrfs-heatmap-8.tar.gz 660304 SHA256 
bd8bceead5bb1ae3d15ab6dafa87c5b128dd0f71cdba284f6dffac7b27061f19 SHA512 
aaf5c3765aeae18364ef68b2ff467384612073d97f8d038dd088a774d38cdf238c881f29409ecaeb2882fc4f546681293900b4cdd4e062af573d0ca846056c70
 WHIRLPOOL 
6ec26dec88203fae3bf4e4d654579970f586c8deb41fd8d3bd7e5afca5881777fa1bb067b8d627ec0fb7b2cc468c79972e8ca96cbf42959a8e6e7c5746926305
+DIST btrfs-heatmap-9.tar.gz 661880 SHA256 
d2b03119cedbf76f63f377aa5c1711979611e7e5e2f8ad6a7c8cb837a1557127 SHA512 
0d72ee26d469577c7c8671c2bf93d258537aa606d7d92e866982136b0ebc151419fbd59bc062062f9537651b4a93afc06d1c804a611a89253fc592f3c996
 WHIRLPOOL 
592687e8ef2efdd4dfd8fad5e8ade9871d1c03619a9beffdf7d38776facda9bb14cf4d147d48f8e77193a15085a8a2be7529b7b67ff351581ac8433a3326c953

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
new file mode 100644
index 000..8e9b853
--- /dev/null
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit python-single-r1
+
+DESCRIPTION="Python 3 script to draw a heatmap of a btrfs filesystem"
+HOMEPAGE="https://github.com/knorrie/btrfs-heatmap;
+SRC_URI="https://github.com/knorrie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_usedep \
+   dev-python/python-btrfs[${PYTHON_USEDEP}])"
+DEPEND="${RDEPEND}"
+
+src_install()
+{
+   newbin heatmap.py btrfs-heatmap
+   python_fix_shebang "${ED}"/usr/bin/btrfs-heatmap
+   default
+}



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2020-05-11 Thread Matthias Maier
commit: 6fbfb682ede20b776241f40c08057cb4d20171f8
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue May 12 05:29:45 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue May 12 05:29:45 2020 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=6fbfb682

sys-fs/btrfs-heatmap: add python compat

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier  gentoo.org>

 sys-fs/btrfs-heatmap/Manifest   | 2 +-
 sys-fs/btrfs-heatmap/{btrfs-heatmap-7.ebuild => btrfs-heatmap-8.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/btrfs-heatmap/Manifest b/sys-fs/btrfs-heatmap/Manifest
index 6ce985e..8e16490 100644
--- a/sys-fs/btrfs-heatmap/Manifest
+++ b/sys-fs/btrfs-heatmap/Manifest
@@ -1 +1 @@
-DIST btrfs-heatmap-7.tar.gz 666267 SHA256 
d4c7de04a87695db595a5f5a1fedc0456714c08cedfea3cf404738c69c3269d7 SHA512 
d3391b02ff3daa9cb489c75f54b8fb361925440ed22dcfdea230c93203de56ac0f326d0fc78f2481ca6233e7330a6a574a28afb3cfecf67a909a19a4eb2cc29b
 WHIRLPOOL 
86980cdee3d3f39673188d2b8fe364d8fe6dcb6126de2ac5356e959b61fe06c6dd6278e4b30c1d7a1dffe4f9ed02bb169faa4601f8fbbb11adf32c1966f8b4ea
+DIST btrfs-heatmap-8.tar.gz 660304 SHA256 
bd8bceead5bb1ae3d15ab6dafa87c5b128dd0f71cdba284f6dffac7b27061f19 SHA512 
aaf5c3765aeae18364ef68b2ff467384612073d97f8d038dd088a774d38cdf238c881f29409ecaeb2882fc4f546681293900b4cdd4e062af573d0ca846056c70
 WHIRLPOOL 
6ec26dec88203fae3bf4e4d654579970f586c8deb41fd8d3bd7e5afca5881777fa1bb067b8d627ec0fb7b2cc468c79972e8ca96cbf42959a8e6e7c5746926305

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild
similarity index 95%
rename from sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
rename to sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild
index 11e1004..a9ede96 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit python-single-r1
 



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2020-02-19 Thread Matthias Maier
commit: a7169906fd57f809292cf0cc0f67b490785d89e6
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb 19 18:27:36 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb 19 18:27:36 2020 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=a7169906

sys-fs/btrfs-heatmap: update to modern python eclass

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthias Maier  gentoo.org>

 sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
index 0f82cf3..11e1004 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   dev-python/python-btrfs[${PYTHON_USEDEP}]"
+   $(python_gen_cond_usedep \
+   dev-python/python-btrfs[${PYTHON_USEDEP}])"
 DEPEND="${RDEPEND}"
 
 src_install()



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2018-03-23 Thread Matthias Maier
commit: 60d1b8d0fe465dfb21801a5913e4fe41afd29e12
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Mar 24 04:25:29 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar 24 04:28:11 2018 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=60d1b8d0

sys-fs/btrfs-heatmap: update version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-fs/btrfs-heatmap/Manifest | 2 +-
 .../{btrfs-heatmap-9.ebuild => btrfs-heatmap-7.ebuild}| 8 +++-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-fs/btrfs-heatmap/Manifest b/sys-fs/btrfs-heatmap/Manifest
index 0a1e2cf..6ce985e 100644
--- a/sys-fs/btrfs-heatmap/Manifest
+++ b/sys-fs/btrfs-heatmap/Manifest
@@ -1 +1 @@
-DIST btrfs-heatmap-9.tar.gz 667571 SHA256 
0bd6abbc2e28ac82db3735ce10445f5170f343a8eb7744a24a1dfb2f40603d1b SHA512 
b3fa661b55fc3d7882048764a8f16112e77f1c69fce4cac16ec0645d55e369e806c1a1a963c2cfa8364692e1b9a2084f74968c5e2a98e5fc648c21854338fe16
 WHIRLPOOL 
7b1c9872250343d3968203cd7f1d7e3614ea921440e4c06b2e60edff6e963fc407b86b12c041903fc3e383257ec97b8b80205ecc10aa02bde31e7a363ba6f923
+DIST btrfs-heatmap-7.tar.gz 666267 SHA256 
d4c7de04a87695db595a5f5a1fedc0456714c08cedfea3cf404738c69c3269d7 SHA512 
d3391b02ff3daa9cb489c75f54b8fb361925440ed22dcfdea230c93203de56ac0f326d0fc78f2481ca6233e7330a6a574a28afb3cfecf67a909a19a4eb2cc29b
 WHIRLPOOL 
86980cdee3d3f39673188d2b8fe364d8fe6dcb6126de2ac5356e959b61fe06c6dd6278e4b30c1d7a1dffe4f9ed02bb169faa4601f8fbbb11adf32c1966f8b4ea

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
similarity index 71%
rename from sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
rename to sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
index 79d9849..0f82cf3 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,20 +9,18 @@ inherit python-single-r1
 
 DESCRIPTION="Python 3 script to draw a heatmap of a btrfs filesystem"
 HOMEPAGE="https://github.com/knorrie/btrfs-heatmap;
-SRC_URI="https://github.com/knorrie/${PN}/archive/debian/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/knorrie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-S="${WORKDIR}/${PN}-debian"
-
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   ~dev-python/python-btrfs-${PV}[${PYTHON_USEDEP}]"
+   dev-python/python-btrfs[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 src_install()



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2017-11-30 Thread Matthias Maier
commit: 875805ce49b648519945f732f6de080fb61e93eb
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Nov 30 15:34:20 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Nov 30 15:34:20 2017 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=875805ce

sys-fs/btrfs-heatmap: update python compatibility

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
index 1818094..79d9849 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit python-single-r1
 



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2017-11-29 Thread Matthias Maier
commit: 08faf5e61b3e61d8860896d8807f6e99f1e8a827
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Nov 30 05:34:12 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Nov 30 05:34:12 2017 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=08faf5e6

sys-fs/btrfs-heatmap: version bump to 9

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-fs/btrfs-heatmap/Manifest   | 2 +-
 sys-fs/btrfs-heatmap/{btrfs-heatmap-6.ebuild => btrfs-heatmap-9.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/btrfs-heatmap/Manifest b/sys-fs/btrfs-heatmap/Manifest
index bf11d4b..0a1e2cf 100644
--- a/sys-fs/btrfs-heatmap/Manifest
+++ b/sys-fs/btrfs-heatmap/Manifest
@@ -1 +1 @@
-DIST btrfs-heatmap-6.tar.gz 667318 SHA256 
d0a30f448dcd52f53adbbacfe9f0608c238c1ab6126ff44af519abe645cefb79 SHA512 
04db328a504f18187499f0db4fda7772ee9ee40048eea7064d5121b4ffb782df82a8cb6d846e93535a4422669e340fcc2729005d0ea001cf6422e17cf70951a0
 WHIRLPOOL 
2e00cafaad71ca8f1a79a6b2de441b8708a7fe3a33591cd1bdf611bd0ce6e35fc46b4136ffa4a7cc73e1e08d6e6cc9503dad6597cf5ff454ee281ee2250c0814
+DIST btrfs-heatmap-9.tar.gz 667571 SHA256 
0bd6abbc2e28ac82db3735ce10445f5170f343a8eb7744a24a1dfb2f40603d1b SHA512 
b3fa661b55fc3d7882048764a8f16112e77f1c69fce4cac16ec0645d55e369e806c1a1a963c2cfa8364692e1b9a2084f74968c5e2a98e5fc648c21854338fe16
 WHIRLPOOL 
7b1c9872250343d3968203cd7f1d7e3614ea921440e4c06b2e60edff6e963fc407b86b12c041903fc3e383257ec97b8b80205ecc10aa02bde31e7a363ba6f923

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-6.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
similarity index 100%
rename from sys-fs/btrfs-heatmap/btrfs-heatmap-6.ebuild
rename to sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild