Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-perl/Config-Std/
Date: Sat, 10 Oct 2020 12:35:43
Message-Id: 1602300267.7923a4324766e3e3aa9a1ff60e1ac81c871c8562.epsilon-0@gentoo
1 commit: 7923a4324766e3e3aa9a1ff60e1ac81c871c8562
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sat Oct 10 03:24:27 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sat Oct 10 03:24:27 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7923a432
7
8 dev-perl/Config-Std: version bump to 0.903
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-perl/Config-Std/Config-Std-0.903.ebuild | 21 +++++++++++++++++++++
14 1 file changed, 21 insertions(+)
15
16 diff --git a/dev-perl/Config-Std/Config-Std-0.903.ebuild b/dev-perl/Config-Std/Config-Std-0.903.ebuild
17 new file mode 100644
18 index 000000000..e80b378c4
19 --- /dev/null
20 +++ b/dev-perl/Config-Std/Config-Std-0.903.ebuild
21 @@ -0,0 +1,21 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DIST_AUTHOR="BRICKER"
28 +inherit perl-module
29 +
30 +DESCRIPTION="Load and save configuration files in a standard format"
31 +
32 +#LICENSE="|| ( Artistic GPL-1+ )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE="test"
36 +RESTRICT="!test? ( test )"
37 +
38 +RDEPEND="
39 + dev-perl/Class-Std
40 + dev-perl/Module-Build
41 +"
42 +DEPEND="${RDEPEND}"