Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Schedule-At/
Date: Wed, 10 Jan 2018 18:40:29
Message-Id: 1515609611.38d782ff24c90e4c485a781ea0620d2180d00a62.kentnl@gentoo
1 commit: 38d782ff24c90e4c485a781ea0620d2180d00a62
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 18:38:56 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 18:40:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d782ff
7
8 dev-perl/Schedule-At: EAPI6 + tests
9
10 - EAPI6ify
11 - Enable tests
12
13 Package-Manager: Portage-2.3.18, Repoman-2.3.6
14
15 dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild | 17 +++++++++++++++++
16 1 file changed, 17 insertions(+)
17
18 diff --git a/dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild b/dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild
19 new file mode 100644
20 index 00000000000..77c7f71a41d
21 --- /dev/null
22 +++ b/dev-perl/Schedule-At/Schedule-At-1.150.0-r2.ebuild
23 @@ -0,0 +1,17 @@
24 +# Copyright 1999-2018 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=6
28 +
29 +DIST_AUTHOR=JOSERODR
30 +DIST_VERSION=1.15
31 +inherit perl-module
32 +
33 +DESCRIPTION="OS independent interface to the Unix 'at' command"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE=""
38 +
39 +RDEPEND="sys-process/at"
40 +DEPEND="${RDEPEND}"