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 B6692138334 for ; Sun, 18 Aug 2019 11:42:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAF9AE0A83; Sun, 18 Aug 2019 11:42:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AD403E0A83 for ; Sun, 18 Aug 2019 11:42:54 +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 731AC349DA3 for ; Sun, 18 Aug 2019 11:42:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E909734 for ; Sun, 18 Aug 2019 11:42:52 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566128464.efaad1cddc3c8f1901b8d0b6fcd970ea467a1831.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/rfksay/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/rfksay/Manifest games-misc/rfksay/rfksay-0.1-r1.ebuild X-VCS-Directories: games-misc/rfksay/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: efaad1cddc3c8f1901b8d0b6fcd970ea467a1831 X-VCS-Branch: master Date: Sun, 18 Aug 2019 11:42:52 +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: 93cb0c3d-9829-4199-8f79-3dc98f6695e6 X-Archives-Hash: d439ecedc03a43c5dcf90d5aaa6b8eb9 commit: efaad1cddc3c8f1901b8d0b6fcd970ea467a1831 Author: David Seifert gentoo org> AuthorDate: Sun Aug 18 11:41:04 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 18 11:41:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efaad1cd games-misc/rfksay: Port to EAPI 7 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> games-misc/rfksay/Manifest | 2 +- games-misc/rfksay/rfksay-0.1-r1.ebuild | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/games-misc/rfksay/Manifest b/games-misc/rfksay/Manifest index f5970d9b2ec..cbcd85f56d8 100644 --- a/games-misc/rfksay/Manifest +++ b/games-misc/rfksay/Manifest @@ -1 +1 @@ -DIST rfksay.tar.gz 997 BLAKE2B dba9095fde7e533fcc7ad2a6a178a11f0b92b207ca63540f82fbe8bcb118bbcc01fe9e7270df071e63eebeb96eee02a5e55b78414fb9dcded5ee31469265ebd8 SHA512 8eb5766b8a3efc31a20a128be0ec95eba7f61599ca402dc48d7c247516ac9f221d9f72a471923da566645b53e119831e61a7caa94f7b8c17ee4af802c42f6714 +DIST rfksay-0.1.tar.gz 997 BLAKE2B dba9095fde7e533fcc7ad2a6a178a11f0b92b207ca63540f82fbe8bcb118bbcc01fe9e7270df071e63eebeb96eee02a5e55b78414fb9dcded5ee31469265ebd8 SHA512 8eb5766b8a3efc31a20a128be0ec95eba7f61599ca402dc48d7c247516ac9f221d9f72a471923da566645b53e119831e61a7caa94f7b8c17ee4af802c42f6714 diff --git a/games-misc/rfksay/rfksay-0.1-r1.ebuild b/games-misc/rfksay/rfksay-0.1-r1.ebuild index 70577183222..4af4d240938 100644 --- a/games-misc/rfksay/rfksay-0.1-r1.ebuild +++ b/games-misc/rfksay/rfksay-0.1-r1.ebuild @@ -1,20 +1,18 @@ -# 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="Like cowsay, but different because it involves robots and kittens" HOMEPAGE="http://www.robotfindskitten.org/" -#SRC_URI="http://www.redhotlunix.com/${PN}.tar.gz" -SRC_URI="mirror://gentoo/${PN}.tar.gz" +SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" +RDEPEND="dev-lang/perl" S=${WORKDIR}