From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D221C138A1F for ; Wed, 24 Sep 2014 06:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9E79E0874; Wed, 24 Sep 2014 06:49:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B958E0874 for ; Wed, 24 Sep 2014 06:49:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15FF534027A for ; Wed, 24 Sep 2014 06:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C011F61B2 for ; Wed, 24 Sep 2014 06:49:13 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1411541283.38622ae2b5134630efc3399a007c67771e8cd384.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-perl/Nagios-Plugin-Beanstalk/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-perl/Nagios-Plugin-Beanstalk/ChangeLog dev-perl/Nagios-Plugin-Beanstalk/Nagios-Plugin-Beanstalk-0.04.ebuild X-VCS-Directories: dev-perl/Nagios-Plugin-Beanstalk/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 38622ae2b5134630efc3399a007c67771e8cd384 X-VCS-Branch: master Date: Wed, 24 Sep 2014 06:49:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9dfc539-5b8c-4088-95c7-18a873c0256e X-Archives-Hash: 4cb3ad62fc1f4a4c3a39371f735e1f9d commit: 38622ae2b5134630efc3399a007c67771e8cd384 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 24 06:48:03 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 24 06:48:03 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=38622ae2 dev-perl/Nagios-Plugin-Beanstalk: Bump to EAPI=5 Package-Manager: portage-2.2.13 --- dev-perl/Nagios-Plugin-Beanstalk/ChangeLog | 6 +++++- .../Nagios-Plugin-Beanstalk/Nagios-Plugin-Beanstalk-0.04.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-perl/Nagios-Plugin-Beanstalk/ChangeLog b/dev-perl/Nagios-Plugin-Beanstalk/ChangeLog index 1d918d0..d0516ad 100644 --- a/dev-perl/Nagios-Plugin-Beanstalk/ChangeLog +++ b/dev-perl/Nagios-Plugin-Beanstalk/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/Nagios-Plugin-Beanstalk -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Sep 2014; Justin Lecher + Nagios-Plugin-Beanstalk-0.04.ebuild: + Bump to EAPI=5 + 13 Oct 2013; Justin Lecher +metadata.xml: metadata.xml added 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 index bc7f18c..6feead4 100644 --- a/dev-perl/Nagios-Plugin-Beanstalk/Nagios-Plugin-Beanstalk-0.04.ebuild +++ b/dev-perl/Nagios-Plugin-Beanstalk/Nagios-Plugin-Beanstalk-0.04.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="2" +EAPI=5 MODULE_AUTHOR="GBARR"