Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hello/
Date: Sun, 18 Aug 2019 16:52:21
Message-Id: 1566147110.6539cc3d3ba84d7c2123db8cafa423ea7d92a4bf.tamiko@gentoo
1 commit: 6539cc3d3ba84d7c2123db8cafa423ea7d92a4bf
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 16:51:50 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 16:51:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6539cc3d
7
8 app-misc/hello: bump to EAPI=7
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-misc/hello/{hello-2.10.ebuild => hello-2.10-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-misc/hello/hello-2.10.ebuild b/app-misc/hello/hello-2.10-r1.ebuild
17 similarity index 89%
18 rename from app-misc/hello/hello-2.10.ebuild
19 rename to app-misc/hello/hello-2.10-r1.ebuild
20 index c2b5e416b93..5f80eb8d7bd 100644
21 --- a/app-misc/hello/hello-2.10.ebuild
22 +++ b/app-misc/hello/hello-2.10-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI="6"
29 +EAPI="7"
30
31 DESCRIPTION="GNU \"Hello, world\" application"
32 HOMEPAGE="https://www.gnu.org/software/hello/"