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 34F321382C5 for ; Thu, 15 Apr 2021 21:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48C9BE07F1; Thu, 15 Apr 2021 21:28:21 +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 276ECE0809 for ; Thu, 15 Apr 2021 21:28:18 +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 F044B335CD6 for ; Thu, 15 Apr 2021 21:28:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EB81643 for ; Thu, 15 Apr 2021 21:28:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618521949.27e7fb2ffed28fc19329cd8fc1c9be5961e80d7d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/fribidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/fribidi/Manifest dev-libs/fribidi/fribidi-1.0.9.ebuild X-VCS-Directories: dev-libs/fribidi/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 27e7fb2ffed28fc19329cd8fc1c9be5961e80d7d X-VCS-Branch: master Date: Thu, 15 Apr 2021 21:28:15 +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: 9b415df3-e35f-4caf-9fee-2e89b7bbedca X-Archives-Hash: 7af46a458ac3d01daed63b2f62f5eddf commit: 27e7fb2ffed28fc19329cd8fc1c9be5961e80d7d Author: Matt Turner gentoo org> AuthorDate: Thu Apr 15 21:25:49 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 15 21:25:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e7fb2f dev-libs/fribidi: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-libs/fribidi/Manifest | 1 - dev-libs/fribidi/fribidi-1.0.9.ebuild | 37 ----------------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-libs/fribidi/Manifest b/dev-libs/fribidi/Manifest index 369cca087f6..a785897cb8e 100644 --- a/dev-libs/fribidi/Manifest +++ b/dev-libs/fribidi/Manifest @@ -1,2 +1 @@ DIST fribidi-1.0.10.tar.xz 1147588 BLAKE2B e40e16b4b6167d0c7cc26b72ed21a7b4b2ba78dcce56eaf5dee94835cd2d4770401ac17bc2b5f13227e41e8f19513a0616f49edab07ea8fb2969eab30e24f653 SHA512 cb51920012c3c7507c17e2beb1dbbcfb8d7c6404e4cb54b260a332754a0d5b103d8834d77e8795651b3f38069c9bd2e9914c21b001411a72f9ffe1ec1ef2f360 -DIST fribidi-1.0.9.tar.xz 1141684 BLAKE2B 6c9e9866ad900c041968f96ffc93e118715a319fbc47a5fe09b4a68daa5096e8c3cc1f0be1f8754ecf60b265f51fada75ac71f8bf1853f59e891644a97eaf644 SHA512 e66989830941172fa003c8b9376719282fa1039592a1e158e975cab81ce8dcb2755453c64906a8464c047f9e9154e012d9bd37256b1f463e235648a13e4601ed diff --git a/dev-libs/fribidi/fribidi-1.0.9.ebuild b/dev-libs/fribidi/fribidi-1.0.9.ebuild deleted file mode 100644 index 294d074af9b..00000000000 --- a/dev-libs/fribidi/fribidi-1.0.9.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-minimal - -DESCRIPTION="A free implementation of the unicode bidirectional algorithm" -HOMEPAGE="https://fribidi.org/" -SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static-libs" - -RDEPEND="" -DEPEND="" -BDEPEND=" - virtual/pkgconfig -" - -DOCS=( AUTHORS NEWS ChangeLog THANKS ) # README points at README.md which wasn't disted with EAPI-7 - -multilib_src_configure() { - local myeconfargs=( - --enable-shared - $(use_enable static-libs static) - --disable-debug - ) - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" -} - -multilib_src_install_all() { - einstalldocs - find "${ED}" -name '*.la' -delete || die -}