From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA483138334 for ; Sun, 15 Dec 2019 12:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F01FEE0806; Sun, 15 Dec 2019 12:20:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D6E2E0806 for ; Sun, 15 Dec 2019 12:20:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCCA734D8F3 for ; Sun, 15 Dec 2019 12:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88EB37FE for ; Sun, 15 Dec 2019 12:20:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1576412387.74470f9bd744f8f4cff964730638d4431dc9e931.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nototools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nototools/Manifest dev-python/nototools/nototools-20180827.ebuild X-VCS-Directories: dev-python/nototools/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 74470f9bd744f8f4cff964730638d4431dc9e931 X-VCS-Branch: master Date: Sun, 15 Dec 2019 12:20:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67e0fc0f-f6a6-4e9e-9a12-0e8f4eb06bef X-Archives-Hash: 50bd4412e5ce3fb5483da05fbf89ffd9 commit: 74470f9bd744f8f4cff964730638d4431dc9e931 Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 15 12:00:11 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 15 12:19:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74470f9b dev-python/nototools: Drop old Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Pacho Ramos gentoo.org> dev-python/nototools/Manifest | 1 - dev-python/nototools/nototools-20180827.ebuild | 36 -------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest index cd357b0463c..c12c3a1833b 100644 --- a/dev-python/nototools/Manifest +++ b/dev-python/nototools/Manifest @@ -1,2 +1 @@ -DIST nototools-40aa4936022295cf851bb62f09a070f63fc8f5ae.tar.gz 9649749 BLAKE2B 5637373dfb70552f640b728814f3db1f3732b7335e7edac502a553a896e9715a8ef9356502c5d33a09a04ef45b0b27989f5a3602707964c7f91a1eee21e9112d SHA512 b1bfacc69f79b9ff7d40ff9b475a2e5808e57a66fa3bf2c79cdc56999e390cfdd2f92b71fd9e53e0e3571f30f3a54d1dcde2c3d8bf38378c72f79260d8d9d5ba DIST nototools-9c4375f07c9adc00c700c5d252df6a25d7425870.tar.gz 9693250 BLAKE2B 636832b538714d48aa78946b9af9985c55a5543828c3033b849fe3ad75c15472ea7515ca2a4a30c990457acdce2fcbad27d8e61fcd42a4bd7f009638f1bb4381 SHA512 dd2ffe072716c61c9eab9307308f6f72ca3a6631ec2402d03adc4e4483030d770035bf9b9ae66b5b580f1dd7e1cb546f03eff61c00c73069c804953587199e9e diff --git a/dev-python/nototools/nototools-20180827.ebuild b/dev-python/nototools/nototools-20180827.ebuild deleted file mode 100644 index 3ed57f2d87d..00000000000 --- a/dev-python/nototools/nototools-20180827.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# Doesn't work with python3 yet: -# https://github.com/googlei18n/nototools/issues/472 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Noto fonts support tools and scripts plus web site generation" -HOMEPAGE="https://github.com/googlei18n/nototools" - -COMMIT="40aa4936022295cf851bb62f09a070f63fc8f5ae" -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" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - dev-python/backports-os[${PYTHON_USEDEP}] - dev-python/booleanOperations[${PYTHON_USEDEP}] - dev-python/defcon[${PYTHON_USEDEP}] - dev-python/fonttools[${PYTHON_USEDEP}] - virtual/python-typing[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${PN}-${COMMIT}" - -python_test() { - esetup.py test -}