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 15093138334 for ; Wed, 16 Oct 2019 09:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56F6BE08F3; Wed, 16 Oct 2019 09:03:08 +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 3CD7CE08F3 for ; Wed, 16 Oct 2019 09:03:08 +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 4E27D34BDA8 for ; Wed, 16 Oct 2019 09:03:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE19472F for ; Wed, 16 Oct 2019 09:03:05 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1571216562.01ff6b3e2a7898b1f51f87b30ddf3ae9074deb62.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/confix-wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/confix-wrapper/confix-wrapper-0.ebuild dev-util/confix-wrapper/confix-wrapper-1.ebuild X-VCS-Directories: dev-util/confix-wrapper/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 01ff6b3e2a7898b1f51f87b30ddf3ae9074deb62 X-VCS-Branch: master Date: Wed, 16 Oct 2019 09:03:05 +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: 4c0b00d6-203f-4a4b-b78a-a3c533aa8e0b X-Archives-Hash: be1d81ec5815e05d9e69cfec13574e3f commit: 01ff6b3e2a7898b1f51f87b30ddf3ae9074deb62 Author: Michael Haubenwallner gentoo org> AuthorDate: Wed Oct 16 09:01:28 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed Oct 16 09:02:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ff6b3e dev-util/confix-wrapper: bump to EAPI 7 Closes: https://bugs.gentoo.org/697324 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Haubenwallner gentoo.org> .../{confix-wrapper-0.ebuild => confix-wrapper-1.ebuild} | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-util/confix-wrapper/confix-wrapper-0.ebuild b/dev-util/confix-wrapper/confix-wrapper-1.ebuild similarity index 70% rename from dev-util/confix-wrapper/confix-wrapper-0.ebuild rename to dev-util/confix-wrapper/confix-wrapper-1.ebuild index e8f8dcb4d2c..685b1b97161 100644 --- a/dev-util/confix-wrapper/confix-wrapper-0.ebuild +++ b/dev-util/confix-wrapper/confix-wrapper-1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 DESCRIPTION="Wrapper to select either confix1.py or confix2.py" HOMEPAGE="http://confix.sourceforge.net" @@ -10,10 +10,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="" +S=${WORKDIR} -src_install() { - dodir /usr/bin - cat >> "${ED:-${D}}"usr/bin/confix <> confix <