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 934B813877A for ; Thu, 21 Aug 2014 18:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1687BE0853; Thu, 21 Aug 2014 18:41:53 +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 B86B1E0853 for ; Thu, 21 Aug 2014 18:41:52 +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 78AEE34013A for ; Thu, 21 Aug 2014 18:41:51 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2305) id 0563D39C8; Thu, 21 Aug 2014 18:41:50 +0000 (UTC) From: "Ian Stakenvicius (axs)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, axs@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/RRD-Simple: RRD-Simple-1.440.0-r1.ebuild ChangeLog RRD-Simple-1.440.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: RRD-Simple-1.440.0-r1.ebuild ChangeLog RRD-Simple-1.440.0.ebuild X-VCS-Directories: dev-perl/RRD-Simple X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140821184150.0563D39C8@oystercatcher.gentoo.org> Date: Thu, 21 Aug 2014 18:41:50 +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: d5827b86-af35-4bf2-b344-30d70b6cc036 X-Archives-Hash: c377a5565f83f7cf79c42e7acddee23f axs 14/08/21 18:41:50 Modified: ChangeLog Added: RRD-Simple-1.440.0-r1.ebuild Removed: RRD-Simple-1.440.0.ebuild Log: bump EAPI to 5 to help with dev-lang/perl upgrades (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) Revision Changes Path 1.7 dev-perl/RRD-Simple/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RRD-Simple/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RRD-Simple/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RRD-Simple/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/RRD-Simple/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 27 Nov 2013 12:53:26 -0000 1.6 +++ ChangeLog 21 Aug 2014 18:41:49 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/RRD-Simple -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RRD-Simple/ChangeLog,v 1.6 2013/11/27 12:53:26 chainsaw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RRD-Simple/ChangeLog,v 1.7 2014/08/21 18:41:49 axs Exp $ + +*RRD-Simple-1.440.0-r1 (21 Aug 2014) + + 21 Aug 2014; Ian Stakenvicius (_AxS_) + +RRD-Simple-1.440.0-r1.ebuild, -RRD-Simple-1.440.0.ebuild: + bump EAPI to 5 to help with dev-lang/perl upgrades 27 Nov 2013; Tony Vroon RRD-Simple-1.440.0.ebuild: Be stricter about our rrdtool run-time dependency; as pointed out by Ben in 1.1 dev-perl/RRD-Simple/RRD-Simple-1.440.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r1.ebuild?rev=1.1&content-type=text/plain Index: RRD-Simple-1.440.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r1.ebuild,v 1.1 2014/08/21 18:41:49 axs Exp $ EAPI=5 MODULE_AUTHOR=NICOLAW MODULE_VERSION=1.44 inherit perl-module DESCRIPTION="Simple interface to create and store data in RRD files" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-perl/Test-Pod dev-perl/Test-Pod-Coverage virtual/perl-Module-Build" RDEPEND="dev-perl/Test-Deep net-analyzer/rrdtool[perl]"