Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Sysadm-Install: Sysadm-Install-0.440.0.ebuild ChangeLog
Date: Thu, 26 Feb 2015 09:47:43
Message-Id: 20150226094740.89D2712957@oystercatcher.gentoo.org
1 monsieurp 15/02/26 09:47:40
2
3 Modified: ChangeLog
4 Added: Sysadm-Install-0.440.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.17 dev-perl/Sysadm-Install/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 28 Aug 2014 18:17:11 -0000 1.16
24 +++ ChangeLog 26 Feb 2015 09:47:40 -0000 1.17
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Sysadm-Install
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.16 2014/08/28 18:17:11 zlogene Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.17 2015/02/26 09:47:40 monsieurp Exp $
31 +
32 +*Sysadm-Install-0.440.0 (26 Feb 2015)
33 +
34 + 26 Feb 2015; Patrice Clement <monsieurp@g.o>
35 + +Sysadm-Install-0.440.0.ebuild:
36 + Version bump.
37
38 28 Aug 2014; Mikle Kolyada <zlogene@g.o>
39 -Sysadm-Install-0.390.0.ebuild, -Sysadm-Install-0.400.0.ebuild,
40
41
42
43 1.1 dev-perl/Sysadm-Install/Sysadm-Install-0.440.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sysadm-Install/Sysadm-Install-0.440.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sysadm-Install/Sysadm-Install-0.440.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Sysadm-Install-0.440.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/Sysadm-Install-0.440.0.ebuild,v 1.1 2015/02/26 09:47:40 monsieurp Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=MSCHILLI
57 MODULE_VERSION=0.44
58 inherit perl-module
59
60 DESCRIPTION="Typical installation tasks for system administrators"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="hammer"
65
66 RDEPEND="dev-perl/TermReadKey
67 dev-perl/libwww-perl
68 >=dev-perl/Log-Log4perl-1.28
69 hammer? ( dev-perl/Expect )"
70 DEPEND="${RDEPEND}"
71
72 SRC_TEST="do"