Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libnumbertext/
Date: Thu, 28 May 2020 17:09:47
Message-Id: 1590685741.36786f447a358ca3400b5e437ae9ecc5fcec11e0.asturm@gentoo
1 commit: 36786f447a358ca3400b5e437ae9ecc5fcec11e0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 28 16:07:55 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 28 17:09:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36786f44
7
8 app-text/libnumbertext: Drop 1.0.5 (r0)
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/libnumbertext/libnumbertext-1.0.5.ebuild | 23 -----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/app-text/libnumbertext/libnumbertext-1.0.5.ebuild b/app-text/libnumbertext/libnumbertext-1.0.5.ebuild
17 deleted file mode 100644
18 index 7dfb49ac538..00000000000
19 --- a/app-text/libnumbertext/libnumbertext-1.0.5.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DESCRIPTION="Number to number name and money text conversion libraries"
28 -HOMEPAGE="https://github.com/Numbertext/libnumbertext"
29 -SRC_URI="https://github.com/Numbertext/${PN}/releases/download/${PV}/${P}.tar.xz"
30 -
31 -LICENSE="LGPL-3+"
32 -SLOT="0"
33 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
34 -IUSE=""
35 -
36 -src_configure() {
37 - econf \
38 - --disable-werror
39 -}
40 -
41 -src_install() {
42 - default
43 - find "${D}" -name '*.la' -delete || die
44 -}