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 5BABE1382C5 for ; Sat, 27 Mar 2021 16:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F040E0885; Sat, 27 Mar 2021 16:11:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5EDE3E0885 for ; Sat, 27 Mar 2021 16:11:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 14951335DC1 for ; Sat, 27 Mar 2021 16:11:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E85A592 for ; Sat, 27 Mar 2021 16:11:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616861411.074c09ef6f26f6d14f72657895af712a0c7d638e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lcdf-typetools/Manifest app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild X-VCS-Directories: app-text/lcdf-typetools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 074c09ef6f26f6d14f72657895af712a0c7d638e X-VCS-Branch: master Date: Sat, 27 Mar 2021 16:11:32 +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: 905c85ab-a65d-4dd2-b769-22ae4b24a9fb X-Archives-Hash: 313c264921ee6cc4a14492bdb73faded commit: 074c09ef6f26f6d14f72657895af712a0c7d638e Author: Sam James gentoo org> AuthorDate: Sat Mar 27 16:10:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 27 16:10:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074c09ef app-text/lcdf-typetools: drop 2.106 Closes: https://bugs.gentoo.org/757561 Signed-off-by: Sam James gentoo.org> app-text/lcdf-typetools/Manifest | 1 - .../lcdf-typetools/lcdf-typetools-2.106.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest index 89d6190075f..c8759f88c1a 100644 --- a/app-text/lcdf-typetools/Manifest +++ b/app-text/lcdf-typetools/Manifest @@ -1,2 +1 @@ -DIST lcdf-typetools-2.106.tar.gz 643503 BLAKE2B cb016da74dfbad92808292842de653badec4dd3b703fee5e177016856a795e1383ceeed68de668846cce167b7b9c74bd7e0b17ea3a60b2f9b9caa0b73444e02d SHA512 039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf DIST lcdf-typetools-2.108.tar.gz 651350 BLAKE2B c60986672a31bcf47b876fa75d04a976be761442b04b1541f7f9082521d716708542b8708fd3da558f9df6b459cca1043a7e1ee2eb006f94054611dd4ef348d5 SHA512 2c7afe1c6838f432ddd5bbd5fa86a58743242d5a2203220d3cd0153c0c69f23ca734e8d4352ed3c8a6bffc1c61bb93c19d00c6483545a09d6f8363f870bf2fd0 diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild deleted file mode 100644 index dc9d70eebb0..00000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="Font utilities for eg manipulating OTF" -SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" -HOMEPAGE="http://www.lcdf.org/type/#typetools" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -LICENSE="GPL-2" -IUSE="+kpathsea" - -RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" - econf $(use_with kpathsea) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc NEWS.md README.md ONEWS -}