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 3724A1388C1 for ; Mon, 14 Dec 2015 10:56:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07C6021C07C; Mon, 14 Dec 2015 10:55:59 +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 7E0A121C07C for ; Mon, 14 Dec 2015 10:55:58 +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 784C034097F for ; Mon, 14 Dec 2015 10:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 030B1C7E for ; Mon, 14 Dec 2015 10:55:55 +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: <1450090514.d9c35e53af1fad0738add69071da06925ca47f50.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Slurper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-Slurper/File-Slurper-0.0.800.ebuild dev-perl/File-Slurper/Manifest dev-perl/File-Slurper/metadata.xml X-VCS-Directories: dev-perl/File-Slurper/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d9c35e53af1fad0738add69071da06925ca47f50 X-VCS-Branch: master Date: Mon, 14 Dec 2015 10:55:55 +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: c5e93257-f28a-41f0-a996-b96d56df1d70 X-Archives-Hash: 95d8eee31bbc2e3a79b6ce345a6d1404 commit: d9c35e53af1fad0738add69071da06925ca47f50 Author: Patrice Clement gentoo org> AuthorDate: Mon Dec 14 10:09:00 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Dec 14 10:55:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c35e53 dev-perl/File-Slurper: Initial commit Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement gentoo.org> dev-perl/File-Slurper/File-Slurper-0.0.800.ebuild | 17 +++++++++++++++++ dev-perl/File-Slurper/Manifest | 1 + dev-perl/File-Slurper/metadata.xml | 12 ++++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-perl/File-Slurper/File-Slurper-0.0.800.ebuild b/dev-perl/File-Slurper/File-Slurper-0.0.800.ebuild new file mode 100644 index 0000000..e5e8d15 --- /dev/null +++ b/dev-perl/File-Slurper/File-Slurper-0.0.800.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=LEONT +MODULE_VERSION=0.008 +inherit perl-module + +DESCRIPTION="A simple, sane and efficient module to slurp a file" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/File-Slurper/Manifest b/dev-perl/File-Slurper/Manifest new file mode 100644 index 0000000..4e4ec38 --- /dev/null +++ b/dev-perl/File-Slurper/Manifest @@ -0,0 +1 @@ +DIST File-Slurper-0.008.tar.gz 14760 SHA256 10f685140e2cebdd0381f24b010b028f9ca2574361a78f99f4dfe87af5d5d233 SHA512 b0d82e18f8d954bf7458df31a70bc2eb979902742ba0f60f948aec6c86880580a544a00409be754a7690c07318298f31d52502e41c40a7c7b232ad86eae9b155 WHIRLPOOL e48a2bbfc152b1dc273d6ce6238bcdbf655df215ab940568e828f0ba1814550091aabb2967f4cdfc5f49e16ae8b16fe7a1a0d6c0095741c612cad1d17d38f15b diff --git a/dev-perl/File-Slurper/metadata.xml b/dev-perl/File-Slurper/metadata.xml new file mode 100644 index 0000000..d47da5b --- /dev/null +++ b/dev-perl/File-Slurper/metadata.xml @@ -0,0 +1,12 @@ + + + + perl + + monsieurp@gentoo.org + + + File-Slurper + File::Slurper + +