commit: 0254da9d4460ba6232bb5d19fa810e28c8a27dd8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 13 07:11:42 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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() {
