summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnustep-apps/gnumail/Manifest1
-rw-r--r--gnustep-apps/gnumail/gnumail-1.2.0.ebuild80
-rw-r--r--gnustep-apps/gnumail/metadata.xml4
3 files changed, 0 insertions, 85 deletions
diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest
index 75916bf026bc..30f40750d15b 100644
--- a/gnustep-apps/gnumail/Manifest
+++ b/gnustep-apps/gnumail/Manifest
@@ -1,2 +1 @@
-DIST GNUMail-1.2.0.tar.gz 1380032 SHA256 792512276b253d79362736fb0cb7d614d5a980ea356d03d6adec4d0dd0f6ef2c SHA512 ef0c806e5550daa064a789633c3ecb87819c1e94667fc69fc52bc2923a6819ac6e7fc5262a74503c3554e79429c3d2163eeb68fd30adcfe59ba3aede7ee0a7cb WHIRLPOOL 8fb58c22ff2a2b0a8949aefcbe16c943287069e96d0ff0543156065c7d15e5c0b781497b7f6d3d01f609a3d2ff3010437bc5353ca233cc0b06a9d704374442df
DIST GNUMail-1.2.2.tar.gz 1397764 SHA256 31a0c34c3afe20afb6b8ebc41002d2f9dbc2134ceda2032e67e64cb7d884d8af SHA512 3243c51eb177c1fabeeb894e6231e5ace09fb08fd0eb9d6311726bdebddc743e3b3958b4c00597e7eb97de7c2a25f1ca7e8f4111e7d543ecd65ee5f35bea89cc WHIRLPOOL 75dc05440ce08962cd5376d8faca143fb38dea77d4d6adec2e6a6eeffb2e9088b498404f6a80a1328200853b756b3215eb7049247a72a2972d7dec9390697dbe
diff --git a/gnustep-apps/gnumail/gnumail-1.2.0.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0.ebuild
deleted file mode 100644
index e3973428c727..000000000000
--- a/gnustep-apps/gnumail/gnumail-1.2.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit gnustep-2
-
-MY_P=${P/gnum/GNUM}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A fully featured mail application for GNUstep"
-HOMEPAGE="http://www.collaboration-world.com/gnumail/"
-SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="crypt +emoticon +xface"
-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"
-}
-
-src_compile() {
- egnustep_env
- egnustep_make
-
- cd Bundles/Clock
- egnustep_make
- cd "${S}"
-
- if use xface ; then
- cd Bundles/Face
- egnustep_make
- cd "${S}"
- fi
-
- if use crypt ; then
- cd Bundles/PGP
- egnustep_make
- cd "${S}"
- fi
-
- if use emoticon ; then
- cd Bundles/Emoticon
- egnustep_make
- cd "${S}"
- fi
-}
-
-src_install() {
- gnustep-base_src_install
-
- cd Bundles/Clock
- egnustep_install
- cd "${S}"
-
- if use xface ; then
- cd Bundles/Face
- egnustep_install
- cd "${S}"
- fi
- if use crypt ; then
- cd Bundles/PGP
- egnustep_install
- cd "${S}"
- fi
- if use emoticon ; then
- cd Bundles/Emoticon
- egnustep_install
- cd "${S}"
- fi
-
- dodoc "${S}"/Documentation/*
-}
diff --git a/gnustep-apps/gnumail/metadata.xml b/gnustep-apps/gnumail/metadata.xml
index 9dd9800f6d36..f9a3efbf8402 100644
--- a/gnustep-apps/gnumail/metadata.xml
+++ b/gnustep-apps/gnumail/metadata.xml
@@ -10,8 +10,4 @@ GNUMail.app is a fully featured mail application running on Linux (or FreeBSD, O
GNUMail.app was written from scratch. It uses Pantomime as its mail handling framework.
</longdescription>
-<use>
- <flag name="emoticon">Enable extra Emoticon Bundle to see smiley's in e-mail
- messages</flag>
-</use>
</pkgmetadata>