summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-03 21:16:35 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-03 21:19:41 +0200
commitd9af5f79af8d19d2d871c009ede34df1a6344db9 (patch)
tree10b2d5a37cb452b1350ca42d7169208ac764f256 /dev-perl/GD-Barcode
parentsys-cluster/keepalived: fix BadDefaultUseFlags (diff)
downloadgentoo-d9af5f79af8d19d2d871c009ede34df1a6344db9.tar.gz
gentoo-d9af5f79af8d19d2d871c009ede34df1a6344db9.tar.bz2
gentoo-d9af5f79af8d19d2d871c009ede34df1a6344db9.zip
dev-perl/GD-Barcode: EAPI=7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/GD-Barcode')
-rw-r--r--dev-perl/GD-Barcode/GD-Barcode-1.150.0-r2.ebuild (renamed from dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild)13
1 files 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
index 1c2acad01e01..390ce254aad9 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}"