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 1A9C41382C5 for ; Sun, 21 Mar 2021 22:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 605A9E0876; Sun, 21 Mar 2021 22:24:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4B7D3E0876 for ; Sun, 21 Mar 2021 22:24:27 +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 2E96033BF11 for ; Sun, 21 Mar 2021 22:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C438213B for ; Sun, 21 Mar 2021 22:24:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1616365453.caef0aa806754a04d21686208cf7a9cbeb77b395.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libotf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libotf/Manifest dev-libs/libotf/libotf-0.9.13.ebuild X-VCS-Directories: dev-libs/libotf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: caef0aa806754a04d21686208cf7a9cbeb77b395 X-VCS-Branch: master Date: Sun, 21 Mar 2021 22:24:24 +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: b0f8a64f-b9d5-474b-8675-3a9577900702 X-Archives-Hash: 9cb32ed7d4beb3831f7fb6132df35a98 commit: caef0aa806754a04d21686208cf7a9cbeb77b395 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 21 20:34:34 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 21 22:24:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caef0aa8 dev-libs/libotf: Drop 0.9.13, EAPI5-- Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libotf/Manifest | 1 - dev-libs/libotf/libotf-0.9.13.ebuild | 44 ------------------------------------ 2 files changed, 45 deletions(-) diff --git a/dev-libs/libotf/Manifest b/dev-libs/libotf/Manifest index 4e5bb767bce..d49505bcc21 100644 --- a/dev-libs/libotf/Manifest +++ b/dev-libs/libotf/Manifest @@ -1,2 +1 @@ -DIST libotf-0.9.13.tar.gz 388832 BLAKE2B 73d15db54457afe98016b3958668fd5d62e81c8f53d34bc8ddd6ce5c18e54085a9d3ff1648e2170c7a97823dcbd9ef117f3e66befbea272dd98193baf63d6039 SHA512 86ddf071df371ee44910afc02432352356bfa1c2a55b44274c95fc4e7ec4fca982a7fcde35aaa63a8cb332e98388a9faf9a94fbf0f39e85668630f77d841ef31 DIST libotf-0.9.16.tar.gz 423979 BLAKE2B 838e7c855f93ebb30bcccd1d3055f662da1736bb85fa398f9ffe84411249f63e4f66908b55534c2f07446b45ae7912745a92bbf0404f8d62eeb3a9119a604b37 SHA512 0f68c45c1224f02dc0f1a8e9915dd9c1c70d71259b4e2f7bbd4fbec6426e58d4a26e4cbf28dbb8ed051ba6f532f99fc4e74b4ddf97a93ec947fa6260c875d0b4 diff --git a/dev-libs/libotf/libotf-0.9.13.ebuild b/dev-libs/libotf/libotf-0.9.13.ebuild deleted file mode 100644 index 5cac4a4f2d9..00000000000 --- a/dev-libs/libotf/libotf-0.9.13.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils ltprune - -DESCRIPTION="Library for handling OpenType fonts (OTF)" -HOMEPAGE="http://www.nongnu.org/m17n/" -SRC_URI="mirror://nongnu/m17n/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs X" - -RDEPEND=">=media-libs/freetype-2.4.9 - X? ( - x11-libs/libX11 - x11-libs/libXaw - x11-libs/libXt - )" -DEPEND="${RDEPEND} - X? ( - x11-base/xorg-proto - x11-libs/libICE - x11-libs/libXmu - )" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - epatch "${FILESDIR}"/${P}-build.patch - eautoreconf -} - -src_configure() { - export ac_cv_header_X11_Xaw_Command_h=$(usex X) - econf $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -}