From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-perl/Text-Aspell/Manifest | 4 ++++ dev-perl/Text-Aspell/Text-Aspell-0.90.0-r1.ebuild | 20 ++++++++++++++++++++ dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild | 18 ++++++++++++++++++ dev-perl/Text-Aspell/metadata.xml | 12 ++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 dev-perl/Text-Aspell/Manifest create mode 100644 dev-perl/Text-Aspell/Text-Aspell-0.90.0-r1.ebuild create mode 100644 dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild create mode 100644 dev-perl/Text-Aspell/metadata.xml (limited to 'dev-perl/Text-Aspell') diff --git a/dev-perl/Text-Aspell/Manifest b/dev-perl/Text-Aspell/Manifest new file mode 100644 index 000000000000..bdf21320e1ed --- /dev/null +++ b/dev-perl/Text-Aspell/Manifest @@ -0,0 +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-r1.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r1.ebuild new file mode 100644 index 000000000000..f0ad101c896a --- /dev/null +++ b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +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}" 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" ) diff --git a/dev-perl/Text-Aspell/metadata.xml b/dev-perl/Text-Aspell/metadata.xml new file mode 100644 index 000000000000..7b28522f4f66 --- /dev/null +++ b/dev-perl/Text-Aspell/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Text-Aspell + Text::Aspell + + -- cgit v1.2.3