From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE7BF1382C5 for ; Fri, 30 Mar 2018 03:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96DE3E08EC; Fri, 30 Mar 2018 03:47:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D166E08EC for ; Fri, 30 Mar 2018 03:47:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD404335D18 for ; Fri, 30 Mar 2018 03:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE6C226B for ; Fri, 30 Mar 2018 03:47:02 +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: <1522381598.dbc9dffc36b4a76be8cf20db71c35e0a9a2dba1a.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-TreePP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-TreePP/XML-TreePP-0.430.0-r1.ebuild X-VCS-Directories: dev-perl/XML-TreePP/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: dbc9dffc36b4a76be8cf20db71c35e0a9a2dba1a X-VCS-Branch: master Date: Fri, 30 Mar 2018 03:47:02 +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: a4531d2c-ce06-40fd-81a5-2b25d0bca899 X-Archives-Hash: 07e290c7e0374c262ef0b9ec251d0018 commit: dbc9dffc36b4a76be8cf20db71c35e0a9a2dba1a Author: Kent Fredric gentoo org> AuthorDate: Fri Mar 30 03:40:19 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Mar 30 03:46:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc9dffc dev-perl/XML-TreePP: EAPI6 + tests - EAPI6ify - Enable tests ( don't appear to do network IO ) - Cleanup unwanted tests Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/XML-TreePP/XML-TreePP-0.430.0-r1.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-perl/XML-TreePP/XML-TreePP-0.430.0-r1.ebuild b/dev-perl/XML-TreePP/XML-TreePP-0.430.0-r1.ebuild new file mode 100644 index 00000000000..4e0e152b6cb --- /dev/null +++ b/dev-perl/XML-TreePP/XML-TreePP-0.430.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_VERSION=0.43 +DIST_AUTHOR="KAWASAKI" +inherit perl-module + +DESCRIPTION="Pure Perl implementation for parsing/writing XML documents" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND=" + dev-perl/libwww-perl +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" +PERL_RM_FILES=("t/00_pod.t")