summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-28 18:07:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-28 19:09:01 +0200
commit36786f447a358ca3400b5e437ae9ecc5fcec11e0 (patch)
tree827626dd335b2f20ec7716e0091788b09c9d237a /app-text/libnumbertext
parentapp-text/libnumbertext: --disable-static (diff)
downloadgentoo-36786f447a358ca3400b5e437ae9ecc5fcec11e0.tar.gz
gentoo-36786f447a358ca3400b5e437ae9ecc5fcec11e0.tar.bz2
gentoo-36786f447a358ca3400b5e437ae9ecc5fcec11e0.zip
app-text/libnumbertext: Drop 1.0.5 (r0)
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/libnumbertext')
-rw-r--r--app-text/libnumbertext/libnumbertext-1.0.5.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/libnumbertext/libnumbertext-1.0.5.ebuild b/app-text/libnumbertext/libnumbertext-1.0.5.ebuild
deleted file mode 100644
index 7dfb49ac5382..000000000000
--- a/app-text/libnumbertext/libnumbertext-1.0.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~ppc64 x86"
-IUSE=""
-
-src_configure() {
- econf \
- --disable-werror
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}