[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2023-04-05 Thread Matthew Smith
commit: d9a4f6e1f5e9dc66de151fad6100ff54e03c6592
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Mon Apr  3 05:30:21 2023 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Wed Apr  5 06:55:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a4f6e1

app-misc/terminal-colors: enable py3.11 for live ebuild

Closes: https://bugs.gentoo.org/896598
Signed-off-by: Zoltan Puskas  sinustrom.info>
Signed-off-by: Matthew Smith  gentoo.org>

 app-misc/terminal-colors/terminal-colors-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/terminal-colors/terminal-colors-.ebuild 
b/app-misc/terminal-colors/terminal-colors-.ebuild
index 601e73f1bc1b..2c12ca92f090 100644
--- a/app-misc/terminal-colors/terminal-colors-.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2023-04-05 Thread Matthew Smith
commit: a326d68fe99701e2ad9f78d8061ed6427af4699b
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Mon Apr  3 05:32:36 2023 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Wed Apr  5 06:55:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a326d68f

app-misc/terminal-colors: drop 2.3

Signed-off-by: Zoltan Puskas  sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/30453
Signed-off-by: Matthew Smith  gentoo.org>

 app-misc/terminal-colors/Manifest  |  1 -
 .../terminal-colors/terminal-colors-2.3.ebuild | 24 --
 2 files changed, 25 deletions(-)

diff --git a/app-misc/terminal-colors/Manifest 
b/app-misc/terminal-colors/Manifest
index 7afd13d35f4b..f3ba92d375d4 100644
--- a/app-misc/terminal-colors/Manifest
+++ b/app-misc/terminal-colors/Manifest
@@ -1,2 +1 @@
-DIST terminal-colors-2.3.gz 5424 BLAKE2B 
e08635c0e989a430805159829b133f18b7c30959c945e4373a77442ac15628bb8bf3a5a2d14cd4f5705a5dd332297fa3d41611b52f56baaf9b1a882c26626714
 SHA512 
64fbfe766563c4c25bec23d1657187414f97b6f92e8a4a35337563210ef9873db495376676ef0a2f4e440ad77a6c1b43ee9c27fe04b34c2839eb4fffd5289a00
 DIST terminal-colors-3.0.2.tar.gz 152226 BLAKE2B 
95179e27f4e1af1008dd0da01917aad1c7e4d192f9cfe30a18c1f24b7a038b4cd88349f8c7f2f84bfd8bc1ef53f558579275e9c31a6d76414d241a3f3186bafd
 SHA512 
517506b7508251eeb151032b8071e4225efb19207b4b50aee2ad5b9a58063ce78c39f7193135ca9d88bc1d6cc54b614d1584d877d1891f35541c7b3bb4a1

diff --git a/app-misc/terminal-colors/terminal-colors-2.3.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.3.ebuild
deleted file mode 100644
index f59f1bcfd729..
--- a/app-misc/terminal-colors/terminal-colors-2.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
-PYTHON_REQ_USE="ncurses"
-
-inherit python-r1
-
-DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color 
terminals"
-HOMEPAGE="http://zhar.net/projects/shell/terminal-colors;
-SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.gz;
-S="${WORKDIR}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x64-macos"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-src_install() {
-   python_foreach_impl python_newscript ${P} ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2023-04-05 Thread Matthew Smith
commit: a66437f30d1c7ed35391f49cd14d5faded8ebddb
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Mon Apr  3 05:28:49 2023 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Wed Apr  5 06:55:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66437f3

app-misc/terminal-colors: enable py3.11 for 3.0.2

Bug: https://bugs.gentoo.org/896598
Signed-off-by: Zoltan Puskas  sinustrom.info>
Signed-off-by: Matthew Smith  gentoo.org>

 app-misc/terminal-colors/terminal-colors-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild 
b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild
index 543e370503ae..f127d91a60d5 100644
--- a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2022-08-26 Thread Sam James
commit: 4bb9c389ef2b59882434818c46712f1284a59627
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 26 12:02:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 26 12:04:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb9c389

app-misc/terminal-colors: reassign inactive proxied maintainer's packages

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

 app-misc/terminal-colors/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-misc/terminal-colors/metadata.xml 
b/app-misc/terminal-colors/metadata.xml
index 57ed3913755b..f38eaed22a4a 100644
--- a/app-misc/terminal-colors/metadata.xml
+++ b/app-misc/terminal-colors/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-Thamognya Kodi
-cont...@thamognya.com
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
+  
   
 eikenb/terminal-colors
   



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2022-05-01 Thread Joonas Niilola
commit: e3721510789d3ab2413d18800286a368a93fe164
Author: Thamognya Kodi  thamognya  com>
AuthorDate: Sat Apr 23 17:04:18 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun May  1 16:32:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3721510

app-misc/terminal-colors: Bump to version 3.0.2 and 

Signed-off-by: Thamognya Kodi  thamognya.com>
Closes: https://github.com/gentoo/gentoo/pull/25170
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/terminal-colors/Manifest  |  1 +
 app-misc/terminal-colors/metadata.xml  | 12 +++-
 .../terminal-colors/terminal-colors-3.0.2.ebuild   | 32 ++
 .../terminal-colors/terminal-colors-.ebuild| 32 ++
 4 files changed, 76 insertions(+), 1 deletion(-)

diff --git a/app-misc/terminal-colors/Manifest 
b/app-misc/terminal-colors/Manifest
index 78436c9dfdb1..7afd13d35f4b 100644
--- a/app-misc/terminal-colors/Manifest
+++ b/app-misc/terminal-colors/Manifest
@@ -1 +1,2 @@
 DIST terminal-colors-2.3.gz 5424 BLAKE2B 
e08635c0e989a430805159829b133f18b7c30959c945e4373a77442ac15628bb8bf3a5a2d14cd4f5705a5dd332297fa3d41611b52f56baaf9b1a882c26626714
 SHA512 
64fbfe766563c4c25bec23d1657187414f97b6f92e8a4a35337563210ef9873db495376676ef0a2f4e440ad77a6c1b43ee9c27fe04b34c2839eb4fffd5289a00
+DIST terminal-colors-3.0.2.tar.gz 152226 BLAKE2B 
95179e27f4e1af1008dd0da01917aad1c7e4d192f9cfe30a18c1f24b7a038b4cd88349f8c7f2f84bfd8bc1ef53f558579275e9c31a6d76414d241a3f3186bafd
 SHA512 
517506b7508251eeb151032b8071e4225efb19207b4b50aee2ad5b9a58063ce78c39f7193135ca9d88bc1d6cc54b614d1584d877d1891f35541c7b3bb4a1

diff --git a/app-misc/terminal-colors/metadata.xml 
b/app-misc/terminal-colors/metadata.xml
index 85e4ed814fa2..57ed3913755b 100644
--- a/app-misc/terminal-colors/metadata.xml
+++ b/app-misc/terminal-colors/metadata.xml
@@ -1,5 +1,15 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
+  
+Thamognya Kodi
+cont...@thamognya.com
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+eikenb/terminal-colors
+  
 

diff --git a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild 
b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild
new file mode 100644
index ..867968e5c559
--- /dev/null
+++ b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="ncurses"
+
+inherit python-r1
+
+DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color 
terminals"
+HOMEPAGE="http://zhar.net/projects/shell/terminal-colors;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/eikenb/terminal-colors.git;
+else
+   
SRC_URI="https://github.com/eikenb/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~x64-macos"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+BDEPEND="${PYTHON_DEPS}"
+
+src_compile() { :; }
+
+src_install() {
+   python_foreach_impl python_newscript ${PN} ${PN}
+   einstalldocs
+}

diff --git a/app-misc/terminal-colors/terminal-colors-.ebuild 
b/app-misc/terminal-colors/terminal-colors-.ebuild
new file mode 100644
index ..867968e5c559
--- /dev/null
+++ b/app-misc/terminal-colors/terminal-colors-.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="ncurses"
+
+inherit python-r1
+
+DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color 
terminals"
+HOMEPAGE="http://zhar.net/projects/shell/terminal-colors;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/eikenb/terminal-colors.git;
+else
+   
SRC_URI="https://github.com/eikenb/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~x64-macos"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+BDEPEND="${PYTHON_DEPS}"
+
+src_compile() { :; }
+
+src_install() {
+   python_foreach_impl python_newscript ${PN} ${PN}
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2021-10-25 Thread Arthur Zamarin
commit: 449d60cddab02e61287969f913bc382a2726f7f9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct 24 14:56:34 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Oct 25 17:19:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449d60cd

app-misc/terminal-colors: enable py3.10

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

 app-misc/terminal-colors/terminal-colors-2.3.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-misc/terminal-colors/terminal-colors-2.3.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.3.ebuild
index fa04f258aad..22aef0794b4 100644
--- a/app-misc/terminal-colors/terminal-colors-2.3.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-2.3.ebuild
@@ -1,8 +1,8 @@
-# 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_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1
@@ -10,6 +10,7 @@ inherit python-r1
 DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color 
terminals"
 HOMEPAGE="http://zhar.net/projects/shell/terminal-colors;
 SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.gz;
+S="${WORKDIR}"
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -18,8 +19,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"
 
-S=${WORKDIR}
-
 src_install() {
python_foreach_impl python_newscript ${P} ${PN}
 }



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2020-10-28 Thread Tim Harder
commit: c46fcb48877edbe54f2e69795456ded6ecb4d9b9
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Oct 29 02:49:32 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Oct 29 02:50:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46fcb48

app-misc/terminal-colors: add py39 support

Signed-off-by: Tim Harder  gentoo.org>

 app-misc/terminal-colors/terminal-colors-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/terminal-colors/terminal-colors-2.3.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.3.ebuild
index f95b7dd4318..ae50b2283c6 100644
--- a/app-misc/terminal-colors/terminal-colors-2.3.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-2.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2020-10-28 Thread Tim Harder
commit: aef77db31997e923e796e2b6b4bc3732b041155f
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Oct 29 02:49:51 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Oct 29 02:50:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef77db3

app-misc/terminal-colors: remove old

Signed-off-by: Tim Harder  gentoo.org>

 app-misc/terminal-colors/Manifest  |  1 -
 .../terminal-colors/terminal-colors-2.2.ebuild | 25 --
 2 files changed, 26 deletions(-)

diff --git a/app-misc/terminal-colors/Manifest 
b/app-misc/terminal-colors/Manifest
index 85167f1467c..78436c9dfdb 100644
--- a/app-misc/terminal-colors/Manifest
+++ b/app-misc/terminal-colors/Manifest
@@ -1,2 +1 @@
-DIST terminal-colors-2.2.bz2 4826 BLAKE2B 
8a0e2918dd4fbeade61a683fd965b947fc0acdd01be028ddce3c42831e563d97e2bbc260a9781ee0d7cb1d104a9be06f3a5bc78d9725b4cb100c172b0f4994d4
 SHA512 
ddd1a3cf6786011372ca83b3fe86a88c863a1fa1b5cf8450cabd364a3330847145cf4bd5eb8d50baa7c26b17c392eb0f629007dbb765b36b3904d0783216ce36
 DIST terminal-colors-2.3.gz 5424 BLAKE2B 
e08635c0e989a430805159829b133f18b7c30959c945e4373a77442ac15628bb8bf3a5a2d14cd4f5705a5dd332297fa3d41611b52f56baaf9b1a882c26626714
 SHA512 
64fbfe766563c4c25bec23d1657187414f97b6f92e8a4a35337563210ef9873db495376676ef0a2f4e440ad77a6c1b43ee9c27fe04b34c2839eb4fffd5289a00

diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
deleted file mode 100644
index daefcc9ab05..000
--- a/app-misc/terminal-colors/terminal-colors-2.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="ncurses"
-
-inherit python-r1
-
-DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color 
terminals"
-HOMEPAGE="http://zhar.net/projects/shell/terminal-colors;
-SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.bz2;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x64-macos"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-S=${WORKDIR}
-
-src_install() {
-   python_foreach_impl python_newscript ${P} ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2020-02-10 Thread Michał Górny
commit: 0217516844175269052e8585b55b9aa298c5e92c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 10 20:21:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 10 20:32:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02175168

app-misc/terminal-colors: Remove py2

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

 app-misc/terminal-colors/terminal-colors-2.2.ebuild | 2 +-
 app-misc/terminal-colors/terminal-colors-2.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
index f4be1a1c37a..daefcc9ab05 100644
--- a/app-misc/terminal-colors/terminal-colors-2.2.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1

diff --git a/app-misc/terminal-colors/terminal-colors-2.3.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.3.ebuild
index 9da28944a84..6f81a6cee7f 100644
--- a/app-misc/terminal-colors/terminal-colors-2.3.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-2.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2019-11-18 Thread Tim Harder
commit: 45bfa170c4bb598cf52e818d731aeb45c3d4a352
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 21:30:48 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 21:43:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45bfa170

app-misc/terminal-colors: version bump to 2.3

Signed-off-by: Tim Harder  gentoo.org>

 app-misc/terminal-colors/Manifest  |  1 +
 .../terminal-colors/terminal-colors-2.3.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/app-misc/terminal-colors/Manifest 
b/app-misc/terminal-colors/Manifest
index 8ddfcc370ff..85167f1467c 100644
--- a/app-misc/terminal-colors/Manifest
+++ b/app-misc/terminal-colors/Manifest
@@ -1 +1,2 @@
 DIST terminal-colors-2.2.bz2 4826 BLAKE2B 
8a0e2918dd4fbeade61a683fd965b947fc0acdd01be028ddce3c42831e563d97e2bbc260a9781ee0d7cb1d104a9be06f3a5bc78d9725b4cb100c172b0f4994d4
 SHA512 
ddd1a3cf6786011372ca83b3fe86a88c863a1fa1b5cf8450cabd364a3330847145cf4bd5eb8d50baa7c26b17c392eb0f629007dbb765b36b3904d0783216ce36
+DIST terminal-colors-2.3.gz 5424 BLAKE2B 
e08635c0e989a430805159829b133f18b7c30959c945e4373a77442ac15628bb8bf3a5a2d14cd4f5705a5dd332297fa3d41611b52f56baaf9b1a882c26626714
 SHA512 
64fbfe766563c4c25bec23d1657187414f97b6f92e8a4a35337563210ef9873db495376676ef0a2f4e440ad77a6c1b43ee9c27fe04b34c2839eb4fffd5289a00

diff --git a/app-misc/terminal-colors/terminal-colors-2.3.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.3.ebuild
new file mode 100644
index 000..debf5805c35
--- /dev/null
+++ b/app-misc/terminal-colors/terminal-colors-2.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} )
+PYTHON_REQ_USE="ncurses"
+
+inherit python-r1
+
+DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color 
terminals"
+HOMEPAGE="http://zhar.net/projects/shell/terminal-colors;
+SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+
+S=${WORKDIR}
+
+src_install() {
+   python_foreach_impl python_newscript ${P} ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2019-11-18 Thread Tim Harder
commit: 83268ca2a4332fc4e3988ad85c07252685176c05
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 21:31:13 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 21:43:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83268ca2

app-misc/terminal-colors: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 app-misc/terminal-colors/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-misc/terminal-colors/metadata.xml 
b/app-misc/terminal-colors/metadata.xml
index 78e64a5cf1a..6f49eba8f49 100644
--- a/app-misc/terminal-colors/metadata.xml
+++ b/app-misc/terminal-colors/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2018-05-31 Thread Patrice Clement
commit: ec665889360c7caa8257f9ef07b9b6d608b927d6
Author: Jiayi Zhao  gmail  com>
AuthorDate: Sat May 12 22:42:35 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 31 21:32:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec665889

app-misc/terminal-colors: add py36.

Package-Manager: Portage-2.3.24-r1, Repoman-2.3.6

Closes: https://github.com/gentoo/gentoo/pull/8383

 app-misc/terminal-colors/terminal-colors-2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
index 75389ef6f32..3d6b6e1b99f 100644
--- a/app-misc/terminal-colors/terminal-colors-2.2.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2017-04-20 Thread David Seifert
commit: 27670878a475c5ccf9d5215117b46a49fc1aaf72
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 07:36:41 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 07:58:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27670878

app-misc/terminal-colors: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/terminal-colors/terminal-colors-2.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
index 9de373c9790..75389ef6f32 100644
--- a/app-misc/terminal-colors/terminal-colors-2.2.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,6 +14,7 @@ SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.bz2;
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 x86 ~x64-macos"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2016-09-23 Thread Tim Harder
commit: 837b0999bc15f81400dad76fe29d6d7b372e40bc
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 23 18:19:46 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 23 18:20:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837b0999

app-misc/terminal-colors: remove old

 app-misc/terminal-colors/Manifest  |  2 --
 .../terminal-colors/terminal-colors-2.0.ebuild | 25 --
 .../terminal-colors/terminal-colors-2.1.ebuild | 25 --
 3 files changed, 52 deletions(-)

diff --git a/app-misc/terminal-colors/Manifest 
b/app-misc/terminal-colors/Manifest
index 4da065e..fb24c29 100644
--- a/app-misc/terminal-colors/Manifest
+++ b/app-misc/terminal-colors/Manifest
@@ -1,3 +1 @@
-DIST terminal-colors-2.0.bz2 4604 SHA256 
50c7c7647b3cbbf55ea8314ad81d71bbe301e7b7f7241017a6d16f7ff93ce66b SHA512 
b5f253841d29057ca4236b5291fb58f0ed2e02404bf3145f7ca28c49e5cd22ae98df4b40ddc7b5f74c562cf87cc192f3d8c600fd83aefd850f25e03544ddcc25
 WHIRLPOOL 
70d302038257959e3c9c62788811d9db70acec36ec866c608c0dbe0640266ebb44b5ed382659288820bdf7a9e372c18e5c04f4afd555b78baecdcaf175386184
-DIST terminal-colors-2.1.bz2 4836 SHA256 
519652ebd0fbdb4728a34b23994b52a63f07b582375641527d52cd273c90283b SHA512 
7bce1ba6eac6897fa7a63b3339d4493817f205f7fdb4e93454fdbc3b169235cd9bc32505b9896d6f6cac493c584e49bc2fd23ba3ce2b66ef85ac38079186e579
 WHIRLPOOL 
d58d0db20d0426d526788d3c1ad34ea0a1f9294252ff830d1ff23d09f95e455a260398a8c98efd2045b6de2345d4a6c6e570f89d6e5372b28506c0cec1778ad5
 DIST terminal-colors-2.2.bz2 4826 SHA256 
0daaffc2cb96af416e3292869762ced792511ae71f1661d94bada52314243009 SHA512 
ddd1a3cf6786011372ca83b3fe86a88c863a1fa1b5cf8450cabd364a3330847145cf4bd5eb8d50baa7c26b17c392eb0f629007dbb765b36b3904d0783216ce36
 WHIRLPOOL 
6160962dd908788bddd33650a95d4c6a45b2b6c69cfa566c48c28383977b3ed75dbf5129c3d54268af9ad48c37eb3ef6594b23b60579d1e078dfe7e73cbd466e

diff --git a/app-misc/terminal-colors/terminal-colors-2.0.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.0.ebuild
deleted file mode 100644
index 580392c..
--- a/app-misc/terminal-colors/terminal-colors-2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-PYTHON_REQ_USE="ncurses"
-
-inherit python-r1
-
-DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color 
terminals"
-HOMEPAGE="http://zhar.net/projects/shell/terminal-colors;
-SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.bz2;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${PYTHON_DEPS}"
-
-S=${WORKDIR}
-
-src_install() {
-   python_foreach_impl python_newscript ${P} ${PN}
-}

diff --git a/app-misc/terminal-colors/terminal-colors-2.1.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.1.ebuild
deleted file mode 100644
index 580392c..
--- a/app-misc/terminal-colors/terminal-colors-2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-PYTHON_REQ_USE="ncurses"
-
-inherit python-r1
-
-DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color 
terminals"
-HOMEPAGE="http://zhar.net/projects/shell/terminal-colors;
-SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.bz2;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${PYTHON_DEPS}"
-
-S=${WORKDIR}
-
-src_install() {
-   python_foreach_impl python_newscript ${P} ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2016-09-23 Thread Tim Harder
commit: 710774f92705fb0ed99fdb6a6bb302f0cdf0afe5
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 23 18:19:29 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 23 18:20:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710774f9

app-misc/terminal-colors: stabilize 2.2

 app-misc/terminal-colors/terminal-colors-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
index 3e5e962..f7ab491 100644
--- a/app-misc/terminal-colors/terminal-colors-2.2.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.bz2;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 RDEPEND="${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/

2016-09-23 Thread Tim Harder
commit: 410cbcc1b1256427ed28d45af61a26988057b97a
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 23 18:18:42 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 23 18:20:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410cbcc1

app-misc/terminal-colors: update to EAPI 6, add py35 and drop py33

 app-misc/terminal-colors/terminal-colors-2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild 
b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
index a8d5cba..3e5e962 100644
--- a/app-misc/terminal-colors/terminal-colors-2.2.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1