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 BF58D138359 for ; Sun, 20 Sep 2020 10:44:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F400CE088F; Sun, 20 Sep 2020 10:44:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D88FEE088F for ; Sun, 20 Sep 2020 10:44:41 +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 644EC340FFD for ; Sun, 20 Sep 2020 10:44:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4164360 for ; Sun, 20 Sep 2020 10:44:38 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1600598643.bf9f50d371a21779894ab5e1eb77995938e6a646.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/buffer/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/buffer/buffer-1.19-r2.ebuild sys-block/buffer/buffer-1.19-r3.ebuild X-VCS-Directories: sys-block/buffer/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: bf9f50d371a21779894ab5e1eb77995938e6a646 X-VCS-Branch: master Date: Sun, 20 Sep 2020 10:44: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: 3c0ca9df-ba5a-4184-b214-6e816b33af8e X-Archives-Hash: cd51cecff45b599d901784b068fd78ba commit: bf9f50d371a21779894ab5e1eb77995938e6a646 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 20 10:44:03 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 20 10:44:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9f50d3 sys-block/buffer: port to EAPI=7 Closes: https://bugs.gentoo.org/742110 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada gentoo.org> .../buffer/{buffer-1.19-r2.ebuild => buffer-1.19-r3.ebuild} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-block/buffer/buffer-1.19-r2.ebuild b/sys-block/buffer/buffer-1.19-r3.ebuild similarity index 69% rename from sys-block/buffer/buffer-1.19-r2.ebuild rename to sys-block/buffer/buffer-1.19-r3.ebuild index 92729884d17..8096ee92f51 100644 --- a/sys-block/buffer/buffer-1.19-r2.ebuild +++ b/sys-block/buffer/buffer-1.19-r3.ebuild @@ -1,23 +1,23 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit eutils flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs -DESCRIPTION="a tapedrive tool for speeding up reading from and writing to tape" +DESCRIPTION="A tapedrive tool for speeding up reading from and writing to tape" HOMEPAGE="http://www.microwerks.net/~hugo/" SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ppc sparc x86" -IUSE="" src_prepare() { - epatch "${FILESDIR}"/${PV}-deb-gentoo.patch + eapply "${FILESDIR}"/${PV}-deb-gentoo.patch sed -i -e 's/$(CFLAGS)/\0 $(LDFLAGS)/' Makefile || die emake clean + default } src_compile() {