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 35A65138335 for ; Sun, 3 Nov 2019 14:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45DF8E0831; Sun, 3 Nov 2019 14:32:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2CB3CE0833 for ; Sun, 3 Nov 2019 14:32:12 +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 D596834C79D for ; Sun, 3 Nov 2019 14:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CB958A4 for ; Sun, 3 Nov 2019 14:32:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572791522.fd13eff80baef1ec3c6c5583e218cdead9c6df69.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lib-bin-symlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1-r1.ebuild app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild X-VCS-Directories: app-eselect/eselect-lib-bin-symlink/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fd13eff80baef1ec3c6c5583e218cdead9c6df69 X-VCS-Branch: master Date: Sun, 3 Nov 2019 14:32:09 +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: 1f131b72-dea0-4e7b-94de-ed96b22da3b5 X-Archives-Hash: 8a04ec7cc79ae0415f752bd4f4a2b965 commit: fd13eff80baef1ec3c6c5583e218cdead9c6df69 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 3 14:12:44 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 3 14:32:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd13eff8 app-eselect/eselect-lib-bin-symlink: Bump to EAPI 7 Signed-off-by: Michał Górny gentoo.org> .../eselect-lib-bin-symlink-0.1.1-r1.ebuild | 15 +++++++++++++++ .../eselect-lib-bin-symlink-9999.ebuild | 10 +++++++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1-r1.ebuild b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1-r1.ebuild new file mode 100644 index 00000000000..a8079a2f422 --- /dev/null +++ b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="An eselect library to manage executable symlinks" +HOMEPAGE="https://github.com/mgorny/eselect-lib-bin-symlink/" +SRC_URI="https://github.com/mgorny/eselect-lib-bin-symlink/releases/download/${P}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="app-admin/eselect" diff --git a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild index b98f185b49c..208e978f8a0 100644 --- a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild +++ b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils git-r3 +inherit autotools git-r3 DESCRIPTION="An eselect library to manage executable symlinks" HOMEPAGE="https://github.com/mgorny/eselect-lib-bin-symlink/" @@ -16,3 +15,8 @@ KEYWORDS="" IUSE="" RDEPEND="app-admin/eselect" + +src_prepare() { + default + eautoreconf +}