* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2016-10-01 10:24 Andreas Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Hüttel @ 2016-10-01 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 4bb26970e4abc0b5af5ea7561f994aedacd09adf
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 10:23:37 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 10:23:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb26970
dev-perl/Chatbot-Eliza: New package, needed for www-apache/mod_perl (test dependency)
Package-Manager: portage-2.3.1
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild | 23 ++++++++++++++++++++++
dev-perl/Chatbot-Eliza/Manifest | 1 +
dev-perl/Chatbot-Eliza/metadata.xml | 8 ++++++++
3 files changed, 32 insertions(+)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
new file mode 100644
index 00000000..93d51b5
--- /dev/null
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
@@ -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 )
+"
diff --git a/dev-perl/Chatbot-Eliza/Manifest b/dev-perl/Chatbot-Eliza/Manifest
new file mode 100644
index 00000000..2f3a658
--- /dev/null
+++ b/dev-perl/Chatbot-Eliza/Manifest
@@ -0,0 +1 @@
+DIST Chatbot-Eliza-1.06.tar.gz 40050 SHA256 bc030f03e6d3c4885f0937498404331eda992dd56f4a7f7ecfa333139828cf7f SHA512 3626b7abe24a70855bdb6c297376447a2fda58e51802dffd56ddce7b65ed0bed427623cc410c23c7a4323d7bd90e12302cf4b2fe941f76bf2a0a7e4840330b47 WHIRLPOOL 2704747a68ce5a641d095595f329ca987341ba06c63a9ad51b7830c9ccfda5f79109c8e329e5d8fdade15635bee52120a8edc642a7a18bc487348e27126ed8c3
diff --git a/dev-perl/Chatbot-Eliza/metadata.xml b/dev-perl/Chatbot-Eliza/metadata.xml
new file mode 100644
index 00000000..2b9a936
--- /dev/null
+++ b/dev-perl/Chatbot-Eliza/metadata.xml
@@ -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>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2016-11-24 17:44 Tobias Klausmann
0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2016-11-24 17:44 UTC (permalink / raw
To: gentoo-commits
commit: e71492e41a4fe5a11c6ee4e1cbb1f363d1f9ed82
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 17:44:27 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 17:44:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71492e4
dev-perl/Chatbot-Eliza-1.60.0-r0: keyworded for ~alpha
Gentoo-Bug: 597822
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
index 93d51b5..a79e0b7 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2016-12-05 15:54 Tobias Klausmann
0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2016-12-05 15:54 UTC (permalink / raw
To: gentoo-commits
commit: 836108919d088ac8bc11e5b2e84d4148384103ea
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 15:54:27 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 15:54:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83610891
dev-perl/Chatbot-Eliza-1.60.0-r0: stable on alpha
Gentoo-Bug: 597824
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
index a79e0b7..bb65143 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="alpha ~amd64 ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2016-12-21 21:34 Thomas Deutschmann
0 siblings, 0 replies; 14+ messages in thread
From: Thomas Deutschmann @ 2016-12-21 21:34 UTC (permalink / raw
To: gentoo-commits
commit: deb0413a590379c117f57c839f4df768b22fe24f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 21:01:57 2016 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 21:33:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb0413a
dev-perl/Chatbot-Eliza: x86 stable (bug #597824)
Package-Manager: Portage-2.3.2, Repoman-2.3.1
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
index bb65143..430e7ec 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~x86"
+KEYWORDS="alpha ~amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2017-01-10 8:23 Aaron Bauman
0 siblings, 0 replies; 14+ messages in thread
From: Aaron Bauman @ 2017-01-10 8:23 UTC (permalink / raw
To: gentoo-commits
commit: 2b3a5e90d982af8742abacbd6ab5bdd0555b0241
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 08:22:14 2017 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 08:22:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3a5e90
dev-perl/Chatbot-Eliza: amd64 stable
Gentoo-bug: 597824
Package-Manager: portage-2.3.0
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
index 430e7ec..42eb1de 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
-KEYWORDS="alpha ~amd64 x86"
+KEYWORDS="alpha amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2017-02-24 21:43 Michael Weber
0 siblings, 0 replies; 14+ messages in thread
From: Michael Weber @ 2017-02-24 21:43 UTC (permalink / raw
To: gentoo-commits
commit: 669d1d3e9dda111b5194be6bc7faf5c23c4dd4a1
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 21:43:44 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 21:43:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669d1d3e
dev-perl/Chatbot-Eliza: add ~arm ~ppc ~ppc64 keyword (bug 597822).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
index 42eb1de206..872b10ea6c 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
-KEYWORDS="alpha amd64 x86"
+KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2017-03-31 8:52 Michael Weber
0 siblings, 0 replies; 14+ messages in thread
From: Michael Weber @ 2017-03-31 8:52 UTC (permalink / raw
To: gentoo-commits
commit: 6b31faaeab25842fd492fbe83e291750cce1e06d
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 08:51:53 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 08:52:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b31faae
dev-perl/Chatbot-Eliza: ppc ppc64 stable (bug 597824).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
index 673b82889a1..de30489c315 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2017-04-09 20:00 Kent Fredric
0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2017-04-09 20:00 UTC (permalink / raw
To: gentoo-commits
commit: ef2a647cf450cde2c0f7ab69d1ea34d3f33ef8a5
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 19:42:57 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 20:00:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2a647c
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
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.70.0.ebuild | 23 ++++++++++++++++++++++
dev-perl/Chatbot-Eliza/Manifest | 1 +
dev-perl/Chatbot-Eliza/metadata.xml | 4 ++++
3 files changed, 28 insertions(+)
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
index 00000000000..805109f371e
--- /dev/null
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.70.0.ebuild
@@ -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 )
+"
diff --git a/dev-perl/Chatbot-Eliza/Manifest b/dev-perl/Chatbot-Eliza/Manifest
index 2f3a6589e66..4540e61951c 100644
--- a/dev-perl/Chatbot-Eliza/Manifest
+++ b/dev-perl/Chatbot-Eliza/Manifest
@@ -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
diff --git a/dev-perl/Chatbot-Eliza/metadata.xml b/dev-perl/Chatbot-Eliza/metadata.xml
index 2b9a936fc0a..97dc4e656a3 100644
--- a/dev-perl/Chatbot-Eliza/metadata.xml
+++ b/dev-perl/Chatbot-Eliza/metadata.xml
@@ -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>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2017-10-04 8:46 Kent Fredric
0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2017-10-04 8:46 UTC (permalink / raw
To: gentoo-commits
commit: 14cf28491e95309d0220cc51acc14448d4959df5
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 08:45:48 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 08:46:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cf2849
dev-perl/Chatbot-Eliza: Bump to version 1.80.0
Upstream:
- Documentation fixes
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild | 23 ++++++++++++++++++++++
dev-perl/Chatbot-Eliza/Manifest | 1 +
2 files changed, 24 insertions(+)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
new file mode 100644
index 00000000000..3dab70db21c
--- /dev/null
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
@@ -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.08
+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 )
+"
diff --git a/dev-perl/Chatbot-Eliza/Manifest b/dev-perl/Chatbot-Eliza/Manifest
index 4540e61951c..9d37e01882e 100644
--- a/dev-perl/Chatbot-Eliza/Manifest
+++ b/dev-perl/Chatbot-Eliza/Manifest
@@ -1,2 +1,3 @@
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
+DIST Chatbot-Eliza-1.08.tar.gz 40294 SHA256 1fca6db94b1426c6f5c532e45dbb27104ca81659f99f8addf6fe497eab7163c5 SHA512 9d90fc0064541167c85491e03bb8a8d8bee16986cd7a07a1e1ff99d4e80bb854e1d87869b9bb2f6b33de5c84bf479aa95a045a234317226f53f490eebde506d0 WHIRLPOOL a10e700a28a3ff2aeaa0247354d865a49adc4e723f8bc2c86301b4daf4e0b17edc4d365c938f16079efe06a289280d3552e197b1bac9bbf5f8d1188f93bc1dc5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2018-04-05 16:10 Tobias Klausmann
0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2018-04-05 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 530f4c36ecccd9fbe49cb104ac3ef8cda2842267
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 16:09:56 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 16:09:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530f4c36
dev-perl/Chatbot-Eliza-1.80.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/652516
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
index d7ae0d81fc7..6423d70eb90 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2018-04-07 4:01 Matt Turner
0 siblings, 0 replies; 14+ messages in thread
From: Matt Turner @ 2018-04-07 4:01 UTC (permalink / raw
To: gentoo-commits
commit: 6b696c38037ff50e5a6a6c9fbbe57ad918bf60b7
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 04:00:43 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 04:00:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b696c38
dev-perl/Chatbot-Eliza-1.80.0: ppc64 stable, bug 652516
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
index abe98b60e6f..b6b54bef96e 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2018-04-17 0:06 Kent Fredric
0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2018-04-17 0:06 UTC (permalink / raw
To: gentoo-commits
commit: f40528d71ec09680d3227e469a016d725a4aeddf
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 10:45:03 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 00:05:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40528d7
dev-perl/Chatbot-Eliza: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild | 22 ---------------------
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.70.0.ebuild | 23 ----------------------
dev-perl/Chatbot-Eliza/Manifest | 2 --
3 files changed, 47 deletions(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
deleted file mode 100644
index de30489c315..00000000000
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NEILB
-DIST_VERSION=1.06
-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 )
-"
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.70.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.70.0.ebuild
deleted file mode 100644
index 805109f371e..00000000000
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.70.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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 )
-"
diff --git a/dev-perl/Chatbot-Eliza/Manifest b/dev-perl/Chatbot-Eliza/Manifest
index 659721f430a..ead8b551c80 100644
--- a/dev-perl/Chatbot-Eliza/Manifest
+++ b/dev-perl/Chatbot-Eliza/Manifest
@@ -1,3 +1 @@
-DIST Chatbot-Eliza-1.06.tar.gz 40050 BLAKE2B 0395d7ae58aa69b7db4ca572a42acb6d590c94847c51b2a05b7a90bd2a37bf76aa9d8bed1f8ee18f0cd185232f6c589aa2713b4c11d71ddabd672063c8f6268c SHA512 3626b7abe24a70855bdb6c297376447a2fda58e51802dffd56ddce7b65ed0bed427623cc410c23c7a4323d7bd90e12302cf4b2fe941f76bf2a0a7e4840330b47
-DIST Chatbot-Eliza-1.07.tar.gz 40241 BLAKE2B e0fb454498f6be1019b4aa173ff3a6476ab0454a329d721b657c73aa1b0af454fd139a90098365fae6b60ae7f630aa8b4c5372d85833707823189889d983a633 SHA512 d9155ca13d9fc6f6741d9e99da764df25df5e762717eccb6e944c86a5f51d60eedc240f2cb8bde6f508ce075f96f605352fdb8f606eeb59896e2437a85c54109
DIST Chatbot-Eliza-1.08.tar.gz 40294 BLAKE2B 74c84eec13daecab44d15d2d8a27c9c08f1ac590948e9e89842df3cf77f28c3abb7c00b6763f563f54063c4151e9ca22a044411276424b980d6ecc0041b92334 SHA512 9d90fc0064541167c85491e03bb8a8d8bee16986cd7a07a1e1ff99d4e80bb854e1d87869b9bb2f6b33de5c84bf479aa95a045a234317226f53f490eebde506d0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2021-10-10 14:02 Andreas K. Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas K. Hüttel @ 2021-10-10 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 31056ea08e8d28008f9ad48ddebae812ee98739a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 14:01:33 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 14:02:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31056ea0
dev-perl/Chatbot-Eliza: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...Chatbot-Eliza-1.80.0.ebuild => Chatbot-Eliza-1.80.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.ebuild
similarity index 78%
rename from dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
rename to dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.ebuild
index af90e72727f..a8e4a608c77 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=GRANTG
DIST_VERSION=1.08
@@ -12,13 +12,11 @@ DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.880.0 )
"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/
@ 2023-06-22 3:33 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-06-22 3:33 UTC (permalink / raw
To: gentoo-commits
commit: 932ed2192b8a0b54f469a6dbc1b100ab64de4f32
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 03:29:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 03:33:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932ed219
dev-perl/Chatbot-Eliza: update DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.ebuild
index 1331b6d2e5a1..7fcaab181f0b 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ DIST_VERSION=1.08
DIST_EXAMPLES=("examples/*")
inherit perl-module
-DESCRIPTION="A clone of the classic Eliza program"
+DESCRIPTION="Clone of the classic Eliza program"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv x86"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-06-22 3:34 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-24 21:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chatbot-Eliza/ Michael Weber
-- strict thread matches above, loose matches on Subject: below --
2023-06-22 3:33 Sam James
2021-10-10 14:02 Andreas K. Hüttel
2018-04-17 0:06 Kent Fredric
2018-04-07 4:01 Matt Turner
2018-04-05 16:10 Tobias Klausmann
2017-10-04 8:46 Kent Fredric
2017-04-09 20:00 Kent Fredric
2017-03-31 8:52 Michael Weber
2017-01-10 8:23 Aaron Bauman
2016-12-21 21:34 Thomas Deutschmann
2016-12-05 15:54 Tobias Klausmann
2016-11-24 17:44 Tobias Klausmann
2016-10-01 10:24 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox