dev-perl/Chatbot-Eliza: Bump to version 1.70.0

- Add USE="examples"

Upstream:
- Add function to return reasmbs in order.

Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
Kent Fredric
2017-04-10 07:42:57 +12:00
parent 126577d32f
commit ef2a647cf4
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=GRANTG
DIST_VERSION=1.07
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.880.0 )
"

View File

@@ -1 +1,2 @@
DIST Chatbot-Eliza-1.06.tar.gz 40050 SHA256 bc030f03e6d3c4885f0937498404331eda992dd56f4a7f7ecfa333139828cf7f SHA512 3626b7abe24a70855bdb6c297376447a2fda58e51802dffd56ddce7b65ed0bed427623cc410c23c7a4323d7bd90e12302cf4b2fe941f76bf2a0a7e4840330b47 WHIRLPOOL 2704747a68ce5a641d095595f329ca987341ba06c63a9ad51b7830c9ccfda5f79109c8e329e5d8fdade15635bee52120a8edc642a7a18bc487348e27126ed8c3
DIST Chatbot-Eliza-1.07.tar.gz 40241 SHA256 3e1d956761d1ac68d55a5cfe08a296d173fde09865c83356efc7179cc1396a96 SHA512 d9155ca13d9fc6f6741d9e99da764df25df5e762717eccb6e944c86a5f51d60eedc240f2cb8bde6f508ce075f96f605352fdb8f606eeb59896e2437a85c54109 WHIRLPOOL e39c1c2dcfabff5f5d5a2dc5c7cd6c0bc813b7d83f882a057dfa2916ced8b82e8a3621bf73e5f51ae0e6f8a6d9bffa128c248e49c4cae142d072ebd3aca2fa36

View File

@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Chatbot-Eliza</remote-id>
<remote-id type="cpan-module">Chatbot::Eliza</remote-id>
</upstream>
</pkgmetadata>