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 2FDAB138A1F for ; Tue, 30 Sep 2014 12:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B57C3E09EE; Tue, 30 Sep 2014 12:01:20 +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 2F3EDE09E9 for ; Tue, 30 Sep 2014 12:01:19 +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 092BA3402E3 for ; Tue, 30 Sep 2014 12:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B85796965 for ; Tue, 30 Sep 2014 12:01:17 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1412062246.5d2bc07458628342daabdf1874e024a7cc56bb03.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Cookie-XS/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.18.ebuild dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.180.0.ebuild dev-perl/CGI-Cookie-XS/ChangeLog X-VCS-Directories: dev-perl/CGI-Cookie-XS/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5d2bc07458628342daabdf1874e024a7cc56bb03 X-VCS-Branch: master Date: Tue, 30 Sep 2014 12:01:17 +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: 2add0bbf-afb1-456b-9fd9-fa536ff3ea46 X-Archives-Hash: b2910be0fa80d90c11b98616d076a85f commit: 5d2bc07458628342daabdf1874e024a7cc56bb03 Author: Kent Fredric gmail com> AuthorDate: Fri Sep 26 13:02:23 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Sep 30 07:30:46 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5d2bc074 [fixup] dev-perl/CGI-Cookie-XS EAPI5, Normalise, fixdeps Package-Manager: portage-2.2.10 RepoMan-Options: --force --- ...CGI-Cookie-XS-0.18.ebuild => CGI-Cookie-XS-0.180.0.ebuild} | 11 ++++++++--- dev-perl/CGI-Cookie-XS/ChangeLog | 8 +++++++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.18.ebuild b/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.180.0.ebuild similarity index 66% rename from dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.18.ebuild rename to dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.180.0.ebuild index e779e7d..d5be99e 100644 --- a/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.18.ebuild +++ b/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.180.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2009 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=AGENT +MODULE_VERSION=0.18 inherit perl-module DESCRIPTION="HTTP Cookie parser in pure C" @@ -13,9 +14,13 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - virtual/perl-Filter + virtual/perl-Filter-Simple " DEPEND=" ${RDEPEND} " +PERL_RM_FILES=( + t/99-pod-coverage.t + t/99-pod.t +) SRC_TEST="do" diff --git a/dev-perl/CGI-Cookie-XS/ChangeLog b/dev-perl/CGI-Cookie-XS/ChangeLog index f7a39a5..6ed447c 100644 --- a/dev-perl/CGI-Cookie-XS/ChangeLog +++ b/dev-perl/CGI-Cookie-XS/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/CGI-Cookie-XS -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*CGI-Cookie-XS-0.180.0 (26 Sep 2014) + + 26 Sep 2014; Kent Fredric -CGI-Cookie-XS-0.18.ebuild, + +CGI-Cookie-XS-0.180.0.ebuild: + EAPI5, Normalise, fixdeps + *CGI-Cookie-XS-0.18 (03 Sep 2009) 03 Sep 2009; Kent Fredric