diff options
Diffstat (limited to 'dev-libs/hyphen/hyphen-2.7.1.ebuild')
-rw-r--r-- | dev-libs/hyphen/hyphen-2.7.1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/hyphen/hyphen-2.7.1.ebuild b/dev-libs/hyphen/hyphen-2.7.1.ebuild deleted file mode 100644 index 6e90b19e7070..000000000000 --- a/dev-libs/hyphen/hyphen-2.7.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.7.1.ebuild,v 1.3 2011/12/18 20:44:08 halcy0n Exp $ - -EAPI=4 - -DESCRIPTION="ALTLinux hyphenation library" -HOMEPAGE="http://hunspell.sf.net" -SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1 MPL-1.1" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="app-text/hunspell" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --disable-static -} - -src_install() { - default - dodoc doc/*.pdf - find "${ED}" -name '*.la' -exec rm -f {} + -} |