commit:     1e431bf10dd785ae03839c136764f80ca83dada6
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Sep 19 16:58:38 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> 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 <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> 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"

Reply via email to