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 BAA8D138334 for ; Sun, 18 Aug 2019 16:52:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E31E3E0996; Sun, 18 Aug 2019 16:52:20 +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 C7EE6E0996 for ; Sun, 18 Aug 2019 16:52:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 91D3E349DBA for ; Sun, 18 Aug 2019 16:52:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ED1E758 for ; Sun, 18 Aug 2019 16:52:17 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1566147110.6539cc3d3ba84d7c2123db8cafa423ea7d92a4bf.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hello/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/hello/hello-2.10-r1.ebuild app-misc/hello/hello-2.10.ebuild X-VCS-Directories: app-misc/hello/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 6539cc3d3ba84d7c2123db8cafa423ea7d92a4bf X-VCS-Branch: master Date: Sun, 18 Aug 2019 16:52:17 +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: 176b73c7-3c00-4453-ac2a-4f98d334b79e X-Archives-Hash: 35778ea1eb5491550173731df54c13ab commit: 6539cc3d3ba84d7c2123db8cafa423ea7d92a4bf Author: Matthias Maier gentoo org> AuthorDate: Sun Aug 18 16:51:50 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Aug 18 16:51:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6539cc3d app-misc/hello: bump to EAPI=7 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Matthias Maier gentoo.org> app-misc/hello/{hello-2.10.ebuild => hello-2.10-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/hello/hello-2.10.ebuild b/app-misc/hello/hello-2.10-r1.ebuild similarity index 89% rename from app-misc/hello/hello-2.10.ebuild rename to app-misc/hello/hello-2.10-r1.ebuild index c2b5e416b93..5f80eb8d7bd 100644 --- a/app-misc/hello/hello-2.10.ebuild +++ b/app-misc/hello/hello-2.10-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" DESCRIPTION="GNU \"Hello, world\" application" HOMEPAGE="https://www.gnu.org/software/hello/"