diff options
Diffstat (limited to 'gnustep-libs/pantomime/pantomime-1.4.0.ebuild')
-rw-r--r-- | gnustep-libs/pantomime/pantomime-1.4.0.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild index f5669b6ae8ff..5a56ad643e69 100644 --- a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild +++ b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild @@ -2,20 +2,19 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + inherit gnustep-2 MY_P=${P/p/P} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A set of Objective-C classes that model a mail system" -HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/" +DESCRIPTION="Set of Objective-C classes that model a mail system" +HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/" SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" -LICENSE="LGPL-2.1 Elm" +LICENSE="LGPL-2.1+ Elm" KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" -IUSE="" DEPEND="dev-libs/openssl:0= >=gnustep-base/gnustep-base-1.29.0:=" |