[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2024-04-15 Thread Michał Górny
commit: e6773c101e6b7c8922923a11c6f488af9b402341
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 15 14:53:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 15 15:23:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6773c10

media-gfx/scour: Enable py3.12

Closes: https://bugs.gentoo.org/929625
Signed-off-by: Michał Górny  gentoo.org>

 media-gfx/scour/metadata.xml   |  1 +
 media-gfx/scour/scour-0.38.2-r1.ebuild | 14 ++
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/media-gfx/scour/metadata.xml b/media-gfx/scour/metadata.xml
index b229b50ca604..85d1478227ea 100644
--- a/media-gfx/scour/metadata.xml
+++ b/media-gfx/scour/metadata.xml
@@ -5,5 +5,6 @@
   
   
 scour-project/scour
+scour
   
 

diff --git a/media-gfx/scour/scour-0.38.2-r1.ebuild 
b/media-gfx/scour/scour-0.38.2-r1.ebuild
index 30d85af79f5f..7749f9b9fa22 100644
--- a/media-gfx/scour/scour-0.38.2-r1.ebuild
+++ b/media-gfx/scour/scour-0.38.2-r1.ebuild
@@ -1,21 +1,27 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1
 
 DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
-HOMEPAGE="https://github.com/scour-project/scour";
+HOMEPAGE="
+   https://github.com/scour-project/scour/
+   https://pypi.org/project/scour/
+"
 SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
 
 python_test() {
"${EPYTHON}" test_scour.py -v || die "Tests fail with ${EPYTHON}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2024-04-15 Thread Michał Górny
commit: ec84c002db000b8fcba2c7f89278e77f8e609251
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 15 15:18:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 15 15:23:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec84c002

media-gfx/scour: Fix distfile suffix

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

 media-gfx/scour/Manifest   | 2 +-
 media-gfx/scour/scour-0.38.2-r1.ebuild | 5 -
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index db95afa2781d..7123c1125396 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1 +1 @@
-DIST scour-0.38.2.tar.gz 99910 BLAKE2B 
4273287b201ecea64cb2be666bb7de4fbadc3483935515de92ec8dfb39f3b856584e35ac877958efd798bb5840baba4fc4d40a376d2c9f3b0c52a679d7ded6df
 SHA512 
a2c418e25283af399be032322b3af0c336c2392ba361681d4b133b64ebc441ac5beeed2b920f42316cef376c971b230681e306687786a875162d33b659d3fdeb
+DIST scour-0.38.2.gh.tar.gz 99910 BLAKE2B 
4273287b201ecea64cb2be666bb7de4fbadc3483935515de92ec8dfb39f3b856584e35ac877958efd798bb5840baba4fc4d40a376d2c9f3b0c52a679d7ded6df
 SHA512 
a2c418e25283af399be032322b3af0c336c2392ba361681d4b133b64ebc441ac5beeed2b920f42316cef376c971b230681e306687786a875162d33b659d3fdeb

diff --git a/media-gfx/scour/scour-0.38.2-r1.ebuild 
b/media-gfx/scour/scour-0.38.2-r1.ebuild
index 7749f9b9fa22..8809aac2f3c1 100644
--- a/media-gfx/scour/scour-0.38.2-r1.ebuild
+++ b/media-gfx/scour/scour-0.38.2-r1.ebuild
@@ -13,7 +13,10 @@ HOMEPAGE="
https://github.com/scour-project/scour/
https://pypi.org/project/scour/
 "
-SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="
+   https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2023-02-03 Thread Sam James
commit: 66ade05f1b109603d17bc20fbac5e7afd0b8056d
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 19:56:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 19:59:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ade05f

media-gfx/scour: update EAPI 7 -> 8

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

 media-gfx/scour/{scour-0.38.2.ebuild => scour-0.38.2-r1.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-gfx/scour/scour-0.38.2.ebuild 
b/media-gfx/scour/scour-0.38.2-r1.ebuild
similarity index 89%
rename from media-gfx/scour/scour-0.38.2.ebuild
rename to media-gfx/scour/scour-0.38.2-r1.ebuild
index cced72566648..30d85af79f5f 100644
--- a/media-gfx/scour/scour-0.38.2.ebuild
+++ b/media-gfx/scour/scour-0.38.2-r1.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2022-05-14 Thread WANG Xuerui
commit: bd9b42e9fd25c446e8097348be90e0e32f863266
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 14 07:21:10 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May 14 07:28:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9b42e9

media-gfx/scour: keyword 0.38.2 for ~loong

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

 media-gfx/scour/scour-0.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.38.2.ebuild 
b/media-gfx/scour/scour-0.38.2.ebuild
index 596bb3e7187f..3ddb75c22470 100644
--- a/media-gfx/scour/scour-0.38.2.ebuild
+++ b/media-gfx/scour/scour-0.38.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2022-01-14 Thread Matt Turner
commit: 2d3e2ae302176def0afe35d2311d1c078a56ca38
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jan 14 23:51:24 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jan 14 23:51:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3e2ae3

media-gfx/scour: Keyword 0.38.2 alpha, #808396

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/scour/scour-0.38.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/scour/scour-0.38.2.ebuild 
b/media-gfx/scour/scour-0.38.2.ebuild
index 1aa5120da935..596bb3e7187f 100644
--- a/media-gfx/scour/scour-0.38.2.ebuild
+++ b/media-gfx/scour/scour-0.38.2.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
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2021-10-14 Thread Arthur Zamarin
commit: 46a30f56c08c6de86fd37bcdecd427b4178b2a51
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Oct 14 12:05:53 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct 14 12:12:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a30f56

media-gfx/scour: enable py3.10

Closes: https://bugs.gentoo.org/808141
Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/scour/scour-0.38.2.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/media-gfx/scour/scour-0.38.2.ebuild 
b/media-gfx/scour/scour-0.38.2.ebuild
index 79258e63799..1aa5120da93 100644
--- a/media-gfx/scour/scour-0.38.2.ebuild
+++ b/media-gfx/scour/scour-0.38.2.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
@@ -14,11 +13,8 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE=""
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 
 python_test() {
"${EPYTHON}" test_scour.py -v || die "Tests fail with ${EPYTHON}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2021-10-14 Thread Arthur Zamarin
commit: 43d99f28c56ac3668de6b504858b3e494f753e99
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Oct 14 12:06:31 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct 14 12:12:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d99f28

media-gfx/scour: add github upstream metadata

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

 media-gfx/scour/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-gfx/scour/metadata.xml b/media-gfx/scour/metadata.xml
index 70c16c0f82d..b229b50ca60 100644
--- a/media-gfx/scour/metadata.xml
+++ b/media-gfx/scour/metadata.xml
@@ -3,4 +3,7 @@
 
   
   
+  
+scour-project/scour
+  
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2021-08-11 Thread Yixun Lan
commit: c4b0ba8b4931329d2bb942d9fce3e8219624fec1
Author: Alex Fan  yahoo  com>
AuthorDate: Thu Aug 12 00:56:05 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Aug 12 02:54:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b0ba8b

media-gfx/scour: keyword 0.38.2 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-gfx/scour/scour-0.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.38.2.ebuild 
b/media-gfx/scour/scour-0.38.2.ebuild
index 434b45dc49d..79258e63799 100644
--- a/media-gfx/scour/scour-0.38.2.ebuild
+++ b/media-gfx/scour/scour-0.38.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2021-05-23 Thread Joshua Kinard
commit: 1fd042904a0036ee240a1495f6cc921713063cb3
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon May 24 02:39:04 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon May 24 02:39:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd04290

media-gfx/scour: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/726746
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.18, Repoman-3.0.3

 media-gfx/scour/scour-0.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.38.2.ebuild 
b/media-gfx/scour/scour-0.38.2.ebuild
index 7e6fca0b829..434b45dc49d 100644
--- a/media-gfx/scour/scour-0.38.2.ebuild
+++ b/media-gfx/scour/scour-0.38.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2021-03-21 Thread Joonas Niilola
commit: 330a5eddf56c5a5749722a43d52cab6eb8eeeb78
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Mar 21 08:16:53 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Mar 21 08:16:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330a5edd

media-gfx/scour: drop 0.37, 0.38.1

Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/scour/Manifest|  2 --
 media-gfx/scour/scour-0.37.ebuild   | 25 -
 media-gfx/scour/scour-0.38.1.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index 5ed4ccd5854..db95afa2781 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1,3 +1 @@
-DIST scour-0.37.tar.gz 95478 BLAKE2B 
f3037b691b110f84266c742ac1212a8069e0ac1260f818610dfecc7ee64a257d9e0772c7c675e4062286cf4b719fe48782c416a0cb85a136ea315b22da58c460
 SHA512 
ffc9bd33eec038126d781dac50c89e4275d0d5e14ec2b2247a7727af91ac2ffe5522c69b5386f75df67a0b88f8ed62cb6a2ad47d600e55b123d937ba33e9e501
-DIST scour-0.38.1.tar.gz 99693 BLAKE2B 
33c344bd68f54352723b769e289c0caf90d8de11e1a5ecc054b24cc2c26845d56602d4201961eebc406c95e6c1ac3334cb8302e800f66572297291b166b98505
 SHA512 
e25fc0313739c34a940133ddaa24bf07fad348e79d64250f4ee85cab726abf66d9caf9bed44a61ab9c55c8dc8ebe465a887d6192f8405b30fdc2a5985da92fe8
 DIST scour-0.38.2.tar.gz 99910 BLAKE2B 
4273287b201ecea64cb2be666bb7de4fbadc3483935515de92ec8dfb39f3b856584e35ac877958efd798bb5840baba4fc4d40a376d2c9f3b0c52a679d7ded6df
 SHA512 
a2c418e25283af399be032322b3af0c336c2392ba361681d4b133b64ebc441ac5beeed2b920f42316cef376c971b230681e306687786a875162d33b659d3fdeb

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
deleted file mode 100644
index a3eb277e38e..000
--- a/media-gfx/scour/scour-0.37.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
-HOMEPAGE="https://github.com/scour-project/scour";
-SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   "${EPYTHON}" testscour.py -v || die "Tests fail with ${EPYTHON}"
-}

diff --git a/media-gfx/scour/scour-0.38.1.ebuild 
b/media-gfx/scour/scour-0.38.1.ebuild
deleted file mode 100644
index 35fa3bd50df..000
--- a/media-gfx/scour/scour-0.38.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
-HOMEPAGE="https://github.com/scour-project/scour";
-SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   "${EPYTHON}" test_scour.py -v || die "Tests fail with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2021-01-28 Thread Sam James
commit: d4dd02131c34a605c75c331179f5b8845745753a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 28 16:28:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 28 16:28:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dd0213

media-gfx/scour: Stabilize 0.38.2 ALLARCHES, #767442

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

 media-gfx/scour/scour-0.38.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/scour/scour-0.38.2.ebuild 
b/media-gfx/scour/scour-0.38.2.ebuild
index f03ccfc7acb..d55ddb1cfc1 100644
--- a/media-gfx/scour/scour-0.38.2.ebuild
+++ b/media-gfx/scour/scour-0.38.2.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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-12-28 Thread Sam James
commit: e14b5eac6f220ae792873782f618a1fc8be1f960
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 28 11:56:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 28 11:56:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14b5eac

media-gfx/scour: mark ALLARCHES

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

 media-gfx/scour/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/scour/metadata.xml b/media-gfx/scour/metadata.xml
index 1b2becffa26..8ae4eabc516 100644
--- a/media-gfx/scour/metadata.xml
+++ b/media-gfx/scour/metadata.xml
@@ -2,4 +2,5 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-12-28 Thread Sam James
commit: 9de02ad127136a0b4204ede31b1e4508e65f8b9f
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Dec 27 09:59:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 28 11:55:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de02ad1

media-gfx/scour: bump to 0.38.2

Bug: https://bugs.gentoo.org/761673
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/18833
Signed-off-by: Sam James  gentoo.org>

 media-gfx/scour/Manifest|  1 +
 media-gfx/scour/scour-0.38.2.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index 36f1005dc66..5ed4ccd5854 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1,2 +1,3 @@
 DIST scour-0.37.tar.gz 95478 BLAKE2B 
f3037b691b110f84266c742ac1212a8069e0ac1260f818610dfecc7ee64a257d9e0772c7c675e4062286cf4b719fe48782c416a0cb85a136ea315b22da58c460
 SHA512 
ffc9bd33eec038126d781dac50c89e4275d0d5e14ec2b2247a7727af91ac2ffe5522c69b5386f75df67a0b88f8ed62cb6a2ad47d600e55b123d937ba33e9e501
 DIST scour-0.38.1.tar.gz 99693 BLAKE2B 
33c344bd68f54352723b769e289c0caf90d8de11e1a5ecc054b24cc2c26845d56602d4201961eebc406c95e6c1ac3334cb8302e800f66572297291b166b98505
 SHA512 
e25fc0313739c34a940133ddaa24bf07fad348e79d64250f4ee85cab726abf66d9caf9bed44a61ab9c55c8dc8ebe465a887d6192f8405b30fdc2a5985da92fe8
+DIST scour-0.38.2.tar.gz 99910 BLAKE2B 
4273287b201ecea64cb2be666bb7de4fbadc3483935515de92ec8dfb39f3b856584e35ac877958efd798bb5840baba4fc4d40a376d2c9f3b0c52a679d7ded6df
 SHA512 
a2c418e25283af399be032322b3af0c336c2392ba361681d4b133b64ebc441ac5beeed2b920f42316cef376c971b230681e306687786a875162d33b659d3fdeb

diff --git a/media-gfx/scour/scour-0.38.2.ebuild 
b/media-gfx/scour/scour-0.38.2.ebuild
new file mode 100644
index 000..f03ccfc7acb
--- /dev/null
+++ b/media-gfx/scour/scour-0.38.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
+HOMEPAGE="https://github.com/scour-project/scour";
+SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_test() {
+   "${EPYTHON}" test_scour.py -v || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-12-26 Thread Sam James
commit: 1070aa3245b38881a050507e365a2c9c60c23534
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 27 03:45:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 27 03:45:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1070aa32

media-gfx/scour: fix version number

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

 media-gfx/scour/Manifest| 2 +-
 media-gfx/scour/{scour-038.1.ebuild => scour-0.38.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index bf7c598ddd7..36f1005dc66 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1,2 +1,2 @@
 DIST scour-0.37.tar.gz 95478 BLAKE2B 
f3037b691b110f84266c742ac1212a8069e0ac1260f818610dfecc7ee64a257d9e0772c7c675e4062286cf4b719fe48782c416a0cb85a136ea315b22da58c460
 SHA512 
ffc9bd33eec038126d781dac50c89e4275d0d5e14ec2b2247a7727af91ac2ffe5522c69b5386f75df67a0b88f8ed62cb6a2ad47d600e55b123d937ba33e9e501
-DIST scour-038.1.tar.gz 99713 BLAKE2B 
7e35e07d5b5f28d575a24c7798c98183c0afa84e7dca3497896a0056376c6be5e39e85e5be0cf0c577506812d7a9c78274480f2a4f34366ec37d3ce02777a417
 SHA512 
e21f675f511aa9c15212c998a8c44b8e8ac2e880f006d4eea2b35fca740291b7dfd75c641e98fe9a90d7c3209c7b012316c159d4cd9debe14fbf7f597d3c
+DIST scour-0.38.1.tar.gz 99693 BLAKE2B 
33c344bd68f54352723b769e289c0caf90d8de11e1a5ecc054b24cc2c26845d56602d4201961eebc406c95e6c1ac3334cb8302e800f66572297291b166b98505
 SHA512 
e25fc0313739c34a940133ddaa24bf07fad348e79d64250f4ee85cab726abf66d9caf9bed44a61ab9c55c8dc8ebe465a887d6192f8405b30fdc2a5985da92fe8

diff --git a/media-gfx/scour/scour-038.1.ebuild 
b/media-gfx/scour/scour-0.38.1.ebuild
similarity index 100%
rename from media-gfx/scour/scour-038.1.ebuild
rename to media-gfx/scour/scour-0.38.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-12-26 Thread Sam James
commit: 3d0cd7703fd87560cce71f3eec459ebec0ded9f4
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Oct  7 17:50:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 27 03:42:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0cd770

media-gfx/scour: bump to version 038.1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/scour/Manifest   |  1 +
 media-gfx/scour/scour-038.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index 0b485fc52a9..bf7c598ddd7 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1 +1,2 @@
 DIST scour-0.37.tar.gz 95478 BLAKE2B 
f3037b691b110f84266c742ac1212a8069e0ac1260f818610dfecc7ee64a257d9e0772c7c675e4062286cf4b719fe48782c416a0cb85a136ea315b22da58c460
 SHA512 
ffc9bd33eec038126d781dac50c89e4275d0d5e14ec2b2247a7727af91ac2ffe5522c69b5386f75df67a0b88f8ed62cb6a2ad47d600e55b123d937ba33e9e501
+DIST scour-038.1.tar.gz 99713 BLAKE2B 
7e35e07d5b5f28d575a24c7798c98183c0afa84e7dca3497896a0056376c6be5e39e85e5be0cf0c577506812d7a9c78274480f2a4f34366ec37d3ce02777a417
 SHA512 
e21f675f511aa9c15212c998a8c44b8e8ac2e880f006d4eea2b35fca740291b7dfd75c641e98fe9a90d7c3209c7b012316c159d4cd9debe14fbf7f597d3c

diff --git a/media-gfx/scour/scour-038.1.ebuild 
b/media-gfx/scour/scour-038.1.ebuild
new file mode 100644
index 000..f03ccfc7acb
--- /dev/null
+++ b/media-gfx/scour/scour-038.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
+HOMEPAGE="https://github.com/scour-project/scour";
+SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_test() {
+   "${EPYTHON}" test_scour.py -v || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-12-26 Thread Sam James
commit: 6c0d44cdb0a2a585eb3d3b0e29247c1c7f8a96e9
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Oct  5 09:35:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 27 03:42:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0d44cd

media-gfx/scour: python3_9

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index 14ba7f0dcc4..678e5f9f8ba 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-10-05 Thread Sam James
commit: 17fa9b390b35a26e6728c4308f5febc6c51dc5b1
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  6 04:42:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  6 04:42:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17fa9b39

media-gfx/scour: Stabilize 0.37 arm64, #702324

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

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index 17f4bd74557..14ba7f0dcc4 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-07-14 Thread Sam James
commit: 45a3e022f98e68b88e5208bbc2191adaba67d554
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 14 13:25:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 14 13:25:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a3e022

media-gfx/scour: s390 keyworded (bug #726746)

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

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index 385e5c4dbf2..17f4bd74557 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-06-02 Thread Mart Raudsepp
commit: 76198fd7a0a43e6114cc9fc51f6aedf13ba946e4
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 18:06:38 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76198fd7

media-gfx/scour: arm64 keyworded (bug #726746)

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>

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index f32492ebaa6..385e5c4dbf2 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-06-02 Thread Michał Górny
commit: 2d73658f4b4c4599bf818b6ed13d04870545c6fb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  2 13:28:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 13:29:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d73658f

media-gfx/scour: Keyword 0.37 ia64, #726746

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

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index e6200694543..f32492ebaa6 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-06-02 Thread Michał Górny
commit: 7005a83981b62f9f0eda60e35c9f8aabe1d933a7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  2 09:37:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 09:38:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7005a839

media-gfx/scour: Keyword 0.37 sparc, #726746

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

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index 8be46ee7714..e6200694543 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-04-19 Thread Mart Raudsepp
commit: 41100f1e54a9fff3e7989dd660407663af125086
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 19 11:39:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 19 11:39:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41100f1e

media-gfx/scour: DISTUTILS_USE_SETUPTOOLS=rdepend

Uses `from pkg_resources import load_entry_point`

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/scour/scour-0.37.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index 12348dd56ca..8be46ee7714 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-04-18 Thread Craig Andrews
commit: 55d9c942d76eec0c59b6b00da76a89a6ceb5b126
Author: neeshy  tfwno  gf>
AuthorDate: Wed Mar 25 19:36:50 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Apr 19 02:35:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d9c942

media-gfx/scour: add python3_8 target

Signed-off-by: Nima Sadeghi  tfwno.gf>
Signed-off-by: Craig Andrews  gentoo.org>

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index 33cb17eca93..12348dd56ca 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 inherit distutils-r1
 
 DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2020-02-11 Thread Michał Górny
commit: 6929c8a84d544feb99f4baa8c120376a409d4a67
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 11 12:01:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 11 12:16:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6929c8a8

media-gfx/scour: Remove py2

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

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index 9fe16aceebb..33cb17eca93 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2019-12-16 Thread Miroslav Šulc
commit: d68904b913263f8802598a6662d743781e33b8ec
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Dec 16 10:53:34 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Dec 16 10:53:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68904b9

media-gfx/scour-0.{35-r1,36}: removed old

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-gfx/scour/Manifest |  2 --
 media-gfx/scour/scour-0.35-r1.ebuild | 24 
 media-gfx/scour/scour-0.36.ebuild| 24 
 3 files changed, 50 deletions(-)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index a872528467d..0b485fc52a9 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1,3 +1 @@
-DIST scour-0.35.tar.gz 80981 BLAKE2B 
6cf0eba35a9deadf44534d3e8370187ec7b7655e9dc31f25b5bf465fee7482eb18ee985b0702c7fa8cb5db89cb1579186fee1c43b890ba4c74f4e86cd793927a
 SHA512 
9a09d862d66e21a63744401a44f517eef268288408556e3541218713ee8c5b5c0414ab03ac61d5d2fdbd2f01fa3276793b17f110d44cdec1c53c7b7dee16afc0
-DIST scour-0.36.tar.gz 91575 BLAKE2B 
be65b751151cf939601b6c0dec0613d13be6367f761fc8d7201bd58f2a3475858740be0d972446e2727852b79b1197b82d217b51dd3ae41c0bada10d53d462b7
 SHA512 
8593f46a0e36fe220f5ce6dd85696172435712491cd1a6983c12054965ce96eeb2a52be0877f8fa6967444817abfc353f9a00f1d8d676cbd6651cfd33a0790f7
 DIST scour-0.37.tar.gz 95478 BLAKE2B 
f3037b691b110f84266c742ac1212a8069e0ac1260f818610dfecc7ee64a257d9e0772c7c675e4062286cf4b719fe48782c416a0cb85a136ea315b22da58c460
 SHA512 
ffc9bd33eec038126d781dac50c89e4275d0d5e14ec2b2247a7727af91ac2ffe5522c69b5386f75df67a0b88f8ed62cb6a2ad47d600e55b123d937ba33e9e501

diff --git a/media-gfx/scour/scour-0.35-r1.ebuild 
b/media-gfx/scour/scour-0.35-r1.ebuild
deleted file mode 100644
index 47e1066ec11..000
--- a/media-gfx/scour/scour-0.35-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
-HOMEPAGE="http://www.codedread.com/scour/";
-SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   "${EPYTHON}" testscour.py -v || die "Tests fail with ${EPYTHON}"
-}

diff --git a/media-gfx/scour/scour-0.36.ebuild 
b/media-gfx/scour/scour-0.36.ebuild
deleted file mode 100644
index 0ce936f07ef..000
--- a/media-gfx/scour/scour-0.36.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
-HOMEPAGE="https://github.com/scour-project/scour";
-SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   "${EPYTHON}" testscour.py -v || die "Tests fail with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2019-12-10 Thread Agostino Sarubbo
commit: 6644456170a4a3da9ad1d924d229abb39977ef9e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 10 14:07:53 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 10 14:07:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66444561

media-gfx/scour: ppc stable wrt bug #702324

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index e34f944812b..b593461c8fd 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2019-12-10 Thread Agostino Sarubbo
commit: 3772250b71dadaf9ae60c91b71dcf5d3b76c2fba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 10 12:15:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 10 12:15:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3772250b

media-gfx/scour: ppc64 stable wrt bug #702324

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index 55e9c71dba4..e34f944812b 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2019-12-10 Thread Agostino Sarubbo
commit: 05b90e9dd4be702e6205823d1c2d9538df2895f9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 10 09:46:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 10 09:46:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b90e9d

media-gfx/scour: x86 stable wrt bug #702324

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

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index ae915bc49b9..55e9c71dba4 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2019-12-09 Thread Agostino Sarubbo
commit: bef6af84156e6b4b1eef127f76f4348d528d25d3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec  9 14:38:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec  9 14:38:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef6af84

media-gfx/scour: amd64 stable wrt bug #702324

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

 media-gfx/scour/scour-0.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index 8997eb6dcf0..ae915bc49b9 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2019-11-07 Thread Miroslav Šulc
commit: c3d7de56cddaa3564584c9b774c438b6e15ee6e1
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Nov  7 14:57:56 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Nov  7 14:58:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d7de56

media-gfx/scour-0.37: bump + python3_7

Closes: https://bugs.gentoo.org/699532
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-gfx/scour/Manifest| 1 +
 media-gfx/scour/{scour-0.36-r1.ebuild => scour-0.37.ebuild} | 0
 2 files changed, 1 insertion(+)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index 438b3569927..a872528467d 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1,2 +1,3 @@
 DIST scour-0.35.tar.gz 80981 BLAKE2B 
6cf0eba35a9deadf44534d3e8370187ec7b7655e9dc31f25b5bf465fee7482eb18ee985b0702c7fa8cb5db89cb1579186fee1c43b890ba4c74f4e86cd793927a
 SHA512 
9a09d862d66e21a63744401a44f517eef268288408556e3541218713ee8c5b5c0414ab03ac61d5d2fdbd2f01fa3276793b17f110d44cdec1c53c7b7dee16afc0
 DIST scour-0.36.tar.gz 91575 BLAKE2B 
be65b751151cf939601b6c0dec0613d13be6367f761fc8d7201bd58f2a3475858740be0d972446e2727852b79b1197b82d217b51dd3ae41c0bada10d53d462b7
 SHA512 
8593f46a0e36fe220f5ce6dd85696172435712491cd1a6983c12054965ce96eeb2a52be0877f8fa6967444817abfc353f9a00f1d8d676cbd6651cfd33a0790f7
+DIST scour-0.37.tar.gz 95478 BLAKE2B 
f3037b691b110f84266c742ac1212a8069e0ac1260f818610dfecc7ee64a257d9e0772c7c675e4062286cf4b719fe48782c416a0cb85a136ea315b22da58c460
 SHA512 
ffc9bd33eec038126d781dac50c89e4275d0d5e14ec2b2247a7727af91ac2ffe5522c69b5386f75df67a0b88f8ed62cb6a2ad47d600e55b123d937ba33e9e501

diff --git a/media-gfx/scour/scour-0.36-r1.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
similarity index 100%
rename from media-gfx/scour/scour-0.36-r1.ebuild
rename to media-gfx/scour/scour-0.37.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2019-11-07 Thread Miroslav Šulc
commit: 114e21530584ed0c12ca9abf5c3ffd66809cc26a
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Nov  7 13:44:56 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Nov  7 13:47:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114e2153

media-gfx/scour-0.36-r1: added python3_7 + eapi7

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-gfx/scour/scour-0.36-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/media-gfx/scour/scour-0.36-r1.ebuild 
b/media-gfx/scour/scour-0.36-r1.ebuild
new file mode 100644
index 000..8997eb6dcf0
--- /dev/null
+++ b/media-gfx/scour/scour-0.36-r1.ebuild
@@ -0,0 +1,24 @@
+# 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} )
+inherit distutils-r1
+
+DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
+HOMEPAGE="https://github.com/scour-project/scour";
+SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_test() {
+   "${EPYTHON}" testscour.py -v || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2018-03-11 Thread Matt Turner
commit: 89f6af1092a7ba3c585d103158581923e88501fb
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 05:53:54 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 06:17:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f6af10

media-gfx/scour-0.36: ppc stable, bug 643836

 media-gfx/scour/scour-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.36.ebuild 
b/media-gfx/scour/scour-0.36.ebuild
index b975d46f12e..50b54bd7830 100644
--- a/media-gfx/scour/scour-0.36.ebuild
+++ b/media-gfx/scour/scour-0.36.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2018-03-11 Thread Matt Turner
commit: 7f55640f6f9088c78e1d3a4735f2568e8b31cbe6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 05:53:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 06:17:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f55640f

media-gfx/scour-0.36: ppc64 stable, bug 643836

 media-gfx/scour/scour-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.36.ebuild 
b/media-gfx/scour/scour-0.36.ebuild
index 50b54bd7830..46c55274f05 100644
--- a/media-gfx/scour/scour-0.36.ebuild
+++ b/media-gfx/scour/scour-0.36.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2018-01-27 Thread Mikle Kolyada
commit: c6a252e8c6084a223a184d42563e693a607b8ece
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 27 21:56:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 27 21:57:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a252e8

media-gfx/scour: amd64 stable wrt bug #643836

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/scour/scour-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.36.ebuild 
b/media-gfx/scour/scour-0.36.ebuild
index 2bf29d55e2c..b975d46f12e 100644
--- a/media-gfx/scour/scour-0.36.ebuild
+++ b/media-gfx/scour/scour-0.36.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2017-08-21 Thread Tim Harder
commit: 644b842b881a45b717376bdf8ebefa3f2cd1a87c
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 21 20:19:10 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 21 20:28:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644b842b

media-gfx/scour: version bump to 0.36

 media-gfx/scour/Manifest  |  1 +
 media-gfx/scour/scour-0.36.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index 1678eae3903..ec3f59dd0e6 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1 +1,2 @@
 DIST scour-0.35.tar.gz 80981 SHA256 
91a7dd0d721a3567b802c1b353ef451621594e628fe723cedb65cd4629fbc96f SHA512 
9a09d862d66e21a63744401a44f517eef268288408556e3541218713ee8c5b5c0414ab03ac61d5d2fdbd2f01fa3276793b17f110d44cdec1c53c7b7dee16afc0
 WHIRLPOOL 
0e0d16aa11220a7219071e5570fc5265416c7b22eb0ec2cbff1ce21a810d4dc0128c8e576743b6c2e2b22f8a7fdaf73fbb584ca4345589a5757cf8b83f540a1f
+DIST scour-0.36.tar.gz 91575 SHA256 
1b6820430c671c71406bf79afced676699d03bd3fcc65f01a651da5dcbcf3d3b SHA512 
8593f46a0e36fe220f5ce6dd85696172435712491cd1a6983c12054965ce96eeb2a52be0877f8fa6967444817abfc353f9a00f1d8d676cbd6651cfd33a0790f7
 WHIRLPOOL 
1465a5aa04c768dded91c98dd55d03ef699c609b6b287db96ac3cf2bcb61d25fe35616ddbb3111a2602358c9577d411992f7b64f6d359c0306f4253defa19b86

diff --git a/media-gfx/scour/scour-0.36.ebuild 
b/media-gfx/scour/scour-0.36.ebuild
new file mode 100644
index 000..a70ee93ef47
--- /dev/null
+++ b/media-gfx/scour/scour-0.36.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
+HOMEPAGE="https://github.com/scour-project/scour";
+SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_test() {
+   "${EPYTHON}" testscour.py -v || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2017-08-21 Thread Tim Harder
commit: a4a29a0db63b561af8f9a5d515acaea844fe8939
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 21 20:28:14 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 21 20:28:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a29a0d

media-gfx/scour: remove old

 media-gfx/scour/scour-0.35-r1.ebuild |  2 +-
 media-gfx/scour/scour-0.35.ebuild| 18 --
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/media-gfx/scour/scour-0.35-r1.ebuild 
b/media-gfx/scour/scour-0.35-r1.ebuild
index 6ff95505dc6..ca09fb68ded 100644
--- a/media-gfx/scour/scour-0.35-r1.ebuild
+++ b/media-gfx/scour/scour-0.35-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/media-gfx/scour/scour-0.35.ebuild 
b/media-gfx/scour/scour-0.35.ebuild
deleted file mode 100644
index 7eb5a05bf70..000
--- a/media-gfx/scour/scour-0.35.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
-inherit distutils-r1
-
-DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
-HOMEPAGE="http://www.codedread.com/scour/";
-SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/six"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2017-08-09 Thread Sergei Trofimovich
commit: 1926fec3fa71e406e50283c08cd44667134d45a1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  9 08:46:51 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  9 08:47:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1926fec3

media-gfx/scour: keyworded 0.35 for ppc64, bug #618436

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 media-gfx/scour/scour-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.35.ebuild 
b/media-gfx/scour/scour-0.35.ebuild
index d40d4aa6910..7eb5a05bf70 100644
--- a/media-gfx/scour/scour-0.35.ebuild
+++ b/media-gfx/scour/scour-0.35.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/six"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2017-08-09 Thread Sergei Trofimovich
commit: 36be7da0f9cf4e5f4ebf44914c224a674abe12f7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  9 08:47:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  9 08:47:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36be7da0

media-gfx/scour: keyworded 0.35-r1 for ppc64, bug #618436

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 media-gfx/scour/scour-0.35-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.35-r1.ebuild 
b/media-gfx/scour/scour-0.35-r1.ebuild
index ed3651743ba..6ff95505dc6 100644
--- a/media-gfx/scour/scour-0.35-r1.ebuild
+++ b/media-gfx/scour/scour-0.35-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2017-08-08 Thread Sergei Trofimovich
commit: 2d6e62b1ab796851b51cc720fdd184aeb26eb2f5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug  8 22:25:48 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug  8 22:25:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6e62b1

media-gfx/scour: keyworded 0.35-r1 for ppc, bug #618436

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

 media-gfx/scour/scour-0.35-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.35-r1.ebuild 
b/media-gfx/scour/scour-0.35-r1.ebuild
index 6d884d56e17..ed3651743ba 100644
--- a/media-gfx/scour/scour-0.35-r1.ebuild
+++ b/media-gfx/scour/scour-0.35-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2017-08-08 Thread Sergei Trofimovich
commit: fa43e837c02db023a55303fa6b4c26ba339d63c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug  8 22:24:55 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug  8 22:25:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa43e837

media-gfx/scour: keyworded 0.35 for ppc, bug #618436

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

 media-gfx/scour/scour-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.35.ebuild 
b/media-gfx/scour/scour-0.35.ebuild
index 8451a7bc7c9..d40d4aa6910 100644
--- a/media-gfx/scour/scour-0.35.ebuild
+++ b/media-gfx/scour/scour-0.35.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
 IUSE=""
 
 DEPEND="dev-python/six"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2017-05-26 Thread Markus Meier
commit: 2d130d1d3193dc471906a77e20b958501db3312e
Author: Markus Meier  gentoo  org>
AuthorDate: Fri May 26 18:36:51 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri May 26 18:36:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d130d1d

media-gfx/scour: add ~arm, bug #618436

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-gfx/scour/scour-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.35.ebuild 
b/media-gfx/scour/scour-0.35.ebuild
index 3cea067f7f9..8451a7bc7c9 100644
--- a/media-gfx/scour/scour-0.35.ebuild
+++ b/media-gfx/scour/scour-0.35.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
 IUSE=""
 
 DEPEND="dev-python/six"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2017-05-18 Thread Michał Górny
commit: 693e8708e2d51fd691fe899d724fa75722a22b91
Author: Chris Mayo  gmail  com>
AuthorDate: Thu May 18 18:44:17 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 18 19:40:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693e8708

media-gfx/scour: Fix Python dependencies and support tests

Closes: https://github.com/gentoo/gentoo/pull/4659
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/scour/scour-0.35-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/media-gfx/scour/scour-0.35-r1.ebuild 
b/media-gfx/scour/scour-0.35-r1.ebuild
new file mode 100644
index 000..6d884d56e17
--- /dev/null
+++ b/media-gfx/scour/scour-0.35-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
+HOMEPAGE="http://www.codedread.com/scour/";
+SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_test() {
+   "${EPYTHON}" testscour.py -v || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2017-05-14 Thread Jeroen Roovers
commit: a231b0443e4e58a3052967ee53beb77c4061a1df
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun May 14 16:14:59 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun May 14 20:54:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a231b044

media-gfx/scour: Mark ~hppa (bug #618436).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 media-gfx/scour/scour-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/scour/scour-0.35.ebuild 
b/media-gfx/scour/scour-0.35.ebuild
index 81ec8a5b626..3cea067f7f9 100644
--- a/media-gfx/scour/scour-0.35.ebuild
+++ b/media-gfx/scour/scour-0.35.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE=""
 
 DEPEND="dev-python/six"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/

2017-05-14 Thread Andreas Hüttel
commit: 46c8956b2dab83554313350bbb9a8da54e4a5855
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 14 14:16:35 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun May 14 14:21:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c8956b

media-gfx/scour: New ebuild, based on work from haarp overlay, bug 472584

New dependency of media-gfx/inkscape

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/scour/Manifest  |  1 +
 media-gfx/scour/metadata.xml  |  8 
 media-gfx/scour/scour-0.35.ebuild | 18 ++
 3 files changed, 27 insertions(+)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
new file mode 100644
index 000..1678eae3903
--- /dev/null
+++ b/media-gfx/scour/Manifest
@@ -0,0 +1 @@
+DIST scour-0.35.tar.gz 80981 SHA256 
91a7dd0d721a3567b802c1b353ef451621594e628fe723cedb65cd4629fbc96f SHA512 
9a09d862d66e21a63744401a44f517eef268288408556e3541218713ee8c5b5c0414ab03ac61d5d2fdbd2f01fa3276793b17f110d44cdec1c53c7b7dee16afc0
 WHIRLPOOL 
0e0d16aa11220a7219071e5570fc5265416c7b22eb0ec2cbff1ce21a810d4dc0128c8e576743b6c2e2b22f8a7fdaf73fbb584ca4345589a5757cf8b83f540a1f

diff --git a/media-gfx/scour/metadata.xml b/media-gfx/scour/metadata.xml
new file mode 100644
index 000..6ade85e1c64
--- /dev/null
+++ b/media-gfx/scour/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+graph...@gentoo.org
+Gentoo Graphics Project
+  
+

diff --git a/media-gfx/scour/scour-0.35.ebuild 
b/media-gfx/scour/scour-0.35.ebuild
new file mode 100644
index 000..81ec8a5b626
--- /dev/null
+++ b/media-gfx/scour/scour-0.35.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
+inherit distutils-r1
+
+DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
+HOMEPAGE="http://www.codedread.com/scour/";
+SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/six"