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 7558413835A for ; Mon, 8 Mar 2021 21:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADE25E087E; Mon, 8 Mar 2021 21:14:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 98BBAE087F for ; Mon, 8 Mar 2021 21:14:17 +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 59898335D1A for ; Mon, 8 Mar 2021 21:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C98F592 for ; Mon, 8 Mar 2021 21:14:13 +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: <1615238040.8af81290dfcfbcf231f0bdb0366be5ba233ccf2a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libnumbertext/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libnumbertext/Manifest app-text/libnumbertext/libnumbertext-1.0.6.ebuild X-VCS-Directories: app-text/libnumbertext/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8af81290dfcfbcf231f0bdb0366be5ba233ccf2a X-VCS-Branch: master Date: Mon, 8 Mar 2021 21:14:13 +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: 9139394a-8fd2-4c99-9d8f-c7cba680dfe6 X-Archives-Hash: a7424777f649224b3b269e23a3a04c75 commit: 8af81290dfcfbcf231f0bdb0366be5ba233ccf2a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 8 20:52:52 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 8 21:14:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af81290 app-text/libnumbertext: Drop 1.0.6 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/libnumbertext/Manifest | 1 - app-text/libnumbertext/libnumbertext-1.0.6.ebuild | 24 ----------------------- 2 files changed, 25 deletions(-) diff --git a/app-text/libnumbertext/Manifest b/app-text/libnumbertext/Manifest index c1c1c9bed21..0188c3e9fa4 100644 --- a/app-text/libnumbertext/Manifest +++ b/app-text/libnumbertext/Manifest @@ -1,2 +1 @@ -DIST libnumbertext-1.0.6.tar.xz 283416 BLAKE2B d02a521db19a21c6036412f902af7227d7442ca25d38e5e35339f74c8ee6e275ed085aeb4c4f07f998bcdc33ac62be84ce6915dd430594dedad1fa0f65b388b6 SHA512 0b2a5226f363af9a6df90f788f6cdc5fe95ddb524d96ad2db1caf2e7f414649ce2975eae3c9e5fceecbf825a90c736a0717b02ec9671e980ab9cfb3e2df73b8d DIST libnumbertext-1.0.7.tar.xz 289764 BLAKE2B dc7a340dd1843ac77088fd31d4343b570bba0bd5758b939ad228d9d31a7f283ce9c11cf8a504e0c14464bfc6962911b7d1c075122d3efaa7014180a57d419248 SHA512 7755c713dd9b9b75e486eac7ffbfb418c3bdfefd67ecb149f0e25a339410814bf73296f69a4e009a17f9f21292f0eeafa931aef60596cd3d932dab47278de8c2 diff --git a/app-text/libnumbertext/libnumbertext-1.0.6.ebuild b/app-text/libnumbertext/libnumbertext-1.0.6.ebuild deleted file mode 100644 index a0453adf49f..00000000000 --- a/app-text/libnumbertext/libnumbertext-1.0.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Number to number name and money text conversion libraries" -HOMEPAGE="https://github.com/Numbertext/libnumbertext" -SRC_URI="https://github.com/Numbertext/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="" - -src_configure() { - econf \ - --disable-static \ - --disable-werror -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -}