commit:     0766718af89ad387f679e23aad35e583c0b6e194
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  5 22:09:35 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul  6 06:33:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0766718a

app-text/libnumbertext: Drop old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/libnumbertext/Manifest                    |  1 -
 .../libnumbertext-1.0_beta3_p20180611.ebuild       | 36 ----------------------
 2 files changed, 37 deletions(-)

diff --git a/app-text/libnumbertext/Manifest b/app-text/libnumbertext/Manifest
index 54f6629b3db..a557c223cc5 100644
--- a/app-text/libnumbertext/Manifest
+++ b/app-text/libnumbertext/Manifest
@@ -1,2 +1 @@
 DIST libnumbertext-1.0.tar.gz 408181 BLAKE2B 
ceeba0a98c0d6fbfa92ad37347f7b7cb9887ea516126e35212d61e572a382a56c520406409e08024d53f1520219ec7e986324893b1c2b53330a217319d35ffc7
 SHA512 
b30f3650ba8cbaa771415026f40b7fc2cf5d9cd956a365d6654b1e2996fe61f714adfda845432e41f61f0fa474b1b60d99cc46cd6b7e42e1dccfd53f5017ae63
-DIST libnumbertext-1.0_beta3_p20180611.tar.gz 403211 BLAKE2B 
decdee3357aae20ae023e7e73e7321635afa247a574cec7eff079c9f2002c70d76c53afd22ebd9a4f30484cdfbd844028dd1f206fe894b1df0bba760c7037960
 SHA512 
031464da9e8fd0a6fe60cf22d70207847482c73a447dc49c679791fbbdf448abb40cfa4ba79671cafc70c75ae89a32db3c98ad77785b5a47af37c5658f66bebd

diff --git a/app-text/libnumbertext/libnumbertext-1.0_beta3_p20180611.ebuild 
b/app-text/libnumbertext/libnumbertext-1.0_beta3_p20180611.ebuild
deleted file mode 100644
index 952934d6ba8..00000000000
--- a/app-text/libnumbertext/libnumbertext-1.0_beta3_p20180611.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-COMMIT=53ee927a1d431aea09a4f844213d608d8c10defd
-inherit autotools
-
-DESCRIPTION="Number to number name and money text conversion libraries"
-HOMEPAGE="https://github.com/Numbertext/libnumbertext";
-SRC_URI="https://github.com/Numbertext/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --disable-werror
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to