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 54A4C158011 for ; Mon, 20 Sep 2021 13:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B92CE092A; Mon, 20 Sep 2021 13:38:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B662E0929 for ; Mon, 20 Sep 2021 13:38:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0360A3430D6 for ; Mon, 20 Sep 2021 13:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 930DE102 for ; Mon, 20 Sep 2021 13:38:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632144858.ba5fad8f3d4f7b6bde6b40cebeb35f552e38467c.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-dicts/dictd-gcide/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild X-VCS-Directories: app-dicts/dictd-gcide/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ba5fad8f3d4f7b6bde6b40cebeb35f552e38467c X-VCS-Branch: master Date: Mon, 20 Sep 2021 13:38:04 +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: 401835bd-e480-4c37-9efb-a56a4386bdca X-Archives-Hash: af705549fc4cd8f847d111d563da1bb1 Message-ID: <20210920133804.s59t04ireid84xXJaI-kJ3J9QqGsitkNHlkGGWyIpA0@z> commit: ba5fad8f3d4f7b6bde6b40cebeb35f552e38467c Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 20 13:34:18 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 20 13:34:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba5fad8f app-dicts/dictd-gcide: remove unused eclass: eutils Signed-off-by: Arthur Zamarin gentoo.org> app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild b/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild index 24d615217..93c7920e9 100644 --- a/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild +++ b/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild @@ -3,14 +3,13 @@ EAPI=7 -inherit eutils - MY_PN=dict-gcide DESCRIPTION="Collaborative International Dictionary of English (incl. Webster 1913) for dict" HOMEPAGE="https://tracker.debian.org/pkg/dict-gcide" SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_PN}_${PV}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${MY_PN}-${PV}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64"