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 7A9461381F1 for ; Sun, 24 Jul 2016 21:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 754D7E0B60; Sun, 24 Jul 2016 21:59:19 +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 1E440E0B60 for ; Sun, 24 Jul 2016 21:59:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C3B1340CC3 for ; Sun, 24 Jul 2016 21:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D75A57A for ; Sun, 24 Jul 2016 21:59:14 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1469396831.8730def8008a8ca2951101cb9eadd82090b07f59.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mo/Manifest dev-perl/Mo/Mo-0.400.0.ebuild X-VCS-Directories: dev-perl/Mo/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8730def8008a8ca2951101cb9eadd82090b07f59 X-VCS-Branch: master Date: Sun, 24 Jul 2016 21:59:14 +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: 70233d10-ab3b-4b71-b552-3374c983d7fb X-Archives-Hash: 35699c9190f277333513bb840649a6e9 commit: 8730def8008a8ca2951101cb9eadd82090b07f59 Author: Patrice Clement gentoo org> AuthorDate: Sun Jul 24 21:47:11 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Jul 24 21:47:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8730def8 dev-perl/Mo: version bump. Package-Manager: portage-2.2.28 dev-perl/Mo/Manifest | 1 + dev-perl/Mo/Mo-0.400.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-perl/Mo/Manifest b/dev-perl/Mo/Manifest index 97d3a41..e4ed2e1 100644 --- a/dev-perl/Mo/Manifest +++ b/dev-perl/Mo/Manifest @@ -1 +1,2 @@ DIST Mo-0.39.tar.gz 39176 SHA256 fc937e4efc92340374d45dd9a1c90bf24133d9dcd753f24d3f6072582d54fbc0 SHA512 23f570272b91f6d09361afa35bebf355ca3db64899e52be84beb84ceda7e2daff1b0dc9700c96c365fa6a398409caf1ce9b067879a4601427553d1da14cfc54b WHIRLPOOL cc91453b1a91f4d02ae6c48136cc160089d91ac8b0ffe1ad66293e329c06276e50418949843b8de2f5d751ed7c2400f64ae0a34e34a87d5b21ced1b46cf0829c +DIST Mo-0.40.tar.gz 40135 SHA256 91d24152391f8c2797ee35039138daea6de3ee03bdf3e1b8724fa5c75540ceb9 SHA512 084756b11ebb9d9e01cc27484b14429cf1de5640fa0675f6ae1d665886de301321665e53af9144606ed46225d56bd18750c21d9eac8dea0161596599d65219b3 WHIRLPOOL fb91c10fb0ea61f63e733121ff30169bbc1e24abfa092564dff82e5259b4857658b4ee4fc70c6560c9cfe3522a62cbf1222cd4d1c3648d62868862f178d23c08 diff --git a/dev-perl/Mo/Mo-0.400.0.ebuild b/dev-perl/Mo/Mo-0.400.0.ebuild new file mode 100644 index 0000000..448cd0b --- /dev/null +++ b/dev-perl/Mo/Mo-0.400.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=5 + +MODULE_AUTHOR=TINITA +MODULE_VERSION=0.40 +inherit perl-module + +DESCRIPTION="Perl Micro Object framework" +HOMEPAGE="https://metacpan.org/pod/distribution/Mo/lib/Mo.pod" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND}" + +SRC_TEST="do"