summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-08-18 12:18:25 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-08-18 12:18:25 +0000
commit2a2381a4268849998a233969acebfd1d5cf116fe (patch)
tree7dc92f3ad2a27cd9b15f21e12bc72e69958200fd /app-text/aspell/aspell-0.60.5.ebuild
parentVersion bump with new patches and cleanup (bug #186524), removed buggy versio... (diff)
downloadgentoo-2-2a2381a4268849998a233969acebfd1d5cf116fe.tar.gz
gentoo-2-2a2381a4268849998a233969acebfd1d5cf116fe.tar.bz2
gentoo-2-2a2381a4268849998a233969acebfd1d5cf116fe.zip
Added the examples USE flag as per bug 111508.
Removed obsolete versions. (Portage version: 2.1.3.5)
Diffstat (limited to 'app-text/aspell/aspell-0.60.5.ebuild')
-rw-r--r--app-text/aspell/aspell-0.60.5.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/app-text/aspell/aspell-0.60.5.ebuild b/app-text/aspell/aspell-0.60.5.ebuild
index 85f4251a84b8..6a4f4e13e134 100644
--- a/app-text/aspell/aspell-0.60.5.ebuild
+++ b/app-text/aspell/aspell-0.60.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.5.ebuild,v 1.13 2007/08/10 05:15:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.5.ebuild,v 1.14 2007/08/18 12:18:25 philantrop Exp $
# N.B. This is before inherit of autotools, as autotools.eclass adds the
# relevant dependencies to DEPEND.
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/aspell/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
-IUSE="gpm nls"
+IUSE="gpm nls examples"
# Note; app-text/aspell-0.6 and app-dicts/aspell-en-0.6 must go stable together
# Build PDEPEND from list of language codes provided in the tree.
@@ -83,10 +83,12 @@ src_install() {
newexe scripts/ispell ispell-aspell
newexe scripts/spell spell-aspell
- cd examples
- make clean || die
- docinto examples
- dodoc ${S}/examples/*
+ if use examples ; then
+ cd examples
+ make clean || die
+ docinto examples
+ dodoc ${S}/examples/*
+ fi
}
pkg_postinst() {