summaryrefslogtreecommitdiff
path: root/app-text/libnumbertext
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-17 00:55:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-17 00:55:45 +0000
commit0e33d150b98b9f2354c92788ef9dc739850b40f6 (patch)
tree5f173b7b9f7cf827f5538b70795e34bc7f1c2c95 /app-text/libnumbertext
parent1e3939094253168dfdada63e645d674cad69260e (diff)
gentoo auto-resync : 17:11:2022 - 00:55:45
Diffstat (limited to 'app-text/libnumbertext')
-rw-r--r--app-text/libnumbertext/Manifest2
-rw-r--r--app-text/libnumbertext/libnumbertext-1.0.11.ebuild23
2 files changed, 25 insertions, 0 deletions
diff --git a/app-text/libnumbertext/Manifest b/app-text/libnumbertext/Manifest
index 2ef69c638fe3..b667265813f5 100644
--- a/app-text/libnumbertext/Manifest
+++ b/app-text/libnumbertext/Manifest
@@ -1,3 +1,5 @@
DIST libnumbertext-1.0.10.tar.xz 292852 BLAKE2B 1dfc5bd974525a3923325357c30cc80ecac0be856288cfc9effe13a0cda5f45eba22b333b606113bea8dff0bc08333a4b203f539b860ec48e214c35bc4dacb41 SHA512 6cb1b09b43c77f9fe1928d72deabdd06cbb3f7185823fcf045855b26ea6e0e017b2eba9dcd4725161012ed6d37a416c98b838145aa418bd0bd79ce52bf456417
+DIST libnumbertext-1.0.11.tar.xz 302676 BLAKE2B 48fae62c95c20991c9fe7012a0ad59b5a2ffd88d0866714e88f8d4d72e94f3d6c0edb0977da324a26c83ee1af73367fae88bbf7ad0792be371ad4bfbe63ef8d5 SHA512 0c4d2b98d8cef46a2c51c4265f96ac2af6e58d3b8e63e7b6a40134e86d1dc7bec38e048abf227d1ebad7774ba8a6d68a1fac464739914b2d14786c309819c836
EBUILD libnumbertext-1.0.10.ebuild 530 BLAKE2B a217ac863e8444dc6db21141fa9b147c3c01022b10c2651f5e5d482e0fa066460c954f0c913887d318a0b616b0ccd2931bb2f79d4e2da736b673cfe1e8fdab77 SHA512 69df4d6c79d2ef273c00fe9ab45805922b074e256d188747b165279a4a3724eda9ce425ce87ffc37e26fa2e6570f30c5b26deebfba29f46de16735cfe4c12dbe
+EBUILD libnumbertext-1.0.11.ebuild 533 BLAKE2B 22f0163f13554a8fef968bac69f975c468d2fff441f58b5b8b8d47bb28341831a46f4f07394a9ba44a2aef123eb7b6e8ba97320c350bb47468d4678e02f21554 SHA512 324fae9d7b8ea76ef4729ff1ff038939d5d0a2f477e26b4df52e19dd7969d7fcd7611bd3e15b8700fdaa7767e7bdf4b988b82c8563e85baecb6cb630fdefcdf0
MISC metadata.xml 256 BLAKE2B 28554175365761f81817e75e2c125714b94680527103d72118d0daf2eb0d2359082c36f2c8b0e92574e93c9c00038c944486a31d7843108dcc285d809bd52fe6 SHA512 1a0e13dd42f80f5c8669910c7360c6c1542e9a2f143da3a812f874966ba4729248152efb36e03bdfd47f09086797e6e1410e1ac735925d304811c847aa2b6398
diff --git a/app-text/libnumbertext/libnumbertext-1.0.11.ebuild b/app-text/libnumbertext/libnumbertext-1.0.11.ebuild
new file mode 100644
index 000000000000..912a80af891c
--- /dev/null
+++ b/app-text/libnumbertext/libnumbertext-1.0.11.ebuild
@@ -0,0 +1,23 @@
+# 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
+}