From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C39C138350 for ; Tue, 28 Apr 2020 07:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE7D3E0968; Tue, 28 Apr 2020 07:04:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A190BE0968 for ; Tue, 28 Apr 2020 07:04:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A153434EB4C for ; Tue, 28 Apr 2020 07:04:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4039A18F for ; Tue, 28 Apr 2020 07:04:13 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1588057428.470153d57376b722415acf31670ffe42366bd8ac.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-Session/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Apache-Session/Apache-Session-1.930.0-r1.ebuild dev-perl/Apache-Session/metadata.xml X-VCS-Directories: dev-perl/Apache-Session/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 470153d57376b722415acf31670ffe42366bd8ac X-VCS-Branch: master Date: Tue, 28 Apr 2020 07:04:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e0df801-8c58-42da-962b-379302056f37 X-Archives-Hash: 965dd0fb8cd0371238ad64b7595fec93 commit: 470153d57376b722415acf31670ffe42366bd8ac Author: Kent Fredric gentoo org> AuthorDate: Tue Apr 28 07:02:01 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 28 07:03:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470153d5 dev-perl/Apache-Session: -r bump for EAPI7 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Apache-Session-1.930.0-r1.ebuild | 33 ++++++++++++++++++++++ dev-perl/Apache-Session/metadata.xml | 1 + 2 files changed, 34 insertions(+) diff --git a/dev-perl/Apache-Session/Apache-Session-1.930.0-r1.ebuild b/dev-perl/Apache-Session/Apache-Session-1.930.0-r1.ebuild new file mode 100644 index 00000000000..d4c49083299 --- /dev/null +++ b/dev-perl/Apache-Session/Apache-Session-1.930.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=CHORNY +DIST_VERSION=1.93 +inherit perl-module + +DESCRIPTION="A persistence framework for session data" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Digest-MD5 + virtual/perl-File-Temp + virtual/perl-IO + virtual/perl-Storable +" +DEPEND=" + dev-perl/Module-Build +" +BDEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( + >=dev-perl/Test-Deep-0.82.0 + >=dev-perl/Test-Exception-0.150.0 + >=virtual/perl-Test-Simple-0.470.0 + ) +" diff --git a/dev-perl/Apache-Session/metadata.xml b/dev-perl/Apache-Session/metadata.xml index d6c93cba34b..239c534c981 100644 --- a/dev-perl/Apache-Session/metadata.xml +++ b/dev-perl/Apache-Session/metadata.xml @@ -21,6 +21,7 @@ Apache::Session::Lock::Semaphore Apache::Session::Lock::Sybase Apache::Session::MySQL + Apache::Session::MySQL::NoLock Apache::Session::Oracle Apache::Session::Postgres Apache::Session::Serialize::Base64