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 BF1A21382C5 for ; Tue, 27 Mar 2018 09:20:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FE1DE0A9A; Tue, 27 Mar 2018 09:20:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B98EEE0A96 for ; Tue, 27 Mar 2018 09:20:18 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (host2092.kph.uni-mainz.de [134.93.134.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ulm) by smtp.gentoo.org (Postfix) with ESMTPSA id 75C6F335CA1; Tue, 27 Mar 2018 09:20:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <23226.3272.11913.791591@a1i15.kph.uni-mainz.de> Date: Tue, 27 Mar 2018 11:20:08 +0200 To: gentoo-dev@lists.gentoo.org Cc: "Marty E. Plummer" Subject: Re: [gentoo-dev] [PATCH] eclass: freedict: require EAPI=6 In-Reply-To: <20180326213310.4507-1-hanetzer@startmail.com> References: <20180326213310.4507-1-hanetzer@startmail.com> X-Mailer: VM 8.2.0b under 24.3.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: ad2edcac-9f9f-45c2-987c-21748125160a X-Archives-Hash: 23573751bc54e8746e9b285017ea54e3 >>>>> On Mon, 26 Mar 2018, Marty E Plummer wrote: > As a pretty simple eclass, which only inherited multilib in > order to get $(get_libdir) and eutils for who knows why, and > all its consumers bumped to EAPI=6, it makes sense to require > EAPI 6 for this eclass While at it: - Drop the IUSE="" assignment, it is useless (pun intended :) - Update HOMEPAGE, freedict.de is dead - LICENSE should be "GPL-2+" (sources say "GNU General Public License ver. 2.0 and any later version") - DEPEND is not needed (should be RDEPEND instead, I guess) - Use canonical ordering of variables (DESCRIPTION, HOMEPAGE, SRC_URI in first block; LICENSE, SLOT in second; then dependencies; then S) Ulrich