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 F367B138262 for ; Sat, 21 May 2016 00:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1BAC1420E; Sat, 21 May 2016 00:37:00 +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 E4897141C9 for ; Sat, 21 May 2016 00:36:59 +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 BD086340B6A for ; Sat, 21 May 2016 00:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60A5D97E for ; Sat, 21 May 2016 00:36:55 +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: <1463789505.5e784b27a3dd0be6f22c23032b42a4711fa05eff.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISBN/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Business-ISBN/Business-ISBN-2.90.200_rc.ebuild dev-perl/Business-ISBN/Manifest dev-perl/Business-ISBN/metadata.xml X-VCS-Directories: dev-perl/Business-ISBN/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 5e784b27a3dd0be6f22c23032b42a4711fa05eff X-VCS-Branch: master Date: Sat, 21 May 2016 00:36: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: 5e3982f9-c84a-4bd3-8d1d-c68db9513b07 X-Archives-Hash: 510436d73cf58ff7aa14a9a5c30cc79f commit: 5e784b27a3dd0be6f22c23032b42a4711fa05eff Author: Kent Fredric gmail com> AuthorDate: Tue May 10 09:11:07 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat May 21 00:11:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e784b27 dev-perl/Business-ISBN: Bump to version 2.90.200_rc - EAPI6 - Exposed USE="xisbn" and USE="barcode" features - Ideally should have bumped to 2.100.0, but upstream broke versioning in ways we cant fix: https://github.com/briandfoy/business-isbn/issues/7 Upstream: - xisbn query URL fixed. - Mojo based xisbn parse/query added. - Added "increment" and "decrement" functions for ISBN iteration. Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd" .../Business-ISBN/Business-ISBN-2.90.200_rc.ebuild | 52 ++++++++++++++++++++++ dev-perl/Business-ISBN/Manifest | 1 + dev-perl/Business-ISBN/metadata.xml | 4 ++ 3 files changed, 57 insertions(+) diff --git a/dev-perl/Business-ISBN/Business-ISBN-2.90.200_rc.ebuild b/dev-perl/Business-ISBN/Business-ISBN-2.90.200_rc.ebuild new file mode 100644 index 0000000..bccedd8 --- /dev/null +++ b/dev-perl/Business-ISBN/Business-ISBN-2.90.200_rc.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=BDFOY +DIST_VERSION=2.09_02 +inherit perl-module + +DESCRIPTION="Work with ISBN as objects" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test xisbn barcode" + +RDEPEND=" + xisbn? ( dev-perl/Mojolicious ) + barcode? ( + dev-perl/GD-Barcode + dev-perl/GD[png] + ) + >=dev-perl/Business-ISBN-Data-20140910.2.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.950.0 + ) +" + +# NOTE: This version is shipped because upstream has broken everything +# by shipping an unmappable 2.010 which == 2.01 in both upstream versioning +# and perl->gentoo mapping rules. +# +# Dependencies taken from 2.010 because 2.09_02 lacks all dependencies. + +src_prepare() { + perl-module_src_prepare + sed -i '/URI/d' Makefile.PL || die # unused dependency +} + +src_test() { + local my_test_control="${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}" + local bad_tests=( t/pod{,_coverage}.t ) + if ! has network ${my_test_control}; then + einfo "Disabling network tests without DIST_TEST_OVERRIDE =~ network" + bad_tests+=( t/xisbn10.t ) + fi + perl_rm_files "${bad_tests[@]}" + perl-module_src_test +} diff --git a/dev-perl/Business-ISBN/Manifest b/dev-perl/Business-ISBN/Manifest index 69ed31f..ec6544c 100644 --- a/dev-perl/Business-ISBN/Manifest +++ b/dev-perl/Business-ISBN/Manifest @@ -1 +1,2 @@ DIST Business-ISBN-2.05.tar.gz 355413 SHA256 d9816bfb7aa6d87843f8484c9aac23e4c5ec1173ebfec458843e89ea5cf375ee SHA512 b5179f891a401f11f1355137e90e14a9f3602c14b181b30da3237bd4ba49b40df41c9c1396242084211a09dfcde8927d1dfe0965602982cb0d50a3b0bbfad694 WHIRLPOOL 7b5b073010e739891b357fb568300452f49e87a3b33ebacdb0205d62ab079117252c6ed112bc3a4a8c1eabc531a9a50125deddd8732a2ce740304f7d576e1568 +DIST Business-ISBN-2.09_02.tar.gz 361751 SHA256 9a40e9d12d108b2def6bda4e4910a44aed5ba7c8ee062c464cd04a40d893b007 SHA512 4a74c708e14d178802adbea846127257fc790b6ddba41c5c468e7df9f8ca25e880d2487d12f0474fa69a5c312354e1856f729c4f598536c053d58c41220fef7d WHIRLPOOL 52864908e7c2d8cc236e29efa300389c8463ff6186d8bdf67677e018dd55e64d043dbf716d8787d6a885c0f2962a1d62e4941268d3b48777759f29a950ee3ef9 diff --git a/dev-perl/Business-ISBN/metadata.xml b/dev-perl/Business-ISBN/metadata.xml index 6a7a1ae..910c5c3 100644 --- a/dev-perl/Business-ISBN/metadata.xml +++ b/dev-perl/Business-ISBN/metadata.xml @@ -11,4 +11,8 @@ Business::ISBN10 Business::ISBN13 + + Install dev-perl/Mojolicious for querying xisbn.worldcat.org + Install dev-perl/GD-Barcode for rendering ISBN numbers as barcodes +