public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/gftools/
Date: Mon, 28 Jun 2021 10:59:02 +0000 (UTC)	[thread overview]
Message-ID: <1624836316.01b267e3cda5fc08cef1d58f9a54c44433b52415.flow@gentoo> (raw)

commit:     01b267e3cda5fc08cef1d58f9a54c44433b52415
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jun 27 23:25:16 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 27 23:25:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01b267e3

dev-util/gftools: add 0.7.2, drop 0.6.2

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../{gftools-0.6.2.ebuild => gftools-0.7.2.ebuild} | 50 +++++++++++-----------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/dev-util/gftools/gftools-0.6.2.ebuild b/dev-util/gftools/gftools-0.7.2.ebuild
similarity index 53%
rename from dev-util/gftools/gftools-0.6.2.ebuild
rename to dev-util/gftools/gftools-0.7.2.ebuild
index 55dbb3697..c3943f447 100644
--- a/dev-util/gftools/gftools-0.6.2.ebuild
+++ b/dev-util/gftools/gftools-0.7.2.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-COMMIT="0fe81a08dee6e7614c0f196e6668a9aafaad0d3e"
-DISTUTILS_USE_SETUPTOOLS=rdepend
+COMMIT="e33ccf3515cc5b8005a3a50b4163663623649d20"
 DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
@@ -25,36 +25,36 @@ PROPERTIES="test_network"
 
 RDEPEND="
 	$(python_gen_cond_dep '
-		app-arch/brotli[python,${PYTHON_MULTI_USEDEP}]
-		dev-python/absl-py[${PYTHON_MULTI_USEDEP}]
-		dev-python/babelfont[${PYTHON_MULTI_USEDEP}]
-		dev-python/browserstack-local-python[${PYTHON_MULTI_USEDEP}]
-		dev-python/fonttools[${PYTHON_MULTI_USEDEP}]
-		dev-python/glyphsLib[${PYTHON_MULTI_USEDEP}]
-		dev-python/ots-python[${PYTHON_MULTI_USEDEP}]
-		dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}]
-		dev-python/pybrowserstack-screenshots[${PYTHON_MULTI_USEDEP}]
-		dev-python/pygit2[${PYTHON_MULTI_USEDEP}]
-		dev-python/PyGithub[${PYTHON_MULTI_USEDEP}]
-		dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]
-		dev-python/statmake[${PYTHON_MULTI_USEDEP}]
-		dev-python/strictyaml[${PYTHON_MULTI_USEDEP}]
-		dev-python/requests[${PYTHON_MULTI_USEDEP}]
-		dev-python/tabulate[${PYTHON_MULTI_USEDEP}]
-		dev-python/ttfautohint-py[${PYTHON_MULTI_USEDEP}]
-		dev-python/unidecode[${PYTHON_MULTI_USEDEP}]
-		dev-python/vttlib[${PYTHON_MULTI_USEDEP}]
-		dev-util/fontmake[${PYTHON_MULTI_USEDEP}]
+		app-arch/brotli[python,${PYTHON_USEDEP}]
+		dev-python/absl-py[${PYTHON_USEDEP}]
+		dev-python/babelfont[${PYTHON_USEDEP}]
+		dev-python/browserstack-local-python[${PYTHON_USEDEP}]
+		dev-python/fonttools[${PYTHON_USEDEP}]
+		dev-python/glyphsLib[${PYTHON_USEDEP}]
+		dev-python/ots-python[${PYTHON_USEDEP}]
+		dev-python/protobuf-python[${PYTHON_USEDEP}]
+		dev-python/pybrowserstack-screenshots[${PYTHON_USEDEP}]
+		dev-python/pygit2[${PYTHON_USEDEP}]
+		dev-python/PyGithub[${PYTHON_USEDEP}]
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+		dev-python/statmake[${PYTHON_USEDEP}]
+		dev-python/strictyaml[${PYTHON_USEDEP}]
+		dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/tabulate[${PYTHON_USEDEP}]
+		dev-python/ttfautohint-py[${PYTHON_USEDEP}]
+		dev-python/unidecode[${PYTHON_USEDEP}]
+		dev-python/vttlib[${PYTHON_USEDEP}]
+		dev-util/fontmake[${PYTHON_USEDEP}]
 	')
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
 	$(python_gen_cond_dep '
-		dev-python/setuptools_scm[${PYTHON_MULTI_USEDEP}]
+		dev-python/setuptools_scm[${PYTHON_USEDEP}]
 	')
 	test? (
 		$(python_gen_cond_dep '
-			dev-python/tabulate[${PYTHON_MULTI_USEDEP}]
+			dev-python/tabulate[${PYTHON_USEDEP}]
 			media-gfx/fontforge[python,${PYTHON_SINGLE_USEDEP}]
 		')
 	)


             reply	other threads:[~2021-06-28 10:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-28 10:59 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-29  8:51 [gentoo-commits] repo/proj/guru:master commit in: dev-util/gftools/ Andrew Ammerlaan
2021-07-07 14:02 Florian Schmaus
2022-03-23 16:15 Ronny Gutbrod
2022-03-26  0:31 Ronny Gutbrod
2022-04-05  2:14 Ronny Gutbrod
2022-04-21 17:46 Arthur Zamarin
2023-05-06  6:59 Viorel Munteanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1624836316.01b267e3cda5fc08cef1d58f9a54c44433b52415.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox