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 2A638138334 for ; Tue, 12 Jun 2018 16:30:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90248E0855; Tue, 12 Jun 2018 16:30:02 +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 6142DE0855 for ; Tue, 12 Jun 2018 16:30:02 +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 E1656335C90 for ; Tue, 12 Jun 2018 16:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C34C2BE for ; Tue, 12 Jun 2018 16:29:59 +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: <1528820989.5da9d3a8d79c69b526e8add0e145febfe7a70cb2.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_beta3_p20180611.ebuild X-VCS-Directories: app-text/libnumbertext/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5da9d3a8d79c69b526e8add0e145febfe7a70cb2 X-VCS-Branch: master Date: Tue, 12 Jun 2018 16:29:59 +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-Archives-Salt: 46868adc-1bec-43f0-ba34-de55478d0c71 X-Archives-Hash: 2d19bc28156a6a4eee8fe5505e691abe commit: 5da9d3a8d79c69b526e8add0e145febfe7a70cb2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 12 15:37:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 12 16:29:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da9d3a8 app-text/libnumbertext: Add 1.0_beta3_p20180611 snapshot bump Instead of multiple patching of the broken beta3. Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-text/libnumbertext/Manifest | 1 + .../libnumbertext-1.0_beta3_p20180611.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-text/libnumbertext/Manifest b/app-text/libnumbertext/Manifest index 8790fb44c46..b9db9ce0f75 100644 --- a/app-text/libnumbertext/Manifest +++ b/app-text/libnumbertext/Manifest @@ -1 +1,2 @@ DIST libnumbertext-1.0_beta3.tar.gz 415089 BLAKE2B 2e0e493f9553b363418c9a0003fef8ac20f28d4beebebcfb1beceddc693010dbeeafbfa4f1887feda2861f17a8397a78f8a836d8b87c0af96e1fad2ef3e77d10 SHA512 7afe747a243933c42d4e2c4b9de0d2a2d98bf990decd0f5a6b31b7ffca4a0a76c1d4f657612e50dabe07a1355331595c997e1cdd561760efba5b62779e1adfa1 +DIST libnumbertext-1.0_beta3_p20180611.tar.gz 403211 BLAKE2B decdee3357aae20ae023e7e73e7321635afa247a574cec7eff079c9f2002c70d76c53afd22ebd9a4f30484cdfbd844028dd1f206fe894b1df0bba760c7037960 SHA512 031464da9e8fd0a6fe60cf22d70207847482c73a447dc49c679791fbbdf448abb40cfa4ba79671cafc70c75ae89a32db3c98ad77785b5a47af37c5658f66bebd diff --git a/app-text/libnumbertext/libnumbertext-1.0_beta3_p20180611.ebuild b/app-text/libnumbertext/libnumbertext-1.0_beta3_p20180611.ebuild new file mode 100644 index 00000000000..952934d6ba8 --- /dev/null +++ b/app-text/libnumbertext/libnumbertext-1.0_beta3_p20180611.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +COMMIT=53ee927a1d431aea09a4f844213d608d8c10defd +inherit autotools + +DESCRIPTION="Number to number name and money text conversion libraries" +HOMEPAGE="https://github.com/Numbertext/libnumbertext" +SRC_URI="https://github.com/Numbertext/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug doc test" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${PN}-${COMMIT}" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf \ + --disable-werror +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +}