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 DECEB138334 for ; Fri, 13 Dec 2019 00:33:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D511BE0858; Fri, 13 Dec 2019 00:33:41 +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 A9900E0858 for ; Fri, 13 Dec 2019 00:33:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C3B2E34D976 for ; Fri, 13 Dec 2019 00:33:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AC1B8A7 for ; Fri, 13 Dec 2019 00:33:37 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1576197211.db87ce464ab36dd3ab2f5643ad51d6378f242425.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/sash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/sash/sash-3.8.ebuild X-VCS-Directories: app-shells/sash/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: db87ce464ab36dd3ab2f5643ad51d6378f242425 X-VCS-Branch: master Date: Fri, 13 Dec 2019 00:33:37 +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: 4f796c2e-f454-4170-a19f-ef98cddd9595 X-Archives-Hash: 229c878eb2a33126e6ef9d633f9addd9 commit: db87ce464ab36dd3ab2f5643ad51d6378f242425 Author: Aaron Bauman gentoo org> AuthorDate: Fri Dec 13 00:33:14 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Dec 13 00:33:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db87ce46 app-shells/sash: port to EAPI 7 Signed-off-by: Aaron Bauman gentoo.org> app-shells/sash/sash-3.8.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app-shells/sash/sash-3.8.ebuild b/app-shells/sash/sash-3.8.ebuild index 6c2ee580ce0..e584cdbcd92 100644 --- a/app-shells/sash/sash-3.8.ebuild +++ b/app-shells/sash/sash-3.8.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit eutils toolchain-funcs flag-o-matic +inherit toolchain-funcs flag-o-matic DESCRIPTION="A small (static) UNIX Shell" -HOMEPAGE="http://www.canb.auug.org.au/~dbell/" -SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz" +HOMEPAGE="https://www.canb.auug.org.au/~dbell/" +SRC_URI="https://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz" LICENSE="freedist" SLOT="0" @@ -20,7 +20,7 @@ DEPEND=" RDEPEND="!static? ( ${DEPEND} )" src_prepare() { - epatch "${FILESDIR}"/sash-3.7-builtin.patch + eapply "${FILESDIR}"/sash-3.7-builtin.patch sed \ -e "s:-O3:${CFLAGS}:" \ @@ -29,6 +29,7 @@ src_prepare() { sed \ -e 's:linux/ext2_fs.h:ext2fs/ext2_fs.h:g' \ -i cmd_chattr.c || die + eapply_user } src_compile() { @@ -38,7 +39,6 @@ src_compile() { } src_install() { - into / dobin sash doman sash.1 dodoc README