Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-perl/Nagios-Plugin-Beanstalk/
Date: Wed, 24 Sep 2014 06:49:18
Message-Id: 1411541283.38622ae2b5134630efc3399a007c67771e8cd384.jlec@gentoo
1 commit: 38622ae2b5134630efc3399a007c67771e8cd384
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 24 06:48:03 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 24 06:48:03 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=38622ae2
7
8 dev-perl/Nagios-Plugin-Beanstalk: Bump to EAPI=5
9
10 Package-Manager: portage-2.2.13
11
12 ---
13 dev-perl/Nagios-Plugin-Beanstalk/ChangeLog | 6 +++++-
14 .../Nagios-Plugin-Beanstalk/Nagios-Plugin-Beanstalk-0.04.ebuild | 4 ++--
15 2 files changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Nagios-Plugin-Beanstalk/ChangeLog b/dev-perl/Nagios-Plugin-Beanstalk/ChangeLog
18 index 1d918d0..d0516ad 100644
19 --- a/dev-perl/Nagios-Plugin-Beanstalk/ChangeLog
20 +++ b/dev-perl/Nagios-Plugin-Beanstalk/ChangeLog
21 @@ -1,7 +1,11 @@
22 # ChangeLog for dev-perl/Nagios-Plugin-Beanstalk
23 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 24 Sep 2014; Justin Lecher <jlec@g.o>
28 + Nagios-Plugin-Beanstalk-0.04.ebuild:
29 + Bump to EAPI=5
30 +
31 13 Oct 2013; Justin Lecher <jlec@g.o> +metadata.xml:
32 metadata.xml added
33
34
35 diff --git a/dev-perl/Nagios-Plugin-Beanstalk/Nagios-Plugin-Beanstalk-0.04.ebuild b/dev-perl/Nagios-Plugin-Beanstalk/Nagios-Plugin-Beanstalk-0.04.ebuild
36 index bc7f18c..6feead4 100644
37 --- a/dev-perl/Nagios-Plugin-Beanstalk/Nagios-Plugin-Beanstalk-0.04.ebuild
38 +++ b/dev-perl/Nagios-Plugin-Beanstalk/Nagios-Plugin-Beanstalk-0.04.ebuild
39 @@ -1,8 +1,8 @@
40 -# Copyright 1999-2010 Gentoo Foundation
41 +# Copyright 1999-2014 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: $
44
45 -EAPI="2"
46 +EAPI=5
47
48 MODULE_AUTHOR="GBARR"