summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/gnumail/gnumail-1.1.0.ebuild')
-rw-r--r--gnustep-apps/gnumail/gnumail-1.1.0.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/gnustep-apps/gnumail/gnumail-1.1.0.ebuild b/gnustep-apps/gnumail/gnumail-1.1.0.ebuild
deleted file mode 100644
index b3326997f481..000000000000
--- a/gnustep-apps/gnumail/gnumail-1.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.1.0.ebuild,v 1.2 2004/07/23 15:47:22 fafhrd Exp $
-
-inherit gnustep-old
-
-IUSE="crypt xface"
-S=${WORKDIR}/GNUMail
-
-newdepend gnustep-base/gnustep-gui
-newdepend gnustep-libs/pantomime
-
-DESCRIPTION="A fully featured mail application for GNUstep"
-HOMEPAGE="http://www.collaboration-world.com/gnumail/"
-SRC_URI="http://www.collaboration-world.com/gnumail.data/releases/Stable/GNUMail-${PV}.tar.gz"
-
-DEPEND="${DEPEND}"
-RDEPEND="${RDEPEND} gnustep-base/gnustep-back"
-
-KEYWORDS="x86 ~ppc alpha"
-LICENSE="GPL-2"
-SLOT="0"
-
-src_unpack() {
- unpack GNUMail-${PV}.tar.gz
- cd ${S}
-}
-
-src_compile() {
- egnustepmake
-
- if use xface; then
- cd ${S}/Bundles/Face
- make
- cd ${S}
- fi
-
- if use crypt; then
- cd ${S}/Bundles/PGP
- make
- cd ${S}
- fi
-}
-
-src_install() {
- egnustepinstall
-
- use xface && cp -a ${S}/Bundles/Face/Face.bundle ${D}usr/GNUstep/System/Library/GNUMail/
-
- use crypt && cp -a ${S}/Bundles/PGP/PGP.bundle ${D}usr/GNUstep/System/Library/GNUMail/
-}