diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-02 19:55:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-03 11:27:22 +0100 |
commit | faa70ba3c4591cd2d77d604e124917a581a7ea16 (patch) | |
tree | c12304cedc42bfcd00f81d0347b4aa6c7b03a9cf /app-text/libnumbertext | |
parent | media-gfx/graphite2: drop 1.3.14_p20210810-r1 (diff) | |
download | gentoo-faa70ba3c4591cd2d77d604e124917a581a7ea16.tar.gz gentoo-faa70ba3c4591cd2d77d604e124917a581a7ea16.tar.bz2 gentoo-faa70ba3c4591cd2d77d604e124917a581a7ea16.zip |
app-text/libnumbertext: drop 1.0.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/libnumbertext')
-rw-r--r-- | app-text/libnumbertext/Manifest | 1 | ||||
-rw-r--r-- | app-text/libnumbertext/libnumbertext-1.0.10.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-text/libnumbertext/Manifest b/app-text/libnumbertext/Manifest index a76d1c8f5b5e..375b0acbf16f 100644 --- a/app-text/libnumbertext/Manifest +++ b/app-text/libnumbertext/Manifest @@ -1,2 +1 @@ -DIST libnumbertext-1.0.10.tar.xz 292852 BLAKE2B 1dfc5bd974525a3923325357c30cc80ecac0be856288cfc9effe13a0cda5f45eba22b333b606113bea8dff0bc08333a4b203f539b860ec48e214c35bc4dacb41 SHA512 6cb1b09b43c77f9fe1928d72deabdd06cbb3f7185823fcf045855b26ea6e0e017b2eba9dcd4725161012ed6d37a416c98b838145aa418bd0bd79ce52bf456417 DIST libnumbertext-1.0.11.tar.xz 302676 BLAKE2B 48fae62c95c20991c9fe7012a0ad59b5a2ffd88d0866714e88f8d4d72e94f3d6c0edb0977da324a26c83ee1af73367fae88bbf7ad0792be371ad4bfbe63ef8d5 SHA512 0c4d2b98d8cef46a2c51c4265f96ac2af6e58d3b8e63e7b6a40134e86d1dc7bec38e048abf227d1ebad7774ba8a6d68a1fac464739914b2d14786c309819c836 diff --git a/app-text/libnumbertext/libnumbertext-1.0.10.ebuild b/app-text/libnumbertext/libnumbertext-1.0.10.ebuild deleted file mode 100644 index 41fa8cf1cda0..000000000000 --- a/app-text/libnumbertext/libnumbertext-1.0.10.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 ~loong ~ppc64 x86" -IUSE="" - -src_configure() { - econf \ - --disable-werror -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} |