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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78492158089 for ; Tue, 19 Sep 2023 20:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D62422BC052; Tue, 19 Sep 2023 20:49:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B672D2BC052 for ; Tue, 19 Sep 2023 20:49:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD814335CDF for ; Tue, 19 Sep 2023 20:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37D3011F1 for ; Tue, 19 Sep 2023 20:49:10 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1695156530.1e431bf10dd785ae03839c136764f80ca83dada6.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/gnumail/gnumail-1.4.0.ebuild X-VCS-Directories: gnustep-apps/gnumail/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 1e431bf10dd785ae03839c136764f80ca83dada6 X-VCS-Branch: master Date: Tue, 19 Sep 2023 20:49:10 +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: d3ef0ec4-213d-4292-8b42-3d50d12f5a5a X-Archives-Hash: 1eb86fc6c8007f1fb5faa009680db986 commit: 1e431bf10dd785ae03839c136764f80ca83dada6 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Sep 19 16:58:38 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Sep 19 20:48:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e431bf1 gnustep-apps/gnumail: fix LICENSE, minor style changes Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Bernard Cafarelli gentoo.org> gnustep-apps/gnumail/gnumail-1.4.0.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild index cd00afa9e872..dbc1c2cb26d8 100644 --- a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild +++ b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild @@ -2,20 +2,22 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + inherit gnustep-2 MY_P=${P/gnum/GNUM} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A fully featured mail application for GNUstep" -HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/" +DESCRIPTION="Fully featured mail application for GNUstep" +HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/" SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE="crypt" + DEPEND=">=gnustep-base/gnustep-gui-0.11.0 =gnustep-libs/pantomime-1.4* gnustep-apps/addresses"