Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Compare-ConstantTime/
Date: Mon, 07 Mar 2016 06:51:32
Message-Id: 1450065562.018109f08c27af84d9290ac4e84fead35e84bc66.kent@gentoo
1 commit: 018109f08c27af84d9290ac4e84fead35e84bc66
2 Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 14 03:59:22 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Dec 14 03:59:22 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=018109f0
7
8 dev-perl/String-Compare-ConstantTime: Version bump
9
10 Package-Manager: portage-2.2.26
11
12 .../String-Compare-ConstantTime-0.311.0.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/dev-perl/String-Compare-ConstantTime/String-Compare-ConstantTime-0.311.0.ebuild b/dev-perl/String-Compare-ConstantTime/String-Compare-ConstantTime-0.311.0.ebuild
16 new file mode 100644
17 index 0000000..dc5cdbd
18 --- /dev/null
19 +++ b/dev-perl/String-Compare-ConstantTime/String-Compare-ConstantTime-0.311.0.ebuild
20 @@ -0,0 +1,22 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +
27 +MODULE_AUTHOR=FRACTAL
28 +MODULE_VERSION=0.311
29 +inherit perl-module
30 +
31 +DESCRIPTION="Timing side-channel protected string compare"
32 +
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +RDEPEND=""
38 +
39 +DEPEND="
40 + ${RDEPEND}
41 + virtual/perl-ExtUtils-MakeMaker
42 +"