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 C97FA1382C5 for ; Thu, 3 Jun 2021 19:20:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CEBEE08ED; Thu, 3 Jun 2021 19:20:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC12EE08ED for ; Thu, 3 Jun 2021 19:20:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7745033BE6B for ; Thu, 3 Jun 2021 19:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0995878E for ; Thu, 3 Jun 2021 19:20:01 +0000 (UTC) From: "Andreas K. 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 K. Hüttel" Message-ID: <1622747981.d9af5f79af8d19d2d871c009ede34df1a6344db9.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GD-Barcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild dev-perl/GD-Barcode/GD-Barcode-1.150.0-r2.ebuild X-VCS-Directories: dev-perl/GD-Barcode/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d9af5f79af8d19d2d871c009ede34df1a6344db9 X-VCS-Branch: master Date: Thu, 3 Jun 2021 19:20:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68acdef1-a320-439d-b1ce-185e1784c9eb X-Archives-Hash: 9583a1d79e2e5c00747ae9e8cab883bf commit: d9af5f79af8d19d2d871c009ede34df1a6344db9 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jun 3 19:16:35 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jun 3 19:19:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9af5f79 dev-perl/GD-Barcode: EAPI=7 bump Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> ...rcode-1.150.0-r1.ebuild => GD-Barcode-1.150.0-r2.ebuild} | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild b/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r2.ebuild similarity index 57% rename from dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild rename to dev-perl/GD-Barcode/GD-Barcode-1.150.0-r2.ebuild index 1c2acad01e0..390ce254aad 100644 --- a/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild +++ b/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r2.ebuild @@ -1,19 +1,16 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MODULE_AUTHOR=KWITKNR -MODULE_VERSION=1.15 +DIST_AUTHOR=KWITKNR +DIST_VERSION=1.15 inherit perl-module -DESCRIPTION="GD::Barcode - Create barcode image with GD" +DESCRIPTION="Create barcode images with GD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" -IUSE="" RDEPEND="dev-perl/GD" -DEPEND="${RDEPEND}" - -SRC_TEST="do" +BDEPEND="${RDEPEND}"