public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Session/
@ 2016-08-06 17:03 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2016-08-06 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3dda1d0314b2c471f27733cd9096c6587d166a98
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 16:12:16 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 17:02:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dda1d03

dev-perl/CGI-Session: Remove redundant dep on dev-perl/Test-Pod

No user executable code in this module uses this anymore.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
index ab94b7c..09f7e2d 100644
--- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
+++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,7 +24,6 @@ DEPEND="${RDEPEND}
 	test? (
 		virtual/perl-Test-Simple
 		dev-perl/CGI-Simple
-		dev-perl/Test-Pod
 	)
 "
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Session/
@ 2018-06-07  6:38 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2018-06-07  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8ba8af80d187ea43dda9a5c43042b25e98eef2f7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 06:37:49 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 06:38:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba8af80

dev-perl/CGI-Session: EAPI6 + DESCRIPTION fix

- EAPI6ify
- Fix trailing whitespace in DESCRIPTION ( gentooqa.levelnine.at )
- Prune unresolvable entry from metadata.xml

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild         |  4 ++--
 ...ion-4.480.0-r1.ebuild => CGI-Session-4.480.0-r2.ebuild} | 14 ++++++--------
 dev-perl/CGI-Session/metadata.xml                          |  1 -
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
index 5eb5e881bce..e9ab02ce4e8 100644
--- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
+++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ MODULE_AUTHOR=MARKSTOS
 MODULE_VERSION=4.48
 inherit perl-module
 
-DESCRIPTION="persistent session data in CGI applications "
+DESCRIPTION="persistent session data in CGI applications"
 
 SLOT="0"
 KEYWORDS="amd64 ~hppa ~ppc x86"

diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
similarity index 61%
copy from dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
copy to dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
index 5eb5e881bce..4614a2b2b0a 100644
--- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
+++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION=4.48
+DIST_AUTHOR=MARKSTOS
+DIST_VERSION=4.48
 inherit perl-module
 
-DESCRIPTION="persistent session data in CGI applications "
+DESCRIPTION="persistent session data in CGI applications"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="
@@ -25,5 +25,3 @@ DEPEND="${RDEPEND}
 		dev-perl/CGI-Simple
 	)
 "
-
-SRC_TEST="do"

diff --git a/dev-perl/CGI-Session/metadata.xml b/dev-perl/CGI-Session/metadata.xml
index ac5cd06c60e..648b4fdd2d8 100644
--- a/dev-perl/CGI-Session/metadata.xml
+++ b/dev-perl/CGI-Session/metadata.xml
@@ -23,7 +23,6 @@
     <remote-id type="cpan-module">CGI::Session::Serialize::freezethaw</remote-id>
     <remote-id type="cpan-module">CGI::Session::Serialize::storable</remote-id>
     <remote-id type="cpan-module">CGI::Session::Test::Default</remote-id>
-    <remote-id type="cpan-module">CGI::Session::Test::SimpleObjectClass</remote-id>
     <remote-id type="cpan-module">CGI::Session::Tutorial</remote-id>
     <remote-id type="cpan-module">OverloadedClass</remote-id>
   </upstream>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Session/
@ 2018-11-23 13:06 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2018-11-23 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     32694b77e2c30347488e4249170182b103340bb0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 13:03:26 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 13:03:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32694b77

dev-perl/CGI-Session: amd64 stable wrt bug #667266

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
index efa18de2b7f..ad29949f715 100644
--- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
+++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="persistent session data in CGI applications"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc x86"
+KEYWORDS="amd64 ~hppa ~ppc x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Session/
@ 2020-04-12 13:32 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-04-12 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f6061b0794eb27edf4db928dfcd3244b519aaffc
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 13:16:25 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 13:32:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6061b07

dev-perl/CGI-Session: Remove old 4.480.0-r1

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
deleted file mode 100644
index 0e5d2792394..00000000000
--- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION=4.48
-inherit perl-module
-
-DESCRIPTION="persistent session data in CGI applications"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Digest-MD5
-	virtual/perl-Scalar-List-Utils
-	>=dev-perl/CGI-3.26
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-0.380.0
-	test? (
-		virtual/perl-Test-Simple
-		dev-perl/CGI-Simple
-	)
-"
-
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Session/
@ 2020-05-07  9:05 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-05-07  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ec70cf5c890797d204eb08b55924ed250dcf9386
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu May  7 09:00:08 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu May  7 09:01:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec70cf5c

dev-perl/CGI-Session: -r bump for EAPI7 & License fixes

- EAPI7
- Fix missing entries in metadata.xml
- Correct LICENSE as best possible re bug #721398

Bug: https://bugs.gentoo.org/721398
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild | 32 ++++++++++++++++++++++
 dev-perl/CGI-Session/metadata.xml                  |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild
new file mode 100644
index 00000000000..326cb87ecae
--- /dev/null
+++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MARKSTOS
+DIST_VERSION=4.48
+inherit perl-module
+
+DESCRIPTION="persistent session data in CGI applications"
+# Bug: https://bugs.gentoo.org/show_bug.cgi?id=721398
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	virtual/perl-Scalar-List-Utils
+	>=dev-perl/CGI-3.26
+"
+DEPEND="
+	dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.380.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/CGI-Simple
+	)
+"

diff --git a/dev-perl/CGI-Session/metadata.xml b/dev-perl/CGI-Session/metadata.xml
index 648b4fdd2d8..ac5cd06c60e 100644
--- a/dev-perl/CGI-Session/metadata.xml
+++ b/dev-perl/CGI-Session/metadata.xml
@@ -23,6 +23,7 @@
     <remote-id type="cpan-module">CGI::Session::Serialize::freezethaw</remote-id>
     <remote-id type="cpan-module">CGI::Session::Serialize::storable</remote-id>
     <remote-id type="cpan-module">CGI::Session::Test::Default</remote-id>
+    <remote-id type="cpan-module">CGI::Session::Test::SimpleObjectClass</remote-id>
     <remote-id type="cpan-module">CGI::Session::Tutorial</remote-id>
     <remote-id type="cpan-module">OverloadedClass</remote-id>
   </upstream>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Session/
@ 2020-09-26  9:24 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-09-26  9:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f2d4a836fc81fe04e059c09e1a6069a6b716d502
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 09:05:33 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 09:23:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d4a836

dev-perl/CGI-Session: Cleanup old 4.480.0-r2

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
deleted file mode 100644
index 510ddd2936a..00000000000
--- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKSTOS
-DIST_VERSION=4.48
-inherit perl-module
-
-DESCRIPTION="persistent session data in CGI applications"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Digest-MD5
-	virtual/perl-Scalar-List-Utils
-	>=dev-perl/CGI-3.26
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-0.380.0
-	test? (
-		virtual/perl-Test-Simple
-		dev-perl/CGI-Simple
-	)
-"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-26  9:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-23 13:06 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Session/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2020-09-26  9:24 Kent Fredric
2020-05-07  9:05 Kent Fredric
2020-04-12 13:32 Kent Fredric
2018-06-07  6:38 Kent Fredric
2016-08-06 17:03 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox