diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 13:19:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 13:19:26 +0000 |
commit | 4ab1ef7cff0cc1c340abdecd59fe3eb6e5b2ab6c (patch) | |
tree | 5fc5be678a86fe255c6d85764468ed9e1fa8df12 /dev-perl/Text-Aspell/Text-Aspell-0.90.0.ebuild | |
parent | Marked ~x64-macos (diff) | |
download | gentoo-2-4ab1ef7cff0cc1c340abdecd59fe3eb6e5b2ab6c.tar.gz gentoo-2-4ab1ef7cff0cc1c340abdecd59fe3eb6e5b2ab6c.tar.bz2 gentoo-2-4ab1ef7cff0cc1c340abdecd59fe3eb6e5b2ab6c.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-Aspell/Text-Aspell-0.90.0.ebuild')
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.90.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.90.0.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.90.0.ebuild new file mode 100644 index 000000000000..c5099f22f167 --- /dev/null +++ b/dev-perl/Text-Aspell/Text-Aspell-0.90.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.90.0.ebuild,v 1.1 2011/08/28 13:19:25 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=HANK +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Perl interface to the GNU Aspell Library" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +# Disabling tests for now - see bug #147897 --ian +#SRC_TEST="do" + +RDEPEND="app-text/aspell" +DEPEND="${RDEPEND}" |