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, 31 May 2018 21:16:41
Message-Id: 1527801376.47ca81fa22d8e75e068c48e6abe9c8fcf3965267.asturm@gentoo
1 commit: 47ca81fa22d8e75e068c48e6abe9c8fcf3965267
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 20:44:52 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 21:16:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ca81fa
7
8 app-text/libnumbertext: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-text/libnumbertext/Manifest | 1 -
13 .../libnumbertext/libnumbertext-1.0_beta2.ebuild | 35 ----------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/app-text/libnumbertext/Manifest b/app-text/libnumbertext/Manifest
17 index 36abe43815c..8790fb44c46 100644
18 --- a/app-text/libnumbertext/Manifest
19 +++ b/app-text/libnumbertext/Manifest
20 @@ -1,2 +1 @@
21 -DIST libnumbertext-1.0_beta2.tar.gz 407135 BLAKE2B 6fecc6c885fbd9a2a701e5d3c10d38205e2d66a9e1e26609da8dd3ae92d2a954528ba011e7442fee0f4ffb3035ebe9381076a3eaac368e15a98a02508828997c SHA512 0db0e800495507b6173a134b1d2e681c326df56fc6fdaf5ae9e69e9f10ccfde1ad13b2150fb6120d15bd401c348a58570cbcad1b0be01fd80e24b67a67fd236a
22 DIST libnumbertext-1.0_beta3.tar.gz 415089 BLAKE2B 2e0e493f9553b363418c9a0003fef8ac20f28d4beebebcfb1beceddc693010dbeeafbfa4f1887feda2861f17a8397a78f8a836d8b87c0af96e1fad2ef3e77d10 SHA512 7afe747a243933c42d4e2c4b9de0d2a2d98bf990decd0f5a6b31b7ffca4a0a76c1d4f657612e50dabe07a1355331595c997e1cdd561760efba5b62779e1adfa1
23
24 diff --git a/app-text/libnumbertext/libnumbertext-1.0_beta2.ebuild b/app-text/libnumbertext/libnumbertext-1.0_beta2.ebuild
25 deleted file mode 100644
26 index 9145fa33adb..00000000000
27 --- a/app-text/libnumbertext/libnumbertext-1.0_beta2.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit autotools
36 -
37 -DESCRIPTION="Number to number name and money text conversion libraries"
38 -HOMEPAGE="https://github.com/Numbertext/libnumbertext"
39 -SRC_URI="https://github.com/Numbertext/${PN}/archive/${PV/_/.}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="LGPL-3+"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="debug doc test"
45 -
46 -RDEPEND=""
47 -DEPEND="${RDEPEND}"
48 -
49 -S="${WORKDIR}/${P/_/.}"
50 -
51 -src_prepare() {
52 - default
53 - eautoreconf
54 -}
55 -
56 -src_configure() {
57 - econf \
58 - --disable-werror
59 -}
60 -
61 -src_install() {
62 - default
63 - find "${D}" -name '*.la' -delete || die
64 -}