diff options
author | 2012-04-25 20:42:04 +0000 | |
---|---|---|
committer | 2012-04-25 20:42:04 +0000 | |
commit | b3aa6df97f2e6cc5a13578880630bf231561346b (patch) | |
tree | 89487ba0a6170b4e3c1fc4ccfaf0963e1355eec5 /app-text/mythes/mythes-1.2.1.ebuild | |
parent | arm stable, bug #410611 (diff) | |
download | gentoo-2-b3aa6df97f2e6cc5a13578880630bf231561346b.tar.gz gentoo-2-b3aa6df97f2e6cc5a13578880630bf231561346b.tar.bz2 gentoo-2-b3aa6df97f2e6cc5a13578880630bf231561346b.zip |
PPC stable wrt bug#411449.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-text/mythes/mythes-1.2.1.ebuild')
-rw-r--r-- | app-text/mythes/mythes-1.2.1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-text/mythes/mythes-1.2.1.ebuild b/app-text/mythes/mythes-1.2.1.ebuild deleted file mode 100644 index 3ae965e24348..000000000000 --- a/app-text/mythes/mythes-1.2.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/app-text/mythes/mythes-1.2.1.ebuild,v 1.6 2011/12/18 20:44:56 halcy0n Exp $ - -EAPI=4 - -DESCRIPTION="A simple thesaurus for Libreoffice" -HOMEPAGE="http://hunspell.sourceforge.net/" -SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND="app-text/hunspell" -DEPEND="${DEPEND} - dev-util/pkgconfig" - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -exec rm -f {} + -} |