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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02BC4158091 for ; Wed, 1 Jun 2022 05:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBBE3E0830; Wed, 1 Jun 2022 05:03:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7EC5E0830 for ; Wed, 1 Jun 2022 05:03:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BD6C341C01 for ; Wed, 1 Jun 2022 05:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 600924E3 for ; Wed, 1 Jun 2022 05:03:02 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1654059764.f152cd6afd8f73c174188b88bc175a081d714ed3.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/afdko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/afdko/Manifest dev-util/afdko/afdko-3.6.2.ebuild X-VCS-Directories: dev-util/afdko/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: f152cd6afd8f73c174188b88bc175a081d714ed3 X-VCS-Branch: dev Date: Wed, 1 Jun 2022 05:03:02 +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: ed3326b9-eddf-4d7f-9de9-3e2bad4ea926 X-Archives-Hash: 00dfa5f461432c4f8021c99ee3700059 commit: f152cd6afd8f73c174188b88bc175a081d714ed3 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue May 31 16:32:58 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Jun 1 05:02:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f152cd6a dev-util/afdko: drop 3.6.2 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-util/afdko/Manifest | 1 - dev-util/afdko/afdko-3.6.2.ebuild | 67 --------------------------------------- 2 files changed, 68 deletions(-) diff --git a/dev-util/afdko/Manifest b/dev-util/afdko/Manifest index bc52820a9..2a8246531 100644 --- a/dev-util/afdko/Manifest +++ b/dev-util/afdko/Manifest @@ -1,2 +1 @@ -DIST afdko-3.6.2.tar.gz 12669802 BLAKE2B 55be8d0e0f9cbca187cff9f33113dab39d15d4a96f02ca1e356e3357204bf50b52ab6575ebb1bbf7f24b1406332be25b9b34300ae383ba0f33b873c2a945fc81 SHA512 6a3ad1a268daa321f2bc68be40674bbd68cb4d9d03622aa5884823ff74d86567739e17b1152ad24af186dbba6e623fe77f448c330a08b61b9b9813e6ff1d04c5 DIST afdko-3.8.1.tar.gz 14290160 BLAKE2B 17cfe6666d5b981bff9b8e41e58ac511d04add7408636782ea8c2ad94af36129d58eda2016af5542825f64a62d79fb1ea3e02e9af8dca4df072bb2abbe67032d SHA512 543f4909a8859e71c11629c35f41de56bcc2bc6d0fe217fa467660783cf3dbb7be9f1dc8e890944d90c8ed4f8da7b97a72e9cd6c6fe528e70dbac300fd5244f3 diff --git a/dev-util/afdko/afdko-3.6.2.ebuild b/dev-util/afdko/afdko-3.6.2.ebuild deleted file mode 100644 index c4bc77873..000000000 --- a/dev-util/afdko/afdko-3.6.2.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 toolchain-funcs - -DESCRIPTION="Adobe Font Development Kit for OpenType" -HOMEPAGE="https://adobe-type-tools.github.io/afdko/" -SRC_URI="https://github.com/adobe-type-tools/afdko/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="Apache-2.0" -SLOT="0" -RESTRICT="test" #too many failed tests - -RDEPEND=" - >=dev-python/booleanOperations-0.9[${PYTHON_USEDEP}] - >=dev-python/defcon-0.7.2[${PYTHON_USEDEP}] - >=dev-python/fontMath-0.6[${PYTHON_USEDEP}] - dev-python/fontPens[${PYTHON_USEDEP}] - >=dev-python/fonttools-4.21.1[${PYTHON_USEDEP}] - >=dev-util/psautohint-2.3[${PYTHON_USEDEP}] - >=dev-python/tqdm-4.58[${PYTHON_USEDEP}] - >=dev-python/ufoNormalizer-0.5.3[${PYTHON_USEDEP}] - >=dev-python/ufoProcessor-1.9[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -DOCS=( {README,NEWS}.md docs ) - -PATCHES=( - "${FILESDIR}/${PN}-nowheel.diff" - "${FILESDIR}/${P}-AR-fix.patch" - "${FILESDIR}/${P}-relax-hard-pinning.patch" - "${FILESDIR}/${P}-_get_scripts-to-data_files.patch" -) - -distutils_enable_tests pytest - -pkg_setup() { - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" -} - -python_prepare_all() { - rm docs/*.{yml,plist} || die - distutils-r1_python_prepare_all -} - -src_compile() { - tc-export CC CPP AR - local _d - find -path '*/linux/gcc/release/Makefile' | while read _d; do - emake -C "${_d%/Makefile}" XFLAGS="${CFLAGS}" || return - done - distutils-r1_src_compile -} - -python_test() { - local -x PYTHONPATH="${S}/python:${PYTHONPATH}" - local -x PATH="${BUILD_DIR}/test/scripts:${S}/c/build_all:${PATH}" - distutils_install_for_testing - epytest -vv || die -}