[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Ajax/

2023-06-21 Thread Sam James
commit: cad07288cb0a1bda5f892a853a00019b3af4513d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 22 03:36:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 22 03:54:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad07288

dev-perl/CGI-Ajax: update DESCRIPTION

Signed-off-by: Sam James  gentoo.org>

 dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild 
b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild
index 3159244eb918..2e18365f4726 100644
--- a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild
+++ b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ DIST_VERSION=0.707
 DIST_AUTHOR=BPEDERSE
 inherit perl-module
 
-DESCRIPTION="a perl-specific system for writing Asynchronous web applications"
+DESCRIPTION="Perl-specific system for writing Asynchronous web applications"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Ajax/

2020-07-17 Thread Kent Fredric
commit: 8806c60b38a73296b68e71990e602f9f58acf8f0
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 17 10:50:36 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 17 11:16:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8806c60b

dev-perl/CGI-Ajax: Cleanup old 0.707.0

Eclipsed by newer unstable for >1 month

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild 
b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild
deleted file mode 100644
index 8e010bb6128..000
--- a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_VERSION=0.707
-MODULE_AUTHOR=BPEDERSE
-inherit perl-module
-
-DESCRIPTION="a perl-specific system for writing Asynchronous web applications"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/CGI
-   dev-perl/Class-Accessor
-"
-DEPEND="${RDEPEND}
-   test? ( virtual/perl-Test-Simple )
-"
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Ajax/

2020-05-06 Thread Kent Fredric
commit: 41b02ba55ce5e8818f1e54c7b96243ebce949bc4
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed May  6 17:59:30 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed May  6 17:59:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b02ba5

dev-perl/CGI-Ajax: -r bump for EAPI7

- EAPI7
- Parallel tests

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild 
b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild
new file mode 100644
index 000..3159244eb91
--- /dev/null
+++ b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_VERSION=0.707
+DIST_AUTHOR=BPEDERSE
+inherit perl-module
+
+DESCRIPTION="a perl-specific system for writing Asynchronous web applications"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/CGI
+   dev-perl/Class-Accessor
+"
+BDEPEND="${RDEPEND}
+   test? ( virtual/perl-Test-Simple )
+"