diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /gnustep-apps/gnumail | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'gnustep-apps/gnumail')
| -rw-r--r-- | gnustep-apps/gnumail/Manifest | 3 | ||||
| -rw-r--r-- | gnustep-apps/gnumail/gnumail-1.2.2.ebuild | 34 | ||||
| -rw-r--r-- | gnustep-apps/gnumail/gnumail-1.2.3.ebuild | 33 | ||||
| -rw-r--r-- | gnustep-apps/gnumail/gnumail-1.3.0.ebuild | 33 | ||||
| -rw-r--r-- | gnustep-apps/gnumail/metadata.xml | 14 |
5 files changed, 117 insertions, 0 deletions
diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest new file mode 100644 index 000000000000..42164e7f63dc --- /dev/null +++ b/gnustep-apps/gnumail/Manifest @@ -0,0 +1,3 @@ +DIST GNUMail-1.2.2.tar.gz 1397764 BLAKE2B 8b913d31d93d8bdbd186ecb50530926ccfec4917b3f4bd1ed9c70b86a97110cb1bae620cb24d9f8e1dbcebb652dbf1d30847cf8fdbc68a5ed0b1ede214440c57 SHA512 3243c51eb177c1fabeeb894e6231e5ace09fb08fd0eb9d6311726bdebddc743e3b3958b4c00597e7eb97de7c2a25f1ca7e8f4111e7d543ecd65ee5f35bea89cc +DIST GNUMail-1.2.3.tar.gz 1411658 BLAKE2B 25feddbe4cb18305421488d3452093b5ef9dd04d4742b06c9260cd5428befa2643af8c34d402ecbcbeed20866adaf3a11c927b7d4aaa141869259799f5b39633 SHA512 5ee9b134b16c9aa8a7a0d4aff1e9d12a8c8d4f1f68c54d58cc354c3444a57a4c0bb31393886589ef83ae588789f00fd6e1313d01eb1f950af6623cc9ee42e598 +DIST GNUMail-1.3.0.tar.gz 1499242 BLAKE2B 074b83fd5fc9599ccae8a9f286db77ce4d61db7bbc9c33d1fd86cef818831d05b297c598c776ec0254a379daa8fc73776857ff2578ec2e83835c5525def459f8 SHA512 9b3ccf0a2e086129d8f96cf1de38ceb16033ef4509c3fe15af2afe43c31eaad32d121c0f9cf53f3d86472067d4207736523a125162e632572c7d1aee1fbefd78 diff --git a/gnustep-apps/gnumail/gnumail-1.2.2.ebuild b/gnustep-apps/gnumail/gnumail-1.2.2.ebuild new file mode 100644 index 000000000000..e868cb0a3867 --- /dev/null +++ b/gnustep-apps/gnumail/gnumail-1.2.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +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/" +SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz" +KEYWORDS="amd64 ppc x86" +LICENSE="GPL-2" +SLOT="0" + +IUSE="crypt" +DEPEND=">=gnustep-base/gnustep-gui-0.11.0 + =gnustep-libs/pantomime-1.2* + gnustep-apps/addresses" +RDEPEND="crypt? ( app-crypt/gnupg )" + +src_prepare() { + sed -i -e 's|GNUMail_GUI_LIBS =|LIBRARIES_DEPEND_UPON +=|' \ + Framework/GNUMail/GNUmakefile || die "as-needed sed failed" + use crypt || sed -i -e 's|Bundles/PGP||' \ + GNUmakefile || die "PGP bundle sed failed" +} + +src_install() { + gnustep-base_src_install + dodoc "${S}"/Documentation/* +} diff --git a/gnustep-apps/gnumail/gnumail-1.2.3.ebuild b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild new file mode 100644 index 000000000000..fdd00a6aa1fa --- /dev/null +++ b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +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/" +SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz" +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="GPL-2" +SLOT="0" + +IUSE="crypt" +DEPEND=">=gnustep-base/gnustep-gui-0.11.0 + =gnustep-libs/pantomime-1.2* + gnustep-apps/addresses" +RDEPEND="crypt? ( app-crypt/gnupg )" + +src_prepare() { + use crypt || sed -i -e 's|Bundles/PGP||' GNUmakefile || die + + default +} + +src_install() { + gnustep-base_src_install + dodoc "${S}"/Documentation/* +} diff --git a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild new file mode 100644 index 000000000000..a4f43e35b04a --- /dev/null +++ b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +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/" +SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz" +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="GPL-2" +SLOT="0" + +IUSE="crypt" +DEPEND=">=gnustep-base/gnustep-gui-0.11.0 + =gnustep-libs/pantomime-1.3* + gnustep-apps/addresses" +RDEPEND="crypt? ( app-crypt/gnupg )" + +src_prepare() { + use crypt || sed -i -e 's|Bundles/PGP||' GNUmakefile || die + + default +} + +src_install() { + gnustep-base_src_install + dodoc "${S}"/Documentation/* +} diff --git a/gnustep-apps/gnumail/metadata.xml b/gnustep-apps/gnumail/metadata.xml new file mode 100644 index 000000000000..46559d30885f --- /dev/null +++ b/gnustep-apps/gnumail/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnustep@gentoo.org</email> + <name>Gentoo GNUstep Project</name> +</maintainer> +<longdescription> +GNUMail.app is a fully featured mail application running on Linux (or FreeBSD, OpenBSD, etc) and Apple Mac OS X. It uses the GNUstep development framework or Apple Cocoa, which is based on the OpenStep specification provided by NeXT, Inc.. GNUMail.app is licensed under the GPL, and the full sources of the application are available. + +GNUMail.app was written from scratch. It uses Pantomime as its mail handling framework. +</longdescription> + <origin>gentoo-staging</origin> +</pkgmetadata> |
