summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 04:20:40 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 04:20:40 +0000
commit33819be044674720bd9af32aaa1080683b493997 (patch)
tree15c43b7f51adfc893014a7b437e55ec6b3c119ac /net-mail/balsa
parentDEPEND enhancement (diff)
downloadgentoo-2-33819be044674720bd9af32aaa1080683b493997.tar.gz
gentoo-2-33819be044674720bd9af32aaa1080683b493997.tar.bz2
gentoo-2-33819be044674720bd9af32aaa1080683b493997.zip
repoman'd
Diffstat (limited to 'net-mail/balsa')
-rw-r--r--net-mail/balsa/balsa-1.3.6-r1.ebuild4
-rw-r--r--net-mail/balsa/balsa-1.3.6.ebuild61
-rw-r--r--net-mail/balsa/balsa-2.0.1-r1.ebuild6
-rw-r--r--net-mail/balsa/balsa-2.0.1.ebuild73
-rw-r--r--net-mail/balsa/files/digest-balsa-1.3.61
-rw-r--r--net-mail/balsa/files/digest-balsa-2.0.11
6 files changed, 8 insertions, 138 deletions
diff --git a/net-mail/balsa/balsa-1.3.6-r1.ebuild b/net-mail/balsa/balsa-1.3.6-r1.ebuild
index eb4b7c192385..5a07faad850a 100644
--- a/net-mail/balsa/balsa-1.3.6-r1.ebuild
+++ b/net-mail/balsa/balsa-1.3.6-r1.ebuild
@@ -8,6 +8,10 @@ DESCRIPTION="Balsa: email client for GNOME"
SRC_URI="http://www.theochem.kth.se/~pawsa/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.balsa.net"
+SLOT="1"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND="=dev-libs/glib-1.2*
=x11-libs/gtk+-1.2*
>=media-libs/imlib-1.9.10-r1
diff --git a/net-mail/balsa/balsa-1.3.6.ebuild b/net-mail/balsa/balsa-1.3.6.ebuild
deleted file mode 100644
index d73c17a3963c..000000000000
--- a/net-mail/balsa/balsa-1.3.6.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Modified by Riccardo Persichetti (ricpersi@libero.it)
-# /space/gentoo/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.3.5-r1.ebuild,v 1.2 2002/05/23 06:50:16 seemant Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Balsa: email client for GNOME"
-SRC_URI="http://www.theochem.kth.se/~pawsa/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.balsa.net"
-
-DEPEND="=dev-libs/glib-1.2*
- =x11-libs/gtk+-1.2*
- >=media-libs/imlib-1.9.10-r1
- >=gnome-base/gnome-libs-1.4.1.4
- >=gnome-base/ORBit-0.5.10-r1
- >=media-libs/gdk-pixbuf-0.13.0
- >=net-libs/libesmtp-0.8.11
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )
- cups? ( >=gnome-base/gnome-print-0.30 )
- perl? ( >=dev-libs/libpcre-3.4 )
- spell? ( >=app-text/pspell-0.11.2 )
- gtkhtml? ( >=gnome-extra/gtkhtml-0.16.1 )"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- # this patch is from Riccardo Persichetti
- # (ricpersi@libero.it) to make balsa compile
- patch -p0 < ${FILESDIR}/${PF}.diff
-}
-
-src_compile() {
- local myconf
- use nls || myconf="${myconf} --disable-nls"
- use ssl && myconf="${myconf} --with-ssl"
- use gtkhtml && myconf="${myconf} --with-gtkhtml"
- use perl && myconf="${myconf} --enable-pcre"
- use spell && myconf="${myconf} --enable-all"
-
- libmutt/configure --prefix=/usr \
- --host=${CHOST} \
- --with-mailpath=/var/mail || die "configure libmutt failed"
-
- myconf="${myconf} --enable-threads"
-
- econf ${myconf} || die "configure balsa failed"
- emake || die "emake failed"
-}
-
-
-
-src_install () {
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- gnomeconfdir=${D}/etc \
- gnomedatadir=${D}/usr/share install || die "make install failed"
- dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO
- docinto docs
- dodoc docs/*
-}
diff --git a/net-mail/balsa/balsa-2.0.1-r1.ebuild b/net-mail/balsa/balsa-2.0.1-r1.ebuild
index c8d3f08f0576..8db8c47b73d4 100644
--- a/net-mail/balsa/balsa-2.0.1-r1.ebuild
+++ b/net-mail/balsa/balsa-2.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.1-r1.ebuild,v 1.1 2002/07/02 01:55:07 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.1-r1.ebuild,v 1.2 2002/07/17 04:20:39 seemant Exp $
inherit debug
@@ -9,8 +9,10 @@ S=${WORKDIR}/${P}
DESCRIPTION="Balsa: Technical Preview email client for GNOME"
SRC_URI="http://balsa.gnome.org/${P}.tar.bz2"
HOMEPAGE="http://balsa.gnome.org"
-SLOT="0"
+
+SLOT="2"
LICENSE="GPL-2"
+KEYWORDS="x86"
RDEPEND=">=dev-libs/glib-2.0.4
>=x11-libs/gtk+-2.0.5
diff --git a/net-mail/balsa/balsa-2.0.1.ebuild b/net-mail/balsa/balsa-2.0.1.ebuild
deleted file mode 100644
index 1da6d470e8f3..000000000000
--- a/net-mail/balsa/balsa-2.0.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.1.ebuild,v 1.1 2002/06/18 01:46:26 spider Exp $
-
-inherit debug
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="Balsa: Technical Preview email client for GNOME"
-SRC_URI="http://balsa.gnome.org/${P}.tar.bz2"
-HOMEPAGE="http://balsa.gnome.org"
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND=">=dev-libs/glib-2.0.3
- >=x11-libs/gtk+-2.0.3
- >=net-libs/libesmtp-0.8.11
- app-text/scrollkeeper
- app-text/pspell
- >=gnome-base/libgnome-2.0.0
- >=gnome-base/libgnomeui-2.0.0
- >=gnome-base/gnome-vfs-2.0.0
- >=gnome-base/libgnomeprint-1.115.0
- >=gnome-base/libgnomeprintui-1.115.0
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )
- perl? ( >=dev-libs/libpcre-3.4 )
- gtkhtml? ( >=gnome-extra/libgtkhtml-2.0.0 )"
-
-DEPEND="dev-util/pkgconfig
- ${RDEPEND}"
-
-
-src_unpack() {
- unpack ${A}
- # this patch is from Riccardo Persichetti
- # (ricpersi@libero.it) to make balsa compile
- patch -p0 < ${FILESDIR}/${P}-gentoo.patch || die
- # This patch is from me, stroke (stroke@gentoo.org)
- # patch fails against 2.0.1
-# patch -p0 < ${FILESDIR}/${P}-varmail.patch || die "patch failed"
-}
-
-src_compile() {
- local myconf
- use nls || myconf="${myconf} --disable-nls"
- use ssl && myconf="${myconf} --with-ssl"
- use gtkhtml && myconf="${myconf} --with-gtkhtml"
- use perl && myconf="${myconf} --enable-pcre"
-# use spell && myconf="${myconf} --enable-all"
-
- libmutt/configure --prefix=/usr \
- --host=${CHOST} \
- --with-mailpath=/var/mail || die "configure libmutt failed"
-
- myconf="${myconf} --enable-threads"
-
- econf ${myconf} || die "configure balsa failed"
- emake || die "emake failed"
-}
-
-
-
-src_install () {
- local myinst
- myinst="gnomeconfdir=${D}/etc \
- gnomedatadir=${D}/usr/share"
-
- einstall ${myinst} || die "make install failed"
- dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO
- docinto docs
- dodoc docs/*
-}
diff --git a/net-mail/balsa/files/digest-balsa-1.3.6 b/net-mail/balsa/files/digest-balsa-1.3.6
deleted file mode 100644
index 67b373cc2f5c..000000000000
--- a/net-mail/balsa/files/digest-balsa-1.3.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9960c21ce02ee6218ea9524d1d817986 balsa-1.3.6.tar.bz2 2250436
diff --git a/net-mail/balsa/files/digest-balsa-2.0.1 b/net-mail/balsa/files/digest-balsa-2.0.1
deleted file mode 100644
index 0526b3e46bee..000000000000
--- a/net-mail/balsa/files/digest-balsa-2.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 30f867b45b202a34e161f61ced8be73b balsa-2.0.1.tar.bz2 2117754