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 52D9F158094 for ; Tue, 21 Jun 2022 16:30:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0B23E0919; Tue, 21 Jun 2022 16:30:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57CD2E0909 for ; Tue, 21 Jun 2022 16:30:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D949335DA6 for ; Tue, 21 Jun 2022 16:30:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AE81520 for ; Tue, 21 Jun 2022 16:29:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1655828981.9a83ad4c1224665b17e8bfd1bbd37e7ca2162852.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/qprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/qprint/qprint-1.1-r1.ebuild net-mail/qprint/qprint-1.1.ebuild X-VCS-Directories: net-mail/qprint/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9a83ad4c1224665b17e8bfd1bbd37e7ca2162852 X-VCS-Branch: master Date: Tue, 21 Jun 2022 16:29:59 +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: f3e8f7dd-6435-4bf3-8089-f68b2907a6f3 X-Archives-Hash: a4aa8dafba944c2e0900bf4dcb66472e commit: 9a83ad4c1224665b17e8bfd1bbd37e7ca2162852 Author: David Seifert gentoo org> AuthorDate: Tue Jun 21 16:29:41 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jun 21 16:29:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a83ad4c net-mail/qprint: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> net-mail/qprint/{qprint-1.1.ebuild => qprint-1.1-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-mail/qprint/qprint-1.1.ebuild b/net-mail/qprint/qprint-1.1-r1.ebuild similarity index 89% rename from net-mail/qprint/qprint-1.1.ebuild rename to net-mail/qprint/qprint-1.1-r1.ebuild index abe9228eea65..bf12e9111a4e 100644 --- a/net-mail/qprint/qprint-1.1.ebuild +++ b/net-mail/qprint/qprint-1.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="MIME quoted-printable data encoding and decoding utility" HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/" @@ -10,7 +10,6 @@ SRC_URI="http://www.fourmilab.ch/webtools/${PN}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 ppc x86 ~ppc-macos" -IUSE="" src_install() { dodir /usr/bin