dev-perl/Chatbot-Eliza: Bump to version 1.70.0
authorKent Fredric <kentnl@gentoo.org>
Sun, 9 Apr 2017 19:42:57 +0000 (07:42 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sun, 9 Apr 2017 20:00:18 +0000 (08:00 +1200)
- Add USE="examples"

Upstream:
- Add function to return reasmbs in order.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.70.0.ebuild [new file with mode: 0644]
dev-perl/Chatbot-Eliza/Manifest
dev-perl/Chatbot-Eliza/metadata.xml

diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.70.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.70.0.ebuild
new file mode 100644 (file)
index 0000000..805109f
--- /dev/null
@@ -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 )
+"
index 2f3a6589e66cee02024a64d97c0ed6c9b30a698d..4540e61951c557773ac2013c2395d3a6ab044463 100644 (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
index 2b9a936fc0a1933802b5db1fa4b28a53939f2a4e..97dc4e656a34c82a42a474776091baed1b3f8053 100644 (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>