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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3AD51158086 for ; Thu, 11 Nov 2021 11:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 057412BC03A; Thu, 11 Nov 2021 11:40:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09CC32BC03A for ; Thu, 11 Nov 2021 11:40:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18F36343075 for ; Thu, 11 Nov 2021 11:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A525FD3 for ; Thu, 11 Nov 2021 11:40:38 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1636630822.67221dc8c25e2afe6363dcc85942dba78d0e8905.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/barcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-officeext/barcode/barcode-1.3.5.0-r1.ebuild X-VCS-Directories: app-officeext/barcode/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 67221dc8c25e2afe6363dcc85942dba78d0e8905 X-VCS-Branch: master Date: Thu, 11 Nov 2021 11:40:38 +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: 0b475a70-e393-463a-9750-7378e7285e42 X-Archives-Hash: 150c846db9af36e6ca48bf35a16f8246 commit: 67221dc8c25e2afe6363dcc85942dba78d0e8905 Author: Jakov Smolić gentoo org> AuthorDate: Sun Nov 7 10:53:06 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Nov 11 11:40:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67221dc8 app-officeext/barcode: Port to EAPI 7 Closes: https://bugs.gentoo.org/819720 Signed-off-by: Jakov Smolić gentoo.org> app-officeext/barcode/barcode-1.3.5.0-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild index 2092af9716f..dbcec84c326 100644 --- a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild +++ b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 OFFICE_EXTENSIONS=( "${PN}_${PV}.oxt" @@ -15,4 +15,3 @@ SRC_URI="https://extensions.libreoffice.org/extension-center/${PN}/releases/${PV LICENSE="LGPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE=""