forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Point to new homepage, EAPI bump Package-Manager: Portage-2.3.8, Repoman-2.3.3
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Pantomime-1.2.2.tar.gz 468276 SHA256 f87b6b362b56c2b22667e614432f222604e318e61340a13b30c8277b180a3be8 SHA512 198c1e0248f47bbd2cc284eec0d804959ea2a51e4a4810f8909048b41fc4bfbbaab9fc86e1ad507611a77382f353b357615c52845228e2411a0da7af88b2988f WHIRLPOOL 93895bcf5819e1d5e8cbc23b21e70e51574f320d25a234ae7cd51873d7da0e1df4b4d4bffcbdf1b8faa172044b8a63212f47ca0340b53247fd9250d4cb293b18 | ||
DIST Pantomime-1.2.3.tar.gz 474666 SHA256 9feda9c66f460f4e4deb96d8b7a07f3287f8251e6796a98fa81937e9d063da7e SHA512 01c56411a6822dbe246c1ff7f2c8be7654e8a0b2fb2c0b4e868ea80a47a16ba832cf4a912bf5eb66e7823900d835698966d64f51bf414978cef2cb606a215ad6 WHIRLPOOL e1c381fb490d7736d29e88383998b8e448261fe4b6e10a7fb7395e82e3ec1c3a279bdf37a6943dc441d898ba39a0c4a65e6b58e2477f47889e2e0632642ad326 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
inherit eutils 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/index.html" | ||
SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz" | ||
|
||
LICENSE="LGPL-2.1 Elm" | ||
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
DEPEND="dev-libs/openssl:0=" | ||
RDEPEND="${DEPEND}" | ||
|
||
src_install() { | ||
gnustep-base_src_install | ||
|
||
cd "${S}"/Documentation | ||
dodoc AUTHORS README TODO | ||
docinto rfc | ||
dodoc RFC/* | ||
} |