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

2024-04-22 Thread Viorel Munteanu
commit: b530e6c0dd70faadf83a85932b449b9270190892
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:47:23 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b530e6c0

app-portage/tatt: sync live ebuild

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-portage/tatt/tatt-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index b812e36405f5..805c349c5dd0 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.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=7
-
-PYTHON_COMPAT=( python3_{9..11} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Arch testing tool"



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

2024-04-22 Thread Viorel Munteanu
commit: 4a9f56563aa94c172970e8de7d512f482201d463
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:38:09 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9f5656

app-portage/tatt: update EAPI 7 -> 8

Update EAPI 7 -> 8.
Switch to PEP517 mode.
Enable Python 3.12.

Closes: https://bugs.gentoo.org/929357
Closes: https://bugs.gentoo.org/922217
Closes: https://bugs.gentoo.org/909893
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-portage/tatt/tatt-0.11-r1.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/app-portage/tatt/tatt-0.11-r1.ebuild 
b/app-portage/tatt/tatt-0.11-r1.ebuild
new file mode 100644
index ..e781f8042b06
--- /dev/null
+++ b/app-portage/tatt/tatt-0.11-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Arch testing tool"
+HOMEPAGE="https://github.com/gentoo/tatt;
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+IUSE="+templates"
+
+RDEPEND="
+   app-portage/eix
+   app-portage/gentoolkit[${PYTHON_USEDEP}]
+   app-portage/nattka[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use templates; then
+   insinto "/usr/share/${PN}"
+   doins -r templates
+   fi
+   doman tatt.1
+   doman tatt.5
+}



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

2023-05-25 Thread Arthur Zamarin
commit: c640401e7db8969475cef46b4a6628bfa245c43e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 25 07:56:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 25 07:56:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c640401e

app-portage/tatt: Stabilize 0.11 ALLARCHES, #907142

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/tatt/tatt-0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.11.ebuild 
b/app-portage/tatt/tatt-0.11.ebuild
index f59ad81ef5a5..afe63b4f2133 100644
--- a/app-portage/tatt/tatt-0.11.ebuild
+++ b/app-portage/tatt/tatt-0.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+templates"
 
 RDEPEND="



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

2023-04-24 Thread Sam James
commit: a603072e646d22c72ce5d8a432d8bd271a6c4b63
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 25 03:47:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 25 03:48:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a603072e

app-portage/tatt: add 0.11

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

 app-portage/tatt/Manifest |  1 +
 app-portage/tatt/tatt-0.11.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index 594069d16a4b..536e70545fd4 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1 +1,2 @@
 DIST tatt-0.10.tar.gz 22675 BLAKE2B 
4272cd0bf65a2181ba70d12fe8ca593403d7217aebf2f4dffd2f69397e686c79bc93ec70c756f1e94c548ed2acd8af7470c022611c16b5f3571af860aeca4b9c
 SHA512 
1993f597e92b0b1f004e492aa164d7de6cf6776285850e5245f3328de0396c54cfc58943c767afe1fd1c49a771a1f33c65b6bed3c7d164223767567c05e12af1
+DIST tatt-0.11.tar.gz 22690 BLAKE2B 
becafd764b570acf5e96975662edefa472a02c2a671830419a4784337c3d898caa97f04a0cc7b30c916f9cf80b49655b4028f5322d82b602176f236997751aa1
 SHA512 
a4b34458d07187b830b84547cf4ba99171cbd6fde97498a458eff58921a65077c23a89fe5e6292b0d7042149ccba90b6d85cf02c57f5c4ece6d3e89943e16442

diff --git a/app-portage/tatt/tatt-0.11.ebuild 
b/app-portage/tatt/tatt-0.11.ebuild
new file mode 100644
index ..f59ad81ef5a5
--- /dev/null
+++ b/app-portage/tatt/tatt-0.11.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Arch testing tool"
+HOMEPAGE="https://github.com/gentoo/tatt;
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+IUSE="+templates"
+
+RDEPEND="
+   app-portage/eix
+   app-portage/gentoolkit[${PYTHON_USEDEP}]
+   app-portage/nattka[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use templates; then
+   insinto "/usr/share/${PN}"
+   doins -r templates
+   fi
+   doman tatt.1
+   doman tatt.5
+}



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

2023-03-24 Thread Michael Palimaka
commit: 974fe4bbe8d1850f710aece0bdbf85b9de3a4d99
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 25 04:17:47 2023 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 25 04:18:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974fe4bb

app-portage/tatt: drop myself as a maintainer

Signed-off-by: Michael Palimaka  gentoo.org>

 app-portage/tatt/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-portage/tatt/metadata.xml b/app-portage/tatt/metadata.xml
index 00042c0069de..7b621bdaaa5b 100644
--- a/app-portage/tatt/metadata.xml
+++ b/app-portage/tatt/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-kensing...@gentoo.org
-Michael Palimaka
-  
+  
   
 Install template scripts to be used with tatt
   



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

2023-02-17 Thread Sam James
commit: aa17f58e75a799597185a362f158d53f54c59e1c
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 17 11:19:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 17 11:19:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa17f58e

app-portage/tatt: enable py3.11

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

 app-portage/tatt/tatt-0.10.ebuild | 2 +-
 app-portage/tatt/tatt-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/tatt/tatt-0.10.ebuild 
b/app-portage/tatt/tatt-0.10.ebuild
index a212aa7b2b68..afe63b4f2133 100644
--- a/app-portage/tatt/tatt-0.10.ebuild
+++ b/app-portage/tatt/tatt-0.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 21d03f042cbf..b812e36405f5 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1 git-r3
 



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

2023-01-15 Thread Sam James
commit: ad04b009618fa2ef51d7ebdc83c998af8da817b0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 15 22:39:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 15 22:40:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad04b009

app-portage/tatt: drop 0.9

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

 app-portage/tatt/Manifest|  1 -
 app-portage/tatt/tatt-0.9.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index 495672ea2aa5..594069d16a4b 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,2 +1 @@
 DIST tatt-0.10.tar.gz 22675 BLAKE2B 
4272cd0bf65a2181ba70d12fe8ca593403d7217aebf2f4dffd2f69397e686c79bc93ec70c756f1e94c548ed2acd8af7470c022611c16b5f3571af860aeca4b9c
 SHA512 
1993f597e92b0b1f004e492aa164d7de6cf6776285850e5245f3328de0396c54cfc58943c767afe1fd1c49a771a1f33c65b6bed3c7d164223767567c05e12af1
-DIST tatt-0.9.tar.gz 22659 BLAKE2B 
c67da6d71bd46a7a1e73810f6f837cbe18b4fcfdf18da2401ab696e69d05c3ccbdeacaf152999dbf49d39c20e0e9e656e05c294a5eb7128015ee06d25bf95fcb
 SHA512 
4f8d4f6d56ce1389caee8a67d1ae13967692fad90e1bc484ec9ffd9fa057e858c2fc4e6cefa496b33c7565b06e7f71e012a94653de4a501f3b25ec77d07cea92

diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
deleted file mode 100644
index 7c14d2aff58c..
--- a/app-portage/tatt/tatt-0.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Arch testing tool"
-HOMEPAGE="https://github.com/gentoo/tatt;
-SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
-IUSE="+templates"
-
-RDEPEND="
-   app-portage/eix
-   app-portage/gentoolkit[${PYTHON_USEDEP}]
-   app-portage/nattka[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   www-client/pybugz
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use templates; then
-   insinto "/usr/share/${PN}"
-   doins -r templates
-   fi
-   doman tatt.1
-   doman tatt.5
-}



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

2023-01-08 Thread Arthur Zamarin
commit: c1e9380f8a7f1987d3fd891a84ec2614eb066f8f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan  8 17:15:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan  8 17:15:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e9380f

app-portage/tatt: Stabilize 0.10 ALLARCHES, #890246

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/tatt/tatt-0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/tatt/tatt-0.10.ebuild 
b/app-portage/tatt/tatt-0.10.ebuild
index 7acb2752b077..a212aa7b2b68 100644
--- a/app-portage/tatt/tatt-0.10.ebuild
+++ b/app-portage/tatt/tatt-0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+templates"
 
 RDEPEND="



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

2023-01-02 Thread Sam James
commit: a5b8094486bd93d798e8c9094341afdcf8cfcea6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  3 06:13:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  3 06:13:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b80944

app-portage/tatt: add gentoo upstream metadata

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

 app-portage/tatt/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/tatt/metadata.xml b/app-portage/tatt/metadata.xml
index 1a7cfa2f55ab..00042c0069de 100644
--- a/app-portage/tatt/metadata.xml
+++ b/app-portage/tatt/metadata.xml
@@ -13,6 +13,7 @@
   It aims at developers. If you are a normal user you will not need tatt.
   
   
+proj/tatt
 gentoo/tatt
   
   



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

2022-12-16 Thread WANG Xuerui
commit: d9e186b3dd4930d5900d3a6277ac932615b6ab17
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Dec 12 07:50:20 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat Dec 17 06:38:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e186b3

app-portage/tatt: keyword 0.10 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-portage/tatt/tatt-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.10.ebuild 
b/app-portage/tatt/tatt-0.10.ebuild
index c17c860ec599..7acb2752b077 100644
--- a/app-portage/tatt/tatt-0.10.ebuild
+++ b/app-portage/tatt/tatt-0.10.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+templates"
 
 RDEPEND="



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

2022-11-06 Thread Sam James
commit: be579a71861efd88218c43752f3f1667edea964f
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  6 06:04:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  6 06:04:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be579a71

app-portage/tatt: disable Python 3.8

The pkgcore stack is going to require Python 3.9.

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

 app-portage/tatt/tatt-0.10.ebuild | 2 +-
 app-portage/tatt/tatt-0.9.ebuild  | 2 +-
 app-portage/tatt/tatt-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/tatt/tatt-0.10.ebuild 
b/app-portage/tatt/tatt-0.10.ebuild
index 39752c13105c..c17c860ec599 100644
--- a/app-portage/tatt/tatt-0.10.ebuild
+++ b/app-portage/tatt/tatt-0.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit distutils-r1
 

diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
index 029254ec28bb..7c14d2aff58c 100644
--- a/app-portage/tatt/tatt-0.9.ebuild
+++ b/app-portage/tatt/tatt-0.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit distutils-r1
 

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index e59d8cfdfa8a..21d03f042cbf 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit distutils-r1 git-r3
 



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

2022-10-12 Thread Sam James
commit: 624c870faf158a145a6d8bdc0af1f7b36c210d63
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 12 19:38:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 12 19:38:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624c870f

app-portage/tatt: drop 0.8

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

 app-portage/tatt/Manifest|  1 -
 app-portage/tatt/tatt-0.8.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index a5039f77f91f..495672ea2aa5 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,3 +1,2 @@
 DIST tatt-0.10.tar.gz 22675 BLAKE2B 
4272cd0bf65a2181ba70d12fe8ca593403d7217aebf2f4dffd2f69397e686c79bc93ec70c756f1e94c548ed2acd8af7470c022611c16b5f3571af860aeca4b9c
 SHA512 
1993f597e92b0b1f004e492aa164d7de6cf6776285850e5245f3328de0396c54cfc58943c767afe1fd1c49a771a1f33c65b6bed3c7d164223767567c05e12af1
-DIST tatt-0.8.tar.gz 22215 BLAKE2B 
6c21acb9378045679c4a03badcb7c60638c4007ba19857d7519f68d4d658cd1418e952cf15a64679c6a9b28090856a588e60e9db1abb360d0625a633491deb3d
 SHA512 
31be6573e3d7c9a690e57d64adcbf87983d5dd226afd162c7bfa425847a84705beda530cd5b648ac85cf8cd3907d46ae638bb0ca0d903d8d1968d0ac30703703
 DIST tatt-0.9.tar.gz 22659 BLAKE2B 
c67da6d71bd46a7a1e73810f6f837cbe18b4fcfdf18da2401ab696e69d05c3ccbdeacaf152999dbf49d39c20e0e9e656e05c294a5eb7128015ee06d25bf95fcb
 SHA512 
4f8d4f6d56ce1389caee8a67d1ae13967692fad90e1bc484ec9ffd9fa057e858c2fc4e6cefa496b33c7565b06e7f71e012a94653de4a501f3b25ec77d07cea92

diff --git a/app-portage/tatt/tatt-0.8.ebuild b/app-portage/tatt/tatt-0.8.ebuild
deleted file mode 100644
index 0ce84ac8d82e..
--- a/app-portage/tatt/tatt-0.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Arch testing tool"
-HOMEPAGE="https://github.com/gentoo/tatt;
-SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
-IUSE="+templates"
-
-RDEPEND="
-   app-portage/eix
-   app-portage/gentoolkit[${PYTHON_USEDEP}]
-   app-portage/nattka[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   www-client/pybugz
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use templates; then
-   insinto "/usr/share/${PN}"
-   doins -r templates
-   fi
-   doman tatt.1
-   doman tatt.5
-}



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

2022-10-12 Thread Sam James
commit: 52cd9d7366d5a3557b1248e714c633484cef27d2
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 12 19:37:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 12 19:37:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cd9d73

app-portage/tatt: add 0.10

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

 app-portage/tatt/Manifest |  1 +
 app-portage/tatt/tatt-0.10.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index d090e3ee0ed7..a5039f77f91f 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,2 +1,3 @@
+DIST tatt-0.10.tar.gz 22675 BLAKE2B 
4272cd0bf65a2181ba70d12fe8ca593403d7217aebf2f4dffd2f69397e686c79bc93ec70c756f1e94c548ed2acd8af7470c022611c16b5f3571af860aeca4b9c
 SHA512 
1993f597e92b0b1f004e492aa164d7de6cf6776285850e5245f3328de0396c54cfc58943c767afe1fd1c49a771a1f33c65b6bed3c7d164223767567c05e12af1
 DIST tatt-0.8.tar.gz 22215 BLAKE2B 
6c21acb9378045679c4a03badcb7c60638c4007ba19857d7519f68d4d658cd1418e952cf15a64679c6a9b28090856a588e60e9db1abb360d0625a633491deb3d
 SHA512 
31be6573e3d7c9a690e57d64adcbf87983d5dd226afd162c7bfa425847a84705beda530cd5b648ac85cf8cd3907d46ae638bb0ca0d903d8d1968d0ac30703703
 DIST tatt-0.9.tar.gz 22659 BLAKE2B 
c67da6d71bd46a7a1e73810f6f837cbe18b4fcfdf18da2401ab696e69d05c3ccbdeacaf152999dbf49d39c20e0e9e656e05c294a5eb7128015ee06d25bf95fcb
 SHA512 
4f8d4f6d56ce1389caee8a67d1ae13967692fad90e1bc484ec9ffd9fa057e858c2fc4e6cefa496b33c7565b06e7f71e012a94653de4a501f3b25ec77d07cea92

diff --git a/app-portage/tatt/tatt-0.10.ebuild 
b/app-portage/tatt/tatt-0.10.ebuild
new file mode 100644
index ..39752c13105c
--- /dev/null
+++ b/app-portage/tatt/tatt-0.10.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Arch testing tool"
+HOMEPAGE="https://github.com/gentoo/tatt;
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+IUSE="+templates"
+
+RDEPEND="
+   app-portage/eix
+   app-portage/gentoolkit[${PYTHON_USEDEP}]
+   app-portage/nattka[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use templates; then
+   insinto "/usr/share/${PN}"
+   doins -r templates
+   fi
+   doman tatt.1
+   doman tatt.5
+}



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

2022-07-02 Thread Sam James
commit: cc5f5895e9de9cae34534ee11bfa97184b5202d3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  3 02:39:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  3 02:40:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5f5895

app-portage/tatt: keyword ~s390

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

 app-portage/tatt/tatt-0.8.ebuild | 4 ++--
 app-portage/tatt/tatt-0.9.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/tatt/tatt-0.8.ebuild b/app-portage/tatt/tatt-0.8.ebuild
index 0e71cc61b02e..0ce84ac8d82e 100644
--- a/app-portage/tatt/tatt-0.8.ebuild
+++ b/app-portage/tatt/tatt-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
 IUSE="+templates"
 
 RDEPEND="

diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
index c241a0bb857e..029254ec28bb 100644
--- a/app-portage/tatt/tatt-0.9.ebuild
+++ b/app-portage/tatt/tatt-0.9.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
 IUSE="+templates"
 
 RDEPEND="



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

2022-05-18 Thread Sam James
commit: b6ef1a54cb5bfa920c2b9be4ec520d36f50056bf
Author: Sam James  gentoo  org>
AuthorDate: Thu May 19 03:04:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 19 03:04:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ef1a54

app-portage/tatt: add Python 3.10

Closes: https://bugs.gentoo.org/845585
Signed-off-by: Sam James  gentoo.org>

 app-portage/tatt/tatt-0.9.ebuild  | 2 +-
 app-portage/tatt/tatt-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
index 5c41d2d22462..c241a0bb857e 100644
--- a/app-portage/tatt/tatt-0.9.ebuild
+++ b/app-portage/tatt/tatt-0.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 05352672..e59d8cfdfa8a 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.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=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 git-r3
 



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

2022-03-08 Thread Jakov Smolić
commit: a7bb9fd400eb74f6e4eaad1f30e926758e9be4b4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar  8 11:16:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar  8 11:16:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7bb9fd4

app-portage/tatt: Keyword 0.9 riscv, #834779

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

 app-portage/tatt/tatt-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
index 49a38627ef6b..5c41d2d22462 100644
--- a/app-portage/tatt/tatt-0.9.ebuild
+++ b/app-portage/tatt/tatt-0.9.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
 IUSE="+templates"
 
 RDEPEND="



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

2022-01-23 Thread Sam James
commit: 339cf279b84b6d7c5c88604aedcc5630367270df
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 04:37:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 04:37:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339cf279

app-portage/tatt: stabilize 0.9

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

 app-portage/tatt/tatt-0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
index b68190910f9b..49a38627ef6b 100644
--- a/app-portage/tatt/tatt-0.9.ebuild
+++ b/app-portage/tatt/tatt-0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="+templates"
 
 RDEPEND="



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

2021-10-31 Thread Sam James
commit: 6db3b67f68767bcfe587f37f8d91195440ba7291
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 31 22:15:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 31 22:15:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db3b67f

app-portage/tatt: add 0.9

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

 app-portage/tatt/Manifest|  1 +
 app-portage/tatt/tatt-0.9.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index a1301b00ad2..d090e3ee0ed 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1 +1,2 @@
 DIST tatt-0.8.tar.gz 22215 BLAKE2B 
6c21acb9378045679c4a03badcb7c60638c4007ba19857d7519f68d4d658cd1418e952cf15a64679c6a9b28090856a588e60e9db1abb360d0625a633491deb3d
 SHA512 
31be6573e3d7c9a690e57d64adcbf87983d5dd226afd162c7bfa425847a84705beda530cd5b648ac85cf8cd3907d46ae638bb0ca0d903d8d1968d0ac30703703
+DIST tatt-0.9.tar.gz 22659 BLAKE2B 
c67da6d71bd46a7a1e73810f6f837cbe18b4fcfdf18da2401ab696e69d05c3ccbdeacaf152999dbf49d39c20e0e9e656e05c294a5eb7128015ee06d25bf95fcb
 SHA512 
4f8d4f6d56ce1389caee8a67d1ae13967692fad90e1bc484ec9ffd9fa057e858c2fc4e6cefa496b33c7565b06e7f71e012a94653de4a501f3b25ec77d07cea92

diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
new file mode 100644
index 000..b68190910f9
--- /dev/null
+++ b/app-portage/tatt/tatt-0.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Arch testing tool"
+HOMEPAGE="https://github.com/gentoo/tatt;
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+IUSE="+templates"
+
+RDEPEND="
+   app-portage/eix
+   app-portage/gentoolkit[${PYTHON_USEDEP}]
+   app-portage/nattka[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use templates; then
+   insinto "/usr/share/${PN}"
+   doins -r templates
+   fi
+   doman tatt.1
+   doman tatt.5
+}



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

2021-06-04 Thread Michael Palimaka
commit: d4f8788e36f248dc3735e867c3b8c8fe0eb28666
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Jun  4 07:23:39 2021 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Jun  4 07:23:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f8788e

app-portage/tatt: remove 0.7-r1

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Michael Palimaka  gentoo.org>

 app-portage/tatt/Manifest   |  1 -
 app-portage/tatt/tatt-0.7-r1.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index de293be8cce..a1301b00ad2 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,2 +1 @@
-DIST tatt-0.7.tar.gz 21802 BLAKE2B 
a0195f253e2777a8756fd7d1f83804bf3a4ca90fdeb07b2f8dc28dcb6f1d1f3c47fd948e0d001103f7972dc8cb8ee45a237dd24b3dc149392aa9841fe3d6532a
 SHA512 
1f2a144512801d50585d40074553049ebd08bc5f084a0623b89d901acb9448657e7f42f2c8da5f613e0b2ff5c3fe59fbada1ad911c9693846923e256a2e97ecd
 DIST tatt-0.8.tar.gz 22215 BLAKE2B 
6c21acb9378045679c4a03badcb7c60638c4007ba19857d7519f68d4d658cd1418e952cf15a64679c6a9b28090856a588e60e9db1abb360d0625a633491deb3d
 SHA512 
31be6573e3d7c9a690e57d64adcbf87983d5dd226afd162c7bfa425847a84705beda530cd5b648ac85cf8cd3907d46ae638bb0ca0d903d8d1968d0ac30703703

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
deleted file mode 100644
index 96b1744dab8..000
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="arch testing tool"
-HOMEPAGE="https://github.com/gentoo/tatt;
-SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
-IUSE="+templates"
-
-RDEPEND="
-   app-portage/eix
-   app-portage/gentoolkit[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   www-client/pybugz
-"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use templates; then
-   insinto "/usr/share/${PN}"
-   doins -r templates
-   fi
-   doman tatt.1
-   doman tatt.5
-}



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

2021-04-25 Thread Sam James
commit: 8bb0b67c93cb5292388d4ee0571fbcd7efea83b0
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 23 02:51:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 09:30:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb0b67c

app-portage/tatt: keyword 0.7-r1, 0.8 for ~x64-macos

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

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 app-portage/tatt/tatt-0.8.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
index 25dda03872e..96b1744dab8 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="+templates"
 
 RDEPEND="

diff --git a/app-portage/tatt/tatt-0.8.ebuild b/app-portage/tatt/tatt-0.8.ebuild
index 73a7ef4a3b3..0e71cc61b02 100644
--- a/app-portage/tatt/tatt-0.8.ebuild
+++ b/app-portage/tatt/tatt-0.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="+templates"
 
 RDEPEND="



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

2021-04-07 Thread Sam James
commit: fd94f1e8db2b081074465f39e67bc2ab3329339c
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  7 06:24:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  7 06:24:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd94f1e8

app-portage/tatt: Stabilize 0.8 ALLARCHES, #780570

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

 app-portage/tatt/tatt-0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.8.ebuild b/app-portage/tatt/tatt-0.8.ebuild
index ba8e46a2031..73a7ef4a3b3 100644
--- a/app-portage/tatt/tatt-0.8.ebuild
+++ b/app-portage/tatt/tatt-0.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: afa0e01767661efee7f25cb8d395ad922010d9d8
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 03:17:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 03:17:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa0e017

app-portage/tatt: fix github remote-id

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-portage/tatt/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/metadata.xml b/app-portage/tatt/metadata.xml
index f69eb8a61d8..b164b66527b 100644
--- a/app-portage/tatt/metadata.xml
+++ b/app-portage/tatt/metadata.xml
@@ -12,7 +12,7 @@ Tatt arch testing tool can be use to automatically generate 
scripts for various
 It aims at developers. If you are a normal user you will not need tatt.
 
   
-kensington/tatt
+gentoo/tatt
   
   
 



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

2021-01-07 Thread Michał Górny
commit: ff8b5ecd3b58b59ae8fbad55e4208e133650f71f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan  7 21:11:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan  7 23:15:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8b5ecd

app-portage/tatt: Limit to py3.8+ due to pkgcore

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

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 app-portage/tatt/tatt-0.8.ebuild| 4 ++--
 app-portage/tatt/tatt-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
index 59b5f9986ea..5df4caace4d 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/app-portage/tatt/tatt-0.8.ebuild b/app-portage/tatt/tatt-0.8.ebuild
index 4966a0e29da..ba8e46a2031 100644
--- a/app-portage/tatt/tatt-0.8.ebuild
+++ b/app-portage/tatt/tatt-0.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=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit distutils-r1
 

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 3cfd4e34278..0535267 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.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=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit distutils-r1 git-r3
 



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

2020-12-02 Thread Sam James
commit: 41811b4c3f4e690bdb66c611d25ee16041638c9a
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  2 22:44:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  2 22:44:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41811b4c

app-portage/tatt: add Python 3.8, 3.9

Closes: https://bugs.gentoo.org/758149
Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
index 2498b44643e..59b5f9986ea 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



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

2020-12-02 Thread Sam James
commit: 76f5d26eaf5c5abc424056255b72cd13d335b29c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec  2 17:16:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  2 22:38:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f5d26e

app-portage/tatt: version bump 0.8

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 app-portage/tatt/Manifest|  1 +
 app-portage/tatt/tatt-0.8.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index c236134700c..de293be8cce 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1 +1,2 @@
 DIST tatt-0.7.tar.gz 21802 BLAKE2B 
a0195f253e2777a8756fd7d1f83804bf3a4ca90fdeb07b2f8dc28dcb6f1d1f3c47fd948e0d001103f7972dc8cb8ee45a237dd24b3dc149392aa9841fe3d6532a
 SHA512 
1f2a144512801d50585d40074553049ebd08bc5f084a0623b89d901acb9448657e7f42f2c8da5f613e0b2ff5c3fe59fbada1ad911c9693846923e256a2e97ecd
+DIST tatt-0.8.tar.gz 22215 BLAKE2B 
6c21acb9378045679c4a03badcb7c60638c4007ba19857d7519f68d4d658cd1418e952cf15a64679c6a9b28090856a588e60e9db1abb360d0625a633491deb3d
 SHA512 
31be6573e3d7c9a690e57d64adcbf87983d5dd226afd162c7bfa425847a84705beda530cd5b648ac85cf8cd3907d46ae638bb0ca0d903d8d1968d0ac30703703

diff --git a/app-portage/tatt/tatt-0.8.ebuild b/app-portage/tatt/tatt-0.8.ebuild
new file mode 100644
index 000..4966a0e29da
--- /dev/null
+++ b/app-portage/tatt/tatt-0.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Arch testing tool"
+HOMEPAGE="https://github.com/gentoo/tatt;
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="+templates"
+
+RDEPEND="
+   app-portage/eix
+   app-portage/gentoolkit[${PYTHON_USEDEP}]
+   app-portage/nattka[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use templates; then
+   insinto "/usr/share/${PN}"
+   doins -r templates
+   fi
+   doman tatt.1
+   doman tatt.5
+}



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

2020-09-11 Thread Sam James
commit: 74654ed776dc705b6a9ca2c18217209858a81fa1
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 11 16:07:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 11 16:07:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74654ed7

app-portage/tatt: add nattka dependency

Needed by latest commits.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 app-portage/tatt/tatt-.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 2539f2a5dff..3cfd4e34278 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -7,26 +7,23 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1 git-r3
 
-DESCRIPTION="arch testing tool"
+DESCRIPTION="Arch testing tool"
 HOMEPAGE="https://github.com/gentoo/tatt;
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/tatt.git
https://github.com/gentoo/tatt.git;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE="+templates"
 
 RDEPEND="
app-portage/eix
app-portage/gentoolkit[${PYTHON_USEDEP}]
+   app-portage/nattka[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
www-client/pybugz
 "
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
 
 python_install_all() {
distutils-r1_python_install_all



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

2020-09-03 Thread Sam James
commit: c005134ba165ea7a17f10956f2ee9241d3e464b6
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  4 00:30:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  4 00:30:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c005134b

app-portage/tatt: mark ALLARCHES

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-portage/tatt/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/tatt/metadata.xml b/app-portage/tatt/metadata.xml
index 5029e3c544e..f69eb8a61d8 100644
--- a/app-portage/tatt/metadata.xml
+++ b/app-portage/tatt/metadata.xml
@@ -14,4 +14,5 @@ It aims at developers. If you are a normal user you will not 
need tatt.
   
 kensington/tatt
   
+  
 



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

2020-09-03 Thread Sam James
commit: d9f6766c805867b7e3b42f3c781144bd0ce25112
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  4 00:30:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  4 00:30:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f6766c

app-portage/tatt: ppc, ppc64 stable by ALLARCHES

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
index 04467f9671c..2498b44643e 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2020-08-29 Thread Thomas Deutschmann
commit: 772725aad3b712542b0b862786c5f7e0b4711468
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 29 14:51:09 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 29 14:51:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772725aa

app-portage/tatt: enable Python 3.9 support

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 5786e4c4a61..2539f2a5dff 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1 git-r3
 



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

2020-08-05 Thread Sam James
commit: 185deba12229448f3e9f698d3353e0f8459df738
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:39:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:39:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185deba1

app-portage/tatt: Stabilize 0.7-r1 arm, #730724

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

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
index 7a01b56de4c..04467f9671c 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2020-07-04 Thread Mart Raudsepp
commit: 836e354da87a2367c8451b7e1e2cd8e5e5803752
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Jul  4 19:17:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jul  4 21:53:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836e354d

app-portage/tatt: arm64 stable (bug #730724)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
index 3a97fcb51d4..7a01b56de4c 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2020-06-21 Thread Michał Górny
commit: dc476e802645c81091d294340d398f7a035410ed
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 21 00:28:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 21 06:22:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc476e80

app-portage/tatt: arm keyworded (bug #715546)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
index 56e6aa9a986..3a97fcb51d4 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2020-05-04 Thread Michael Palimaka
commit: f13491a6fc857d966702140d35974c348ce9c43b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon May  4 12:14:06 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon May  4 12:14:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13491a6

app-portage/tatt: remove 0.7-r0

Package-Manager: Portage-2.3.89, Repoman-2.3.22
Signed-off-by: Michael Palimaka  gentoo.org>

 app-portage/tatt/tatt-0.7.ebuild | 38 --
 1 file changed, 38 deletions(-)

diff --git a/app-portage/tatt/tatt-0.7.ebuild b/app-portage/tatt/tatt-0.7.ebuild
deleted file mode 100644
index c8f7b83d6e1..000
--- a/app-portage/tatt/tatt-0.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="arch testing tool"
-HOMEPAGE="https://github.com/gentoo/tatt;
-SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+templates"
-
-RDEPEND="
-   app-portage/eix
-   app-portage/gentoolkit
-   dev-python/configobj[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   www-client/pybugz
-"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use templates; then
-   insinto "/usr/share/${PN}"
-   doins -r templates
-   fi
-   doman tatt.1
-   doman tatt.5
-}



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

2020-05-04 Thread Michael Palimaka
commit: 58ebefb9a72f05ae66c246b3603ce73bd0825166
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon May  4 12:13:45 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon May  4 12:14:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ebefb9

app-portage/tatt: stabilise trivial revbump for all arches

Closes: https://bugs.gentoo.org/719468
Package-Manager: Portage-2.3.89, Repoman-2.3.22
Signed-off-by: Michael Palimaka  gentoo.org>

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
index fd1e8f3e540..56e6aa9a986 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2020-04-26 Thread Thomas Deutschmann
commit: 6a28dda139d8443fbe467c935eba2a94a04f56aa
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 26 23:46:41 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 26 23:46:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a28dda1

app-portage/tatt: enable Python 3.8

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

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

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index e998e0c14c1..5786e4c4a61 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 git-r3
 



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

2020-04-21 Thread Michael Palimaka
commit: 3422f80a7b64d03011fabfb5910960dc722e072d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Apr 21 09:01:22 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Apr 21 09:01:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3422f80a

app-portage/tatt: improve python handling

* Add Python 3.7
* Fix dependencies

Closes: https://bugs.gentoo.org/718252
Package-Manager: Portage-2.3.89, Repoman-2.3.22
Signed-off-by: Michael Palimaka  gentoo.org>

 app-portage/tatt/{tatt-.ebuild => tatt-0.7-r1.ebuild} | 11 +--
 app-portage/tatt/tatt-.ebuild |  4 ++--
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
similarity index 69%
copy from app-portage/tatt/tatt-.ebuild
copy to app-portage/tatt/tatt-0.7-r1.ebuild
index 15cbacda910..fd1e8f3e540 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -3,23 +3,22 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="arch testing tool"
 HOMEPAGE="https://github.com/gentoo/tatt;
-EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/tatt.git
-   https://github.com/gentoo/tatt.git;
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="
app-portage/eix
-   app-portage/gentoolkit
+   app-portage/gentoolkit[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
www-client/pybugz

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 15cbacda910..e998e0c14c1 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 git-r3
 
@@ -19,7 +19,7 @@ IUSE="+templates"
 
 RDEPEND="
app-portage/eix
-   app-portage/gentoolkit
+   app-portage/gentoolkit[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
www-client/pybugz



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

2020-04-12 Thread Michael Palimaka
commit: 0feed07b9fa510cca4b91496008173a68a2e2325
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 12 07:03:33 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 12 07:04:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0feed07b

app-portage/tatt: remove 0.5 and 0.6

Package-Manager: Portage-2.3.89, Repoman-2.3.22
Signed-off-by: Michael Palimaka  gentoo.org>

 app-portage/tatt/Manifest|  2 --
 app-portage/tatt/tatt-0.5.ebuild | 38 --
 app-portage/tatt/tatt-0.6.ebuild | 38 --
 3 files changed, 78 deletions(-)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index c4a11f1b889..c236134700c 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,3 +1 @@
-DIST tatt-0.5.tar.gz 23249 BLAKE2B 
d98456bab4ec4d820bddc2ec614e02582f5b0385d806c876a5155cb09bd1468908ded3f5c879fc38f2cb4211f8415640dd20b6b123c926b02387d49dced1
 SHA512 
0e2fa0dc12339be2ee2408a9dfa06201857bd2ef570b1c5ab46f0c4f0dc07492fc16d74c8f05cdef9232361b77843703d5f7e6752bff17a1ca2c3aa3cb1c1f29
-DIST tatt-0.6.tar.gz 21689 BLAKE2B 
d11bfb616cd27f1a303d4c95dec875cad42d31d72654be4649dac2c7b3f086b7c5a1886d9c9fbd0a858d9e042c9db0a7b5e2f4167c46b6291509f9d97a654097
 SHA512 
c12ea273af8b5bb410493f297776d730b7c36748a5f1b735c94dfb0542f9f03d28482060858951ac9fa161fc299c21473f5bdeaa4d89fb88ef61187a809dcac2
 DIST tatt-0.7.tar.gz 21802 BLAKE2B 
a0195f253e2777a8756fd7d1f83804bf3a4ca90fdeb07b2f8dc28dcb6f1d1f3c47fd948e0d001103f7972dc8cb8ee45a237dd24b3dc149392aa9841fe3d6532a
 SHA512 
1f2a144512801d50585d40074553049ebd08bc5f084a0623b89d901acb9448657e7f42f2c8da5f613e0b2ff5c3fe59fbada1ad911c9693846923e256a2e97ecd

diff --git a/app-portage/tatt/tatt-0.5.ebuild b/app-portage/tatt/tatt-0.5.ebuild
deleted file mode 100644
index 347603126f6..000
--- a/app-portage/tatt/tatt-0.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="arch testing tool"
-HOMEPAGE="https://github.com/gentoo/tatt;
-SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+templates"
-
-RDEPEND="
-   app-portage/eix
-   app-portage/gentoolkit
-   dev-python/configobj[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   www-client/pybugz
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use templates; then
-   insinto "/usr/share/${PN}"
-   doins -r templates
-   fi
-   doman tatt.1
-   doman tatt.5
-}

diff --git a/app-portage/tatt/tatt-0.6.ebuild b/app-portage/tatt/tatt-0.6.ebuild
deleted file mode 100644
index ead88748c27..000
--- a/app-portage/tatt/tatt-0.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="arch testing tool"
-HOMEPAGE="https://github.com/gentoo/tatt;
-SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="+templates"
-
-RDEPEND="
-   app-portage/eix
-   app-portage/gentoolkit
-   dev-python/configobj[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   www-client/pybugz
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use templates; then
-   insinto "/usr/share/${PN}"
-   doins -r templates
-   fi
-   doman tatt.1
-   doman tatt.5
-}



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

2020-04-04 Thread Sergei Trofimovich
commit: dfa33cc17c8c56ad49468ae84d2cf5d9c4ea928d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr  4 14:08:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  4 15:55:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa33cc1

app-portage/tatt: stable 0.7 for hppa/sparc, bug #711204

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/tatt/tatt-0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7.ebuild b/app-portage/tatt/tatt-0.7.ebuild
index 1856460de3e..c8f7b83d6e1 100644
--- a/app-portage/tatt/tatt-0.7.ebuild
+++ b/app-portage/tatt/tatt-0.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2020-04-04 Thread Agostino Sarubbo
commit: 150419cac26c975073299259c52dd46e72094730
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  4 13:34:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  4 13:34:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150419ca

app-portage/tatt: x86 stable wrt bug #711204

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/tatt/tatt-0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7.ebuild b/app-portage/tatt/tatt-0.7.ebuild
index 41e808a445c..1856460de3e 100644
--- a/app-portage/tatt/tatt-0.7.ebuild
+++ b/app-portage/tatt/tatt-0.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2020-04-04 Thread Agostino Sarubbo
commit: 308df82ec0b978c43e9267ef1f7c1bb092f2cd01
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  4 13:26:33 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  4 13:26:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308df82e

app-portage/tatt: amd64 stable wrt bug #711204

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/tatt/tatt-0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7.ebuild b/app-portage/tatt/tatt-0.7.ebuild
index 870fa559595..41e808a445c 100644
--- a/app-portage/tatt/tatt-0.7.ebuild
+++ b/app-portage/tatt/tatt-0.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2020-03-03 Thread Michael Palimaka
commit: f8cfbfb5c87ccc27ac0e0f14712ead20c4c8c99e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Mar  3 10:24:24 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Mar  3 10:32:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cfbfb5

app-portage/tatt: version bump 0.7

Bug: https://bugs.gentoo.org/711204
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Palimaka  gentoo.org>

 app-portage/tatt/Manifest|  1 +
 app-portage/tatt/tatt-0.7.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index c095edbcb27..c4a11f1b889 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,2 +1,3 @@
 DIST tatt-0.5.tar.gz 23249 BLAKE2B 
d98456bab4ec4d820bddc2ec614e02582f5b0385d806c876a5155cb09bd1468908ded3f5c879fc38f2cb4211f8415640dd20b6b123c926b02387d49dced1
 SHA512 
0e2fa0dc12339be2ee2408a9dfa06201857bd2ef570b1c5ab46f0c4f0dc07492fc16d74c8f05cdef9232361b77843703d5f7e6752bff17a1ca2c3aa3cb1c1f29
 DIST tatt-0.6.tar.gz 21689 BLAKE2B 
d11bfb616cd27f1a303d4c95dec875cad42d31d72654be4649dac2c7b3f086b7c5a1886d9c9fbd0a858d9e042c9db0a7b5e2f4167c46b6291509f9d97a654097
 SHA512 
c12ea273af8b5bb410493f297776d730b7c36748a5f1b735c94dfb0542f9f03d28482060858951ac9fa161fc299c21473f5bdeaa4d89fb88ef61187a809dcac2
+DIST tatt-0.7.tar.gz 21802 BLAKE2B 
a0195f253e2777a8756fd7d1f83804bf3a4ca90fdeb07b2f8dc28dcb6f1d1f3c47fd948e0d001103f7972dc8cb8ee45a237dd24b3dc149392aa9841fe3d6532a
 SHA512 
1f2a144512801d50585d40074553049ebd08bc5f084a0623b89d901acb9448657e7f42f2c8da5f613e0b2ff5c3fe59fbada1ad911c9693846923e256a2e97ecd

diff --git a/app-portage/tatt/tatt-0.7.ebuild b/app-portage/tatt/tatt-0.7.ebuild
new file mode 100644
index 000..870fa559595
--- /dev/null
+++ b/app-portage/tatt/tatt-0.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="arch testing tool"
+HOMEPAGE="https://github.com/gentoo/tatt;
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="+templates"
+
+RDEPEND="
+   app-portage/eix
+   app-portage/gentoolkit
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use templates; then
+   insinto "/usr/share/${PN}"
+   doins -r templates
+   fi
+   doman tatt.1
+   doman tatt.5
+}



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

2020-03-03 Thread Michael Palimaka
commit: 88b766c8b43f6bfbc7e895f0e42ad7f25c130eac
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Mar  3 10:22:28 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Mar  3 10:32:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b766c8

app-portage/tatt: port to EAPI 7

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

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

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 8351da5ce08..15cbacda910 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_6 )
 
@@ -24,7 +24,7 @@ RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
www-client/pybugz
 "
-DEPEND="${RDEPEND}
+BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
 "
 



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

2020-02-10 Thread Michał Górny
commit: 284a9592d44ce4e5427b2d2b653e7e464fc5aeef
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 10 11:08:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 10 11:16:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284a9592

app-portage/tatt: Remove py2

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

 app-portage/tatt/tatt-0.5.ebuild  | 2 +-
 app-portage/tatt/tatt-0.6.ebuild  | 2 +-
 app-portage/tatt/tatt-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/tatt/tatt-0.5.ebuild b/app-portage/tatt/tatt-0.5.ebuild
index 34f4aa75b7f..347603126f6 100644
--- a/app-portage/tatt/tatt-0.5.ebuild
+++ b/app-portage/tatt/tatt-0.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/app-portage/tatt/tatt-0.6.ebuild b/app-portage/tatt/tatt-0.6.ebuild
index 99e6ef2ee94..ead88748c27 100644
--- a/app-portage/tatt/tatt-0.6.ebuild
+++ b/app-portage/tatt/tatt-0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index c0f9e775f5c..8351da5ce08 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3
 



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

2020-02-04 Thread Sergei Trofimovich
commit: e4c5d6416c0383b36c6d9b4e59741bd8d41664f2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Feb  4 15:59:41 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb  4 21:11:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c5d641

app-portage/tatt: point repo URI to Gentoo infrastructure

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/tatt/tatt-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index e036b05013f..c0f9e775f5c 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -9,7 +9,8 @@ inherit distutils-r1 git-r3
 
 DESCRIPTION="arch testing tool"
 HOMEPAGE="https://github.com/gentoo/tatt;
-EGIT_REPO_URI="https://github.com/gentoo/tatt.git;
+EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/tatt.git
+   https://github.com/gentoo/tatt.git;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2019-09-19 Thread Michael Palimaka
commit: 4eefaa5bf20ad45c59bbc1666f6dc38ac7b0b627
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Sep 11 16:30:35 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 19 09:19:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eefaa5b

app-portage/tatt: version bump 0.6

Closes: https://github.com/gentoo/gentoo/pull/12905
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Michael Palimaka  gentoo.org>

 app-portage/tatt/Manifest|  1 +
 app-portage/tatt/tatt-0.6.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index 4811702da63..db075a2a7f7 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,2 +1,3 @@
 DIST tatt-0.4.tar.gz 23397 BLAKE2B 
dc6efaf866b059567d11c2a91929b025e74f73ae5ad81a98a632c3b2393025e2e35320ed223ae84b28a8770c713536afe73289d66f7c1396118a975867a56161
 SHA512 
57df8cdda9b6711da36e3635182fcfb64a376d7c3a76a29ea0252fc17597defe921d90bf9989f4fc199ab9848fae6fc4f53623140825f79368e90723a5562dd6
 DIST tatt-0.5.tar.gz 23249 BLAKE2B 
d98456bab4ec4d820bddc2ec614e02582f5b0385d806c876a5155cb09bd1468908ded3f5c879fc38f2cb4211f8415640dd20b6b123c926b02387d49dced1
 SHA512 
0e2fa0dc12339be2ee2408a9dfa06201857bd2ef570b1c5ab46f0c4f0dc07492fc16d74c8f05cdef9232361b77843703d5f7e6752bff17a1ca2c3aa3cb1c1f29
+DIST tatt-0.6.tar.gz 21689 BLAKE2B 
d11bfb616cd27f1a303d4c95dec875cad42d31d72654be4649dac2c7b3f086b7c5a1886d9c9fbd0a858d9e042c9db0a7b5e2f4167c46b6291509f9d97a654097
 SHA512 
c12ea273af8b5bb410493f297776d730b7c36748a5f1b735c94dfb0542f9f03d28482060858951ac9fa161fc299c21473f5bdeaa4d89fb88ef61187a809dcac2

diff --git a/app-portage/tatt/tatt-0.6.ebuild b/app-portage/tatt/tatt-0.6.ebuild
new file mode 100644
index 000..2574422e212
--- /dev/null
+++ b/app-portage/tatt/tatt-0.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="arch testing tool"
+HOMEPAGE="https://github.com/gentoo/tatt;
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="+templates"
+
+RDEPEND="
+   app-portage/eix
+   app-portage/gentoolkit
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use templates; then
+   insinto "/usr/share/${PN}"
+   doins -r templates
+   fi
+   doman tatt.1
+   doman tatt.5
+}



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

2019-09-19 Thread Michael Palimaka
commit: deb9d16fad27d18590aa5719106a409619a0acff
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Sep 11 16:31:42 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 19 09:19:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb9d16f

app-portage/tatt: remove old

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Michael Palimaka  gentoo.org>

 app-portage/tatt/Manifest|  1 -
 app-portage/tatt/tatt-0.4.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index db075a2a7f7..c095edbcb27 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,3 +1,2 @@
-DIST tatt-0.4.tar.gz 23397 BLAKE2B 
dc6efaf866b059567d11c2a91929b025e74f73ae5ad81a98a632c3b2393025e2e35320ed223ae84b28a8770c713536afe73289d66f7c1396118a975867a56161
 SHA512 
57df8cdda9b6711da36e3635182fcfb64a376d7c3a76a29ea0252fc17597defe921d90bf9989f4fc199ab9848fae6fc4f53623140825f79368e90723a5562dd6
 DIST tatt-0.5.tar.gz 23249 BLAKE2B 
d98456bab4ec4d820bddc2ec614e02582f5b0385d806c876a5155cb09bd1468908ded3f5c879fc38f2cb4211f8415640dd20b6b123c926b02387d49dced1
 SHA512 
0e2fa0dc12339be2ee2408a9dfa06201857bd2ef570b1c5ab46f0c4f0dc07492fc16d74c8f05cdef9232361b77843703d5f7e6752bff17a1ca2c3aa3cb1c1f29
 DIST tatt-0.6.tar.gz 21689 BLAKE2B 
d11bfb616cd27f1a303d4c95dec875cad42d31d72654be4649dac2c7b3f086b7c5a1886d9c9fbd0a858d9e042c9db0a7b5e2f4167c46b6291509f9d97a654097
 SHA512 
c12ea273af8b5bb410493f297776d730b7c36748a5f1b735c94dfb0542f9f03d28482060858951ac9fa161fc299c21473f5bdeaa4d89fb88ef61187a809dcac2

diff --git a/app-portage/tatt/tatt-0.4.ebuild b/app-portage/tatt/tatt-0.4.ebuild
deleted file mode 100644
index a623eb3b75f..000
--- a/app-portage/tatt/tatt-0.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="arch testing tool"
-HOMEPAGE="https://github.com/kensington/tatt;
-SRC_URI="https://github.com/kensington/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+templates"
-
-RDEPEND="
-   app-portage/eix
-   app-portage/gentoolkit
-   dev-python/configobj[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   www-client/pybugz
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use templates; then
-   insinto "/usr/share/${PN}"
-   doins -r templates
-   fi
-   doman tatt.1
-   doman tatt.5
-}



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

2018-01-25 Thread Michael Palimaka
commit: 8bd6d014ecfbc2159511706d532d751e55da41d5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jan 25 14:14:37 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jan 25 14:14:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd6d014

app-portage/tatt: stabilise 0.5 for amd64/x86

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-portage/tatt/tatt-0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/tatt/tatt-0.5.ebuild b/app-portage/tatt/tatt-0.5.ebuild
index 2043abb30ac..0971d8130bd 100644
--- a/app-portage/tatt/tatt-0.5.ebuild
+++ b/app-portage/tatt/tatt-0.5.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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2017-12-25 Thread Markus Meier
commit: f34947a4c005a27dff227a97fdb5e05081488f7f
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Dec 25 11:36:51 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Dec 25 11:36:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34947a4

app-portage/tatt: add ~arm64, bug #620456

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 app-portage/tatt/tatt-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.5.ebuild b/app-portage/tatt/tatt-0.5.ebuild
index 45eba8259de..2043abb30ac 100644
--- a/app-portage/tatt/tatt-0.5.ebuild
+++ b/app-portage/tatt/tatt-0.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2017-12-19 Thread Thomas Deutschmann
commit: 053ff89b831c9276bbeb25e4b262a08262673b46
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 19 21:52:18 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 19 21:52:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053ff89b

app-portage/tatt: x86 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-portage/tatt/tatt-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.4.ebuild b/app-portage/tatt/tatt-0.4.ebuild
index 3a1eebd4087..78be3080366 100644
--- a/app-portage/tatt/tatt-0.4.ebuild
+++ b/app-portage/tatt/tatt-0.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kensington/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2017-12-06 Thread Michael Palimaka
commit: a7db567e562a06ea8c13dc0fd5ea2356eb12673a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Dec  6 10:42:52 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Dec  6 10:43:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7db567e

app-portage/tatt: version bump 0.5

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-portage/tatt/Manifest|  3 ++-
 app-portage/tatt/tatt-0.5.ebuild | 38 ++
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index e3e24febf7a..4811702da63 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1 +1,2 @@
-DIST tatt-0.4.tar.gz 23397 SHA256 
53ed63685187acc55241698dac26a7cadbdf846dfc72709a9d67db65572dc2ef SHA512 
57df8cdda9b6711da36e3635182fcfb64a376d7c3a76a29ea0252fc17597defe921d90bf9989f4fc199ab9848fae6fc4f53623140825f79368e90723a5562dd6
 WHIRLPOOL 
a152e6cdee833d892eb0ff1b6c24d107b99ac4b7c92510d230fdbb6e1375825c1294a7008e1e09c496115f6116f3de48a4500dcc3a257998c8ee5bb0a29c08b0
+DIST tatt-0.4.tar.gz 23397 BLAKE2B 
dc6efaf866b059567d11c2a91929b025e74f73ae5ad81a98a632c3b2393025e2e35320ed223ae84b28a8770c713536afe73289d66f7c1396118a975867a56161
 SHA512 
57df8cdda9b6711da36e3635182fcfb64a376d7c3a76a29ea0252fc17597defe921d90bf9989f4fc199ab9848fae6fc4f53623140825f79368e90723a5562dd6
+DIST tatt-0.5.tar.gz 23249 BLAKE2B 
d98456bab4ec4d820bddc2ec614e02582f5b0385d806c876a5155cb09bd1468908ded3f5c879fc38f2cb4211f8415640dd20b6b123c926b02387d49dced1
 SHA512 
0e2fa0dc12339be2ee2408a9dfa06201857bd2ef570b1c5ab46f0c4f0dc07492fc16d74c8f05cdef9232361b77843703d5f7e6752bff17a1ca2c3aa3cb1c1f29

diff --git a/app-portage/tatt/tatt-0.5.ebuild b/app-portage/tatt/tatt-0.5.ebuild
new file mode 100644
index 000..45eba8259de
--- /dev/null
+++ b/app-portage/tatt/tatt-0.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="arch testing tool"
+HOMEPAGE="https://github.com/gentoo/tatt;
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="+templates"
+
+RDEPEND="
+   app-portage/eix
+   app-portage/gentoolkit
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use templates; then
+   insinto "/usr/share/${PN}"
+   doins -r templates
+   fi
+   doman tatt.1
+   doman tatt.5
+}



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

2017-11-15 Thread Michael Palimaka
commit: cf66142cd103999e692bb9fa8842a94fad2856c4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Nov 15 11:48:10 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Nov 15 11:48:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf66142c

app-portage/tatt: switch to new upstream location

Package-Manager: Portage-2.3.8, Repoman-2.3.4

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

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 67cd52838af..18cb809559d 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1 git-r3
 
 DESCRIPTION="arch testing tool"
-HOMEPAGE="https://github.com/kensington/tatt;
-EGIT_REPO_URI="https://github.com/kensington/tatt.git;
+HOMEPAGE="https://github.com/gentoo/tatt;
+EGIT_REPO_URI="https://github.com/gentoo/tatt.git;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2017-10-18 Thread Sergei Trofimovich
commit: d9c4b56a1bbd382d200ad1f40f12f56548524250
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Oct 18 15:26:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 18 15:26:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c4b56a

app-portage/tatt: ~hppa keyworded (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-portage/tatt/tatt-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.4.ebuild b/app-portage/tatt/tatt-0.4.ebuild
index 625349b035c..3a1eebd4087 100644
--- a/app-portage/tatt/tatt-0.4.ebuild
+++ b/app-portage/tatt/tatt-0.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kensington/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2017-10-18 Thread Sergei Trofimovich
commit: 329dc9d958f20bf1bf4a40e5dc3fbc794c4e52ee
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Oct 18 15:11:42 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 18 15:11:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329dc9d9

app-portage/tatt: ~sparc keyworded (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-portage/tatt/tatt-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.4.ebuild b/app-portage/tatt/tatt-0.4.ebuild
index 4ee05f27516..625349b035c 100644
--- a/app-portage/tatt/tatt-0.4.ebuild
+++ b/app-portage/tatt/tatt-0.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kensington/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2017-10-09 Thread Sergei Trofimovich
commit: 178382fbcfe162c97c10a39e4c90d24e69385036
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct  9 14:31:44 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct  9 14:31:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178382fb

app-portage/tatt: keyworded 0.4 for ppc, bug #626750 (thanks to ernsteiswuerfel)

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 app-portage/tatt/tatt-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.4.ebuild b/app-portage/tatt/tatt-0.4.ebuild
index d19585e1428..4ee05f27516 100644
--- a/app-portage/tatt/tatt-0.4.ebuild
+++ b/app-portage/tatt/tatt-0.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kensington/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2017-07-30 Thread Michał Górny
commit: 3881e4b16c12067658d0af34afcb556b1f1e0046
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 01:33:25 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 08:47:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3881e4b1

app-portage/tatt: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-portage/tatt/tatt-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 3e294af4e0f..67cd52838af 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -9,8 +9,7 @@ inherit distutils-r1 git-r3
 
 DESCRIPTION="arch testing tool"
 HOMEPAGE="https://github.com/kensington/tatt;
-EGIT_REPO_URI="https://github.com/kensington/tatt.git \
-   git://github.com/kensington/tatt.git"
+EGIT_REPO_URI="https://github.com/kensington/tatt.git;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2017-06-04 Thread Michael Palimaka
commit: 4b94a2e1c7597e466f67506ed7f789baad88f173
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 10:46:22 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 10:50:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b94a2e1

app-portage/tatt: remove 0.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-portage/tatt/Manifest|  1 -
 app-portage/tatt/tatt-0.3.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index 6f7d9cf32d7..e3e24febf7a 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,2 +1 @@
-DIST tatt-0.3.tar.gz 22527 SHA256 
bad1f0f33889aaa5887bab8c80bcbdaa620c379de5ff381ab983ae23d24ac9ed SHA512 
822ec8904e452afd2373ca7ff01a05b8020b261acfc02864523a22e91d83dea51a1d2a8c79ec75db38e6de00cb3c06b3799dee261f376ec91d261a9f468aaa19
 WHIRLPOOL 
f9be83b45c3d79e004600fa3e1ecd2d1ab6e6720035f13ab5f0b4a46555c280663e6371fb9ed88ab0de6bbfb4a853a0f07963dbc25f668a3cd8482c369343b90
 DIST tatt-0.4.tar.gz 23397 SHA256 
53ed63685187acc55241698dac26a7cadbdf846dfc72709a9d67db65572dc2ef SHA512 
57df8cdda9b6711da36e3635182fcfb64a376d7c3a76a29ea0252fc17597defe921d90bf9989f4fc199ab9848fae6fc4f53623140825f79368e90723a5562dd6
 WHIRLPOOL 
a152e6cdee833d892eb0ff1b6c24d107b99ac4b7c92510d230fdbb6e1375825c1294a7008e1e09c496115f6116f3de48a4500dcc3a257998c8ee5bb0a29c08b0

diff --git a/app-portage/tatt/tatt-0.3.ebuild b/app-portage/tatt/tatt-0.3.ebuild
deleted file mode 100644
index 92b3bd9cce7..000
--- a/app-portage/tatt/tatt-0.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="tatt is an arch testing tool"
-HOMEPAGE="https://github.com/tom111/tatt;
-SRC_URI="https://github.com/tom111/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+templates"
-
-RDEPEND="
-   app-portage/eix
-   app-portage/gentoolkit
-   www-client/pybugz
-   dev-python/configobj[${PYTHON_USEDEP}]"
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use templates; then
-   insinto "/usr/share/${PN}"
-   doins -r templates
-   fi
-   doman tatt.1
-   doman tatt.5
-}



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

2017-06-04 Thread Agostino Sarubbo
commit: f2194730453920ba485bb6cd1ae7254f062646a8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:31:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:31:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2194730

app-portage/tatt: amd64 stable wrt bug #620512

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/tatt/tatt-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.4.ebuild b/app-portage/tatt/tatt-0.4.ebuild
index 53f3d133157..d19585e1428 100644
--- a/app-portage/tatt/tatt-0.4.ebuild
+++ b/app-portage/tatt/tatt-0.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kensington/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

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

app-portage/tatt: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-portage/tatt/tatt-0.4.ebuild  | 2 +-
 app-portage/tatt/tatt-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/tatt/tatt-0.4.ebuild b/app-portage/tatt/tatt-0.4.ebuild
index f9f9609d767..53f3d133157 100644
--- a/app-portage/tatt/tatt-0.4.ebuild
+++ b/app-portage/tatt/tatt-0.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index fc5bd860bf8..3e294af4e0f 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 git-r3
 



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

2017-03-17 Thread Michael Palimaka
commit: 4cd9819b426df8ed964d13aa86120a4ec07dd1cf
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 18 05:23:31 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 18 05:26:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd9819b

app-portage/tatt: version bump 0.4

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-portage/tatt/Manifest|  1 +
 app-portage/tatt/tatt-0.4.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index 0c1a9466e78..6f7d9cf32d7 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1 +1,2 @@
 DIST tatt-0.3.tar.gz 22527 SHA256 
bad1f0f33889aaa5887bab8c80bcbdaa620c379de5ff381ab983ae23d24ac9ed SHA512 
822ec8904e452afd2373ca7ff01a05b8020b261acfc02864523a22e91d83dea51a1d2a8c79ec75db38e6de00cb3c06b3799dee261f376ec91d261a9f468aaa19
 WHIRLPOOL 
f9be83b45c3d79e004600fa3e1ecd2d1ab6e6720035f13ab5f0b4a46555c280663e6371fb9ed88ab0de6bbfb4a853a0f07963dbc25f668a3cd8482c369343b90
+DIST tatt-0.4.tar.gz 23397 SHA256 
53ed63685187acc55241698dac26a7cadbdf846dfc72709a9d67db65572dc2ef SHA512 
57df8cdda9b6711da36e3635182fcfb64a376d7c3a76a29ea0252fc17597defe921d90bf9989f4fc199ab9848fae6fc4f53623140825f79368e90723a5562dd6
 WHIRLPOOL 
a152e6cdee833d892eb0ff1b6c24d107b99ac4b7c92510d230fdbb6e1375825c1294a7008e1e09c496115f6116f3de48a4500dcc3a257998c8ee5bb0a29c08b0

diff --git a/app-portage/tatt/tatt-0.4.ebuild b/app-portage/tatt/tatt-0.4.ebuild
new file mode 100644
index 000..f9f9609d767
--- /dev/null
+++ b/app-portage/tatt/tatt-0.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="arch testing tool"
+HOMEPAGE="https://github.com/kensington/tatt;
+SRC_URI="https://github.com/kensington/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+templates"
+
+RDEPEND="
+   app-portage/eix
+   app-portage/gentoolkit
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use templates; then
+   insinto "/usr/share/${PN}"
+   doins -r templates
+   fi
+   doman tatt.1
+   doman tatt.5
+}



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

2017-03-17 Thread Michael Palimaka
commit: 31e37e77d9b2cacbd5939d67ca2aecdd4f6d91d9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 18 05:26:23 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 18 05:26:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e37e77

app-portage/tatt: sync live ebuild

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-portage/tatt/tatt-.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 585617d3aa5..fc5bd860bf8 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,11 +20,13 @@ IUSE="+templates"
 RDEPEND="
app-portage/eix
app-portage/gentoolkit
-   www-client/pybugz
dev-python/configobj[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
 
 python_install_all() {
distutils-r1_python_install_all



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

2016-12-22 Thread Aaron Bauman
commit: 92d844cb7150cdc3aaa2feccc69703260f272b29
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Dec 22 23:19:15 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Dec 22 23:20:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d844cb

app-portage/tatt: add Python requests dependency

 app-portage/tatt/tatt-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 96f747e..b053325 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -22,7 +22,8 @@ RDEPEND="
app-portage/eix
app-portage/gentoolkit
www-client/pybugz
-   dev-python/configobj[${PYTHON_USEDEP}]"
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2016-12-21 Thread Michael Palimaka
commit: 270f3d886384402f5c902370c980c8149da82397
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 22 06:57:00 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 22 06:57:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270f3d88

app-portage/tatt: EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index ae942d0..96f747e 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_4 )
 



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

2016-12-21 Thread Michael Palimaka
commit: d0739ecaca60a6b92253823dd674dafd297c011e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 22 06:56:07 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 22 06:57:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0739eca

app-portage/tatt: point to new repo

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-portage/tatt/metadata.xml | 2 +-
 app-portage/tatt/tatt-.ebuild | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-portage/tatt/metadata.xml b/app-portage/tatt/metadata.xml
index 6a26175..0fd488e 100644
--- a/app-portage/tatt/metadata.xml
+++ b/app-portage/tatt/metadata.xml
@@ -16,6 +16,6 @@ Tatt arch testing tool can be use to automatically generate 
scripts for various
 It aims at developers. If you are a normal user you will not need tatt.
 
   
-tom111/tatt
+kensington/tatt
   
 

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index 260fcc0..ae942d0 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,9 +9,9 @@ PYTHON_COMPAT=( python2_7 python3_4 )
 inherit distutils-r1 git-r3
 
 DESCRIPTION="arch testing tool"
-HOMEPAGE="https://github.com/tom111/tatt;
-EGIT_REPO_URI="https://github.com/tom111/tatt.git \
-   git://github.com/tom111/tatt.git"
+HOMEPAGE="https://github.com/kensington/tatt;
+EGIT_REPO_URI="https://github.com/kensington/tatt.git \
+   git://github.com/kensington/tatt.git"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2016-12-21 Thread Michael Palimaka
commit: bdf8d43df13daf779503513d56d3df8d58dc5f4c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 22 06:52:40 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 22 06:57:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf8d43d

app-portage/tatt: add myself as maintainer

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-portage/tatt/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-portage/tatt/metadata.xml b/app-portage/tatt/metadata.xml
index a83c2fe..6a26175 100644
--- a/app-portage/tatt/metadata.xml
+++ b/app-portage/tatt/metadata.xml
@@ -2,6 +2,9 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
+kensing...@gentoo.org
+  
+  
 to...@gentoo.org
 Thomas Kahle
   



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

2016-07-11 Thread Anthony G. Basile
commit: 1e092f15915289c73f86796cbab5cf01ec2ed5e0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jul 11 19:49:13 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jul 11 19:49:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e092f15

app-portage/tatt: keyword ~ppc64

Package-Manager: portage-2.2.28

 app-portage/tatt/tatt-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.3.ebuild b/app-portage/tatt/tatt-0.3.ebuild
index 67e94ad..e38a90d 100644
--- a/app-portage/tatt/tatt-0.3.ebuild
+++ b/app-portage/tatt/tatt-0.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tom111/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2016-05-28 Thread Pacho Ramos
commit: 24392ced44bcc96dc70c2b9d2c9f0bc91a8c0872
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 28 09:27:05 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 28 09:31:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24392ced

app-portage/tatt: Cleanup due to #148577

Package-Manager: portage-2.3.0_rc1

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

diff --git a/app-portage/tatt/metadata.xml b/app-portage/tatt/metadata.xml
index 869a48e..a83c2fe 100644
--- a/app-portage/tatt/metadata.xml
+++ b/app-portage/tatt/metadata.xml
@@ -5,10 +5,6 @@
 to...@gentoo.org
 Thomas Kahle
   
-  
-fa...@gentoo.org
-Christian Faulhammer
-  
   
 Install template scripts to be used with tatt
   



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

2016-05-24 Thread Johannes Huber
commit: 6ce7eead1132375e57355493ecbf12379595b0aa
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue May 24 08:49:29 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue May 24 08:49:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce7eead

app-portage/tatt:

Package-Manager: portage-2.3.0_rc1

 app-portage/tatt/tatt-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/tatt/tatt-0.3.ebuild b/app-portage/tatt/tatt-0.3.ebuild
index ad1bc15..67e94ad 100644
--- a/app-portage/tatt/tatt-0.3.ebuild
+++ b/app-portage/tatt/tatt-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tom111/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="