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 D764C138330 for ; Sat, 3 Sep 2016 14:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15E73E0A61; Sat, 3 Sep 2016 14:02:25 +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 A910AE0A61 for ; Sat, 3 Sep 2016 14:02:24 +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 C389E3408F9 for ; Sat, 3 Sep 2016 14:02:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 743BD246D for ; Sat, 3 Sep 2016 14:02:22 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1472911287.e8abed629d8fc366a48af728f86363ec3b8b6891.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild dev-perl/File-LibMagic/Manifest dev-perl/File-LibMagic/metadata.xml X-VCS-Directories: dev-perl/File-LibMagic/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e8abed629d8fc366a48af728f86363ec3b8b6891 X-VCS-Branch: master Date: Sat, 3 Sep 2016 14:02:22 +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: dc29e722-0f40-4f76-a2b4-27184d5f986e X-Archives-Hash: 84e27364edaf62f80b4f97d45a396460 commit: e8abed629d8fc366a48af728f86363ec3b8b6891 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Sep 3 14:00:38 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Sep 3 14:01:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8abed62 dev-perl/File-LibMagic: new package, a perl interface to libmagic. Package-Manager: portage-2.2.28 .../File-LibMagic/File-LibMagic-1.150.0.ebuild | 38 ++++++++++++++++++++++ dev-perl/File-LibMagic/Manifest | 1 + dev-perl/File-LibMagic/metadata.xml | 18 ++++++++++ 3 files changed, 57 insertions(+) diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild new file mode 100644 index 00000000..1d59b7c --- /dev/null +++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="DROLSKY" +DIST_VERSION="1.15" + +inherit perl-module + +DESCRIPTION="Perl wrapper for libmagic" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + sys-apps/file + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-File-Temp + dev-perl/Test-Fatal + ) +" + +src_prepare() { + default + # Nuke author/release tests that will be skipped anyway. + perl_rm_files t/author-* t/release-* +} diff --git a/dev-perl/File-LibMagic/Manifest b/dev-perl/File-LibMagic/Manifest new file mode 100644 index 00000000..fc45bdf --- /dev/null +++ b/dev-perl/File-LibMagic/Manifest @@ -0,0 +1 @@ +DIST File-LibMagic-1.15.tar.gz 124847 SHA256 2c7fb54912caf2c22d06b02d6a88edad970e0f8b017634dc30eec46e53763e84 SHA512 bd6e2ac57bf7a4443ceab5143b9381805941600d436fe1b04364f9ab26f60a3a9d142576619135b3e4fa7449b2aa379960dbe24dd19c5fdaa379963a13490d5e WHIRLPOOL 186da7c21c0f2a0389a0dba816f667d3c801fe47ee32deb46e2c8ab9d8e83a9aced4aff66c2b2936582c3cefc55b9d0a7f0761188f34f937d31ea2f53e6a45a5 diff --git a/dev-perl/File-LibMagic/metadata.xml b/dev-perl/File-LibMagic/metadata.xml new file mode 100644 index 00000000..89daaef --- /dev/null +++ b/dev-perl/File-LibMagic/metadata.xml @@ -0,0 +1,18 @@ + + + + + mjo@gentoo.org + Michael Orlitzky + + + + perl@gentoo.org + Gentoo Perl Project + + + + File-LibMagic + File::LibMagic + +