Skip to content

Commit

Permalink
gnustep-apps/gnumail: fix LICENSE, minor style changes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: Bernard Cafarelli <[email protected]>
  • Loading branch information
mm1ke authored and voyageur committed Sep 19, 2023
1 parent be6ec5c commit 1e431bf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions gnustep-apps/gnumail/gnumail-1.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1e431bf

Please sign in to comment.