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 677EC138359 for ; Sun, 13 Sep 2020 07:14:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42EC3E087B; Sun, 13 Sep 2020 07:13:59 +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 2907EE087B for ; Sun, 13 Sep 2020 07:13:59 +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 A1DD4340CCE for ; Sun, 13 Sep 2020 07:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4792335C for ; Sun, 13 Sep 2020 07:13:56 +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: <1599981232.0254da9d4460ba6232bb5d19fa810e28c8a27dd8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-myhostname/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild X-VCS-Directories: sys-auth/nss-myhostname/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0254da9d4460ba6232bb5d19fa810e28c8a27dd8 X-VCS-Branch: master Date: Sun, 13 Sep 2020 07:13:56 +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: 414e9054-ffc4-4551-a7a0-1ee558c760b9 X-Archives-Hash: 13e2a3c2fc196d98fdf7eed8cfbd88cc commit: 0254da9d4460ba6232bb5d19fa810e28c8a27dd8 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 13 07:11:42 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 13 07:13:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0254da9d sys-auth/nss-myhostname: Bump to EAPI 7 Closes: https://bugs.gentoo.org/742089 Signed-off-by: Michał Górny gentoo.org> .../{nss-myhostname-0.3.ebuild => nss-myhostname-0.3-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild b/sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild similarity index 85% rename from sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild rename to sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild index 7bbf4b083e3..98c2aae6320 100644 --- a/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild +++ b/sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI="7" DESCRIPTION="Name Service Switch module for resolving the local hostname" -HOMEPAGE="http://0pointer.de/lennart/projects/nss-myhostname/" -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" +HOMEPAGE="https://0pointer.de/lennart/projects/nss-myhostname/" +SRC_URI="https://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" @@ -21,6 +21,7 @@ src_prepare() { # The documentation in doc/ is just the README file in other formats sed -e 's:SUBDIRS *= *doc:SUBDIRS =:' -i Makefile.{am,in} || die "sed failed" + default } src_configure() {