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 81AB41382C5 for ; Wed, 21 Apr 2021 18:51:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90D01E086E; Wed, 21 Apr 2021 18:51:12 +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 5EC8BE086D for ; Wed, 21 Apr 2021 18:51:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EDD18340AA7 for ; Wed, 21 Apr 2021 18:51:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BC65729 for ; Wed, 21 Apr 2021 18:51:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619031000.b6442e9a068cfcc61dc73d19353682e709ca71f8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/comi/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/comi/comi-1.ebuild X-VCS-Directories: games-rpg/comi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b6442e9a068cfcc61dc73d19353682e709ca71f8 X-VCS-Branch: master Date: Wed, 21 Apr 2021 18:51:08 +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: 04dda2b3-6d79-4c96-8bc2-93631491f85f X-Archives-Hash: 8ae3b8633e28e6adfe6e8c027b9e51f7 commit: b6442e9a068cfcc61dc73d19353682e709ca71f8 Author: Sam James gentoo org> AuthorDate: Wed Apr 21 09:03:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 21 18:50:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6442e9a games-rpg/comi: replace eutils with desktop, wrapper Signed-off-by: Sam James gentoo.org> games-rpg/comi/comi-1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-rpg/comi/comi-1.ebuild b/games-rpg/comi/comi-1.ebuild index 91a25419df7..c236886050b 100644 --- a/games-rpg/comi/comi-1.ebuild +++ b/games-rpg/comi/comi-1.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cdrom estack eutils xdg +inherit cdrom estack desktop wrapper xdg DESCRIPTION="The Curse of Monkey Island, the third game in the series" HOMEPAGE="https://en.wikipedia.org/wiki/The_Curse_of_Monkey_Island" SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${PN}.jpg" + LICENSE="${PN}" SLOT="0" KEYWORDS="~amd64 ~x86"