diff options
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r-- | dev-perl/Text-Aspell/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Text-Aspell/Manifest b/dev-perl/Text-Aspell/Manifest index c4986dd8c8c6..bdf21320e1ed 100644 --- a/dev-perl/Text-Aspell/Manifest +++ b/dev-perl/Text-Aspell/Manifest @@ -1,3 +1,4 @@ DIST Text-Aspell-0.09.tar.gz 13548 BLAKE2B c0efb881320a46e74346863bc7c3df8122a408ffad114b277bd5f83884d84e19907373c08ff0c50cdf32d878c4b846779b04a1b566b9246fe1ef9f3e178b9f2e SHA512 6e7f2a8f48f3d735d9162333c4d30a0ffcdc4a002cffc51f284759a1e89e0a79c0bf94e2af577f381613a114f1ede134f01db36367d443a81ba8d028a4a8c65b EBUILD Text-Aspell-0.90.0-r1.ebuild 489 BLAKE2B a8aef7d509b521846b18caf6b4ad67014a9ef3b3d4c02d7d02c26d33008405bbcba7cd746a00d1578e86680b1fcd5bdd3beffb56800d878c6590085ad8297c65 SHA512 3c2c2a29a05cb65a25589b3eafb770d1cc22c9675346c8025b4c8b1d8ad2d0506d2b18588e79c53ce928c8425543d875b7aede5652ea0b02671b31fdfbd50e50 +EBUILD Text-Aspell-0.90.0-r2.ebuild 457 BLAKE2B 4318235ce7c0ac2702e3cbcaabcebd1d390162cbc8cce7f9ad9e396238c053a59bafe49768128257dc1b94f5d473a625c3dbdad3f2f517f676095c4967f4727c SHA512 06ce5a32442573befe279ff3d3017a855c4169d3052624f1f401292175589a0146c8506833b0d70acbbe62e15a9dc12d9174a613f8f31e560c86aeee9c2b77cc MISC metadata.xml 394 BLAKE2B 94c9963a7327fc9a9b914a2ba55220dd8604198fa0f2d589a8b5dc37687739ad603c92e7b8b1e7d4e8d71f45974e61c8e4ac91deba18012c97fdb21755e3eca1 SHA512 fee730bf032dd75af3d13e77a5753cba8464b61c7f5002083f0608b75cdc49aecb1d2e7c920e577b4b368753fe642699ed846bfbff436f32bc2ea7e3183b6960 diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild new file mode 100644 index 000000000000..a27ae8830dda --- /dev/null +++ b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=HANK +DIST_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="" + +RDEPEND="app-text/aspell" +DEPEND="${RDEPEND}" +PERL_RM_FILES=( "t/02-pod.t" ) |