commit:     c173dd7a38f011af0c6b85665a235874a417a5a8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 18:53:24 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 19:06:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c173dd7a

dev-python/nototools: Remove old

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

 dev-python/nototools/Manifest                      |  1 -
 .../nototools/nototools-0_pre20200207.ebuild       | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest
index 85d46ea7052..a578c99fee3 100644
--- a/dev-python/nototools/Manifest
+++ b/dev-python/nototools/Manifest
@@ -1,2 +1 @@
 DIST nototools-0.2.13.tar.gz 9574809 BLAKE2B 
8c5f59721ed3294162d9578955f0493007fdcebe5aecb3364abf22add5cedb12de99c63064574ea84b553cf2547af2ac2203e68b4a380527695edd72cf05f6c7
 SHA512 
8e46ed8d5c683dd93a14890df059a86824fda7f39011570cb414a471c380ed5464cfbe2ee6c8b0c2819d35fabf51ed5495df4c49d5c562fed5467ac2bde135e6
-DIST nototools-9731cb825a5c7c7c88c043009f15d4d1e5708df1.tar.gz 9703187 BLAKE2B 
9767b79514b8d7da8cac879c71fa76054993d17bee41f978ccca1648bed525567cfec48bfe06ae2b1de2146d2c2898afd4e53b746d5b03c0e48e6c93632407e6
 SHA512 
6888b00a11fb7d54947c438ba9e654f97e4ccd1ba292ad6219c7a2f4cc56fc75d249b89eb688b2f99ea3f321472eeb5103b33f4641d17e9983c70e9ad3cf6cb3

diff --git a/dev-python/nototools/nototools-0_pre20200207.ebuild 
b/dev-python/nototools/nototools-0_pre20200207.ebuild
deleted file mode 100644
index 5e5d67c1cc0..00000000000
--- a/dev-python/nototools/nototools-0_pre20200207.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Noto fonts support tools and scripts plus web site generation"
-HOMEPAGE="https://github.com/googlei18n/nototools";
-
-COMMIT="9731cb825a5c7c7c88c043009f15d4d1e5708df1"
-SRC_URI="https://github.com/googlei18n/nototools/archive/${COMMIT}.tar.gz#/nototools-${COMMIT}.tar.gz";
-
-LICENSE="Apache-2.0 OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-
-RDEPEND="
-       media-gfx/scour
-       >=dev-python/booleanOperations-0.7.0[${PYTHON_USEDEP}]
-       >=dev-python/defcon-0.3.1[${PYTHON_USEDEP}]
-       >=dev-python/fonttools-3.36.0[${PYTHON_USEDEP}]
-       >=dev-python/pillow-4.0.0[${PYTHON_USEDEP}]
-       >=dev-python/pyclipper-1.0.6[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-# Some tests weren't ported to python3 yet
-RESTRICT="test"
-
-python_test() {
-       esetup.py test
-}

Reply via email to