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 2C60D1396D9 for ; Fri, 10 Nov 2017 20:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F811E0D49; Fri, 10 Nov 2017 20:34:28 +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 6FDFDE0D49 for ; Fri, 10 Nov 2017 20:34:28 +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 6F2A333BF51 for ; Fri, 10 Nov 2017 20:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAADC9895 for ; Fri, 10 Nov 2017 20:34:25 +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: <1510346043.a8d4d99f692e1e94567a6fcefbf7d9ea265e2287.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyphen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyphen/Manifest dev-libs/hyphen/hyphen-2.8.6.ebuild X-VCS-Directories: dev-libs/hyphen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a8d4d99f692e1e94567a6fcefbf7d9ea265e2287 X-VCS-Branch: master Date: Fri, 10 Nov 2017 20:34:25 +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-Archives-Salt: ef0ef46f-cbb3-469a-aff5-4bf67a2aa582 X-Archives-Hash: bdc2b9f5e5a179b96c7536eeace4fae9 commit: a8d4d99f692e1e94567a6fcefbf7d9ea265e2287 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 10 20:14:34 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 10 20:34:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d4d99f dev-libs/hyphen: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-libs/hyphen/Manifest | 1 - dev-libs/hyphen/hyphen-2.8.6.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-libs/hyphen/Manifest b/dev-libs/hyphen/Manifest index 79493130ef0..d440bfb7878 100644 --- a/dev-libs/hyphen/Manifest +++ b/dev-libs/hyphen/Manifest @@ -1,2 +1 @@ -DIST hyphen-2.8.6.tar.gz 636800 SHA256 155cc1be5f406a4f3e55cd5154dd30353652f4da6cff0f600be4f1f67c127208 SHA512 37ca403af59b1e5b254dff69bdf46f933818385517bbd93c3f9b3c177a05408d971b14d2e4b98922a0c274e490a1e23fc468a12984a2802f42c5e67fc0f9ad34 WHIRLPOOL a4a2a40e94925a96af89b70ea980f399eab90dfb640a11aa04617ee5d3a41026c59f2120473fc69b72c0a678590f53979b2e3773474b4c4506a5f104609aa5bf DIST hyphen-2.8.8.tar.gz 638369 SHA256 304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705 SHA512 ee514952be56869840b70fb74f60eba14dc4de246733ff8705492367e8cf00c485f8778a9d5a7ba374c988d4ac9fedbe75826dc559e1b62465dbfba21f6ce7de WHIRLPOOL a864236d9182e5c336a0d37f1740b698754900422bc034199cb9be628bdb141072edd24a220388c2e995e82e032709fdd5e61377c36322523e9d7591c656f0e1 diff --git a/dev-libs/hyphen/hyphen-2.8.6.ebuild b/dev-libs/hyphen/hyphen-2.8.6.ebuild deleted file mode 100644 index 6bbf62853a3..00000000000 --- a/dev-libs/hyphen/hyphen-2.8.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -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="amd64 ~arm hppa 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* 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 -}