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 E7C5C59CAF for ; Sun, 3 Apr 2016 21:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D82C21C079; Sun, 3 Apr 2016 21:24:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3207421C023 for ; Sun, 3 Apr 2016 21:24:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F625340CF1 for ; Sun, 3 Apr 2016 21:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 909B6856 for ; Sun, 3 Apr 2016 21:24:03 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1459718623.60a123811c9872aa17b7344a83164f4167443e98.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-SAX-ExpatXS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-SAX-ExpatXS/Manifest dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild dev-perl/XML-SAX-ExpatXS/metadata.xml X-VCS-Directories: dev-perl/XML-SAX-ExpatXS/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 60a123811c9872aa17b7344a83164f4167443e98 X-VCS-Branch: master Date: Sun, 3 Apr 2016 21:24:03 +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: 5152cefb-477e-4835-a21d-049ccee8f33b X-Archives-Hash: 5531b46a7f581bea0618405638af51d7 commit: 60a123811c9872aa17b7344a83164f4167443e98 Author: Matthew Brewer sina cn> AuthorDate: Thu Mar 31 13:11:35 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Apr 3 21:23:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a12381 dev-perl/XML-SAX-ExpatXS: initial ebuild, version 1.330.0 Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches dev-perl/XML-SAX-ExpatXS/Manifest | 1 + .../XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild | 22 ++++++++++++++++++++++ dev-perl/XML-SAX-ExpatXS/metadata.xml | 14 ++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-perl/XML-SAX-ExpatXS/Manifest b/dev-perl/XML-SAX-ExpatXS/Manifest new file mode 100644 index 0000000..8f9054a --- /dev/null +++ b/dev-perl/XML-SAX-ExpatXS/Manifest @@ -0,0 +1 @@ +DIST XML-SAX-ExpatXS-1.33.tar.gz 156436 SHA256 1e3db191853d235c42c7d2a5dc2ea055158ff29c7d54c5c673d271cdbd43bc6a SHA512 bf00b444611baf215886534acc6ae16cbc8dc593223698762f3a68f2baca661fe82a6287e1c1c4bf3c5c005f165516eae32b22af7505c502009da0a46aeca40f WHIRLPOOL e98d1e72e54c661be2cd83ff8a0adfc618d860c1e541496fa267b515555bc92e0934125860d75e9d49af481ee016ced7e3a613b513e38aa1a5dfdbfc0d6a2870 diff --git a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild new file mode 100644 index 0000000..c77ad3c --- /dev/null +++ b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=PCIMPRICH +DIST_VERSION=1.33 +inherit perl-module + +DESCRIPTION="Perl SAX 2 XS extension to Expat parser" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-libs/expat + >=dev-perl/XML-SAX-0.960.0" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-ExtUtils-Command + virtual/perl-Test + virtual/perl-Test-Harness )" diff --git a/dev-perl/XML-SAX-ExpatXS/metadata.xml b/dev-perl/XML-SAX-ExpatXS/metadata.xml new file mode 100644 index 0000000..c246d5d --- /dev/null +++ b/dev-perl/XML-SAX-ExpatXS/metadata.xml @@ -0,0 +1,14 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + XML-SAX-ExpatXS + XML::SAX::ExpatXS + XML::SAX::ExpatXS::Encoding + XML::SAX::ExpatXS::Preload + +