Skip to content

Commit

Permalink
dev-perl/Chatbot-Eliza: New package, needed for www-apache/mod_perl (…
Browse files Browse the repository at this point in the history
…test dependency)

Package-Manager: portage-2.3.1
  • Loading branch information
akhuettel committed Oct 1, 2016
1 parent 7296ae9 commit 4bb2697
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DIST_AUTHOR=NEILB
DIST_VERSION=1.06
inherit perl-module

DESCRIPTION="A clone of the classic Eliza program"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
virtual/perl-Carp
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.880.0 )
"
1 change: 1 addition & 0 deletions dev-perl/Chatbot-Eliza/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Chatbot-Eliza-1.06.tar.gz 40050 SHA256 bc030f03e6d3c4885f0937498404331eda992dd56f4a7f7ecfa333139828cf7f SHA512 3626b7abe24a70855bdb6c297376447a2fda58e51802dffd56ddce7b65ed0bed427623cc410c23c7a4323d7bd90e12302cf4b2fe941f76bf2a0a7e4840330b47 WHIRLPOOL 2704747a68ce5a641d095595f329ca987341ba06c63a9ad51b7830c9ccfda5f79109c8e329e5d8fdade15635bee52120a8edc642a7a18bc487348e27126ed8c3
8 changes: 8 additions & 0 deletions dev-perl/Chatbot-Eliza/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
</pkgmetadata>

0 comments on commit 4bb2697

Please sign in to comment.