Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-myhostname/
Date: Sun, 13 Sep 2020 07:14:00
Message-Id: 1599981232.0254da9d4460ba6232bb5d19fa810e28c8a27dd8.mgorny@gentoo
1 commit: 0254da9d4460ba6232bb5d19fa810e28c8a27dd8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 13 07:11:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 13 07:13:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0254da9d
7
8 sys-auth/nss-myhostname: Bump to EAPI 7
9
10 Closes: https://bugs.gentoo.org/742089
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../{nss-myhostname-0.3.ebuild => nss-myhostname-0.3-r1.ebuild} | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild b/sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild
17 similarity index 85%
18 rename from sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild
19 rename to sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild
20 index 7bbf4b083e3..98c2aae6320 100644
21 --- a/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild
22 +++ b/sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild
23 @@ -1,11 +1,11 @@
24 # Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="4"
28 +EAPI="7"
29
30 DESCRIPTION="Name Service Switch module for resolving the local hostname"
31 -HOMEPAGE="http://0pointer.de/lennart/projects/nss-myhostname/"
32 -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
33 +HOMEPAGE="https://0pointer.de/lennart/projects/nss-myhostname/"
34 +SRC_URI="https://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
35
36 LICENSE="LGPL-2.1+"
37 SLOT="0"
38 @@ -21,6 +21,7 @@ src_prepare() {
39 # The documentation in doc/ is just the README file in other formats
40 sed -e 's:SUBDIRS *= *doc:SUBDIRS =:' -i Makefile.{am,in} ||
41 die "sed failed"
42 + default
43 }
44
45 src_configure() {