From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A463138350 for ; Sun, 9 Feb 2020 19:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 526A9E0837; Sun, 9 Feb 2020 19:55:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 337EAE0837 for ; Sun, 9 Feb 2020 19:55:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC5FF34E8D5 for ; Sun, 9 Feb 2020 19:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AB622A for ; Sun, 9 Feb 2020 19:55:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1581278117.9673d96b0c6418c23143a6d736d629ef82c54a77.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyphen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyphen/hyphen-2.8.8.ebuild X-VCS-Directories: dev-libs/hyphen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9673d96b0c6418c23143a6d736d629ef82c54a77 X-VCS-Branch: master Date: Sun, 9 Feb 2020 19:55:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f87ca4f1-9dfb-4f0e-9be5-34fb001e46c7 X-Archives-Hash: 53b95c8e1eeae8e9ccce2d5424358a0c commit: 9673d96b0c6418c23143a6d736d629ef82c54a77 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 9 19:55:17 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 9 19:55:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9673d96b dev-libs/hyphen: Drop 2.8.8 (r0) Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/hyphen/hyphen-2.8.8.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/dev-libs/hyphen/hyphen-2.8.8.ebuild b/dev-libs/hyphen/hyphen-2.8.8.ebuild deleted file mode 100644 index 315fe7fa932..00000000000 --- a/dev-libs/hyphen/hyphen-2.8.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="ALTLinux hyphenation library" -HOMEPAGE="http://hunspell.github.io/" -SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1 MPL-1.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND="app-text/hunspell" -DEPEND="${RDEPEND} - dev-lang/perl -" - -DOCS=( AUTHORS ChangeLog NEWS README{,_hyph_en_US.txt,.nonstandard,.hyphen,.compound} THANKS TODO ) - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - docinto pdf - dodoc doc/*.pdf - - rm -f "${ED}"usr/lib*/libhyphen.la -}