diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-29 16:35:30 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-29 16:35:30 +0000 |
commit | 04d00d3365a22b6d8a8fe09b7c540c18393c010d (patch) | |
tree | ff8dde9a69d2c70220bb893fa7ae36eb9f9c123d /net-mail | |
parent | change emake to make (diff) | |
download | historical-04d00d3365a22b6d8a8fe09b7c540c18393c010d.tar.gz historical-04d00d3365a22b6d8a8fe09b7c540c18393c010d.tar.bz2 historical-04d00d3365a22b6d8a8fe09b7c540c18393c010d.zip |
Version bump.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/sylpheed/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/sylpheed/Manifest | 4 | ||||
-rw-r--r-- | net-mail/sylpheed/files/digest-sylpheed-0.9.4 | 1 | ||||
-rw-r--r-- | net-mail/sylpheed/sylpheed-0.9.4.ebuild | 75 |
4 files changed, 85 insertions, 2 deletions
diff --git a/net-mail/sylpheed/ChangeLog b/net-mail/sylpheed/ChangeLog index c57e1aec9cc9..d5867ea3f789 100644 --- a/net-mail/sylpheed/ChangeLog +++ b/net-mail/sylpheed/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/sylpheed # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/ChangeLog,v 1.36 2003/07/09 05:52:37 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/ChangeLog,v 1.37 2003/07/29 16:35:10 bcowan Exp $ + +*sylpheed-0.9.4 (29 Jul 2003) + + 29 Jul 2003; Brad Cowan <bcowan@gentoo.org> sylpheed-0.9.4.ebuild: + Version bump. *sylpheed-0.9.3 (09 Jul 2003) diff --git a/net-mail/sylpheed/Manifest b/net-mail/sylpheed/Manifest index 7da5a57cab81..41798e43835b 100644 --- a/net-mail/sylpheed/Manifest +++ b/net-mail/sylpheed/Manifest @@ -1,11 +1,13 @@ MD5 f6b804260c29d68f69ffc13214e773b9 sylpheed-0.9.0.ebuild 1700 MD5 54a91aa480518ab81e73e05274f9e717 sylpheed-0.9.2.ebuild 1705 +MD5 c401a0555e880724f00192f59135ec62 sylpheed-0.9.4.ebuild 1706 MD5 096fdaddd0a16bbbb1dc3eab1916e3b0 sylpheed-0.8.11.ebuild 1680 MD5 d10a2c857b127b23d549efc53d07a262 sylpheed-0.9.3.ebuild 1706 -MD5 db1594233fedcaded88210415fe978f0 ChangeLog 5555 +MD5 c283d672e78cca5f55de6dbf0e777f23 ChangeLog 5672 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 bc3204c6446c76297a50f50aec648a3b files/digest-sylpheed-0.9.0 68 MD5 a574f3216bc23fde958db7fa1463cba0 files/digest-sylpheed-0.9.2 68 MD5 6c177a358dda1eea4f8eda9be033cd83 files/digest-sylpheed-0.9.3 68 +MD5 cae6de9566012ff2a026e2fdc0124c53 files/digest-sylpheed-0.9.4 68 MD5 a4f9898914c340cfc6c32168e73868c4 files/digest-sylpheed-0.8.11 69 MD5 f847bb1651a5b85decf13e2d8d01afe2 files/shared-mime.patch 649 diff --git a/net-mail/sylpheed/files/digest-sylpheed-0.9.4 b/net-mail/sylpheed/files/digest-sylpheed-0.9.4 new file mode 100644 index 000000000000..03aca6ba630f --- /dev/null +++ b/net-mail/sylpheed/files/digest-sylpheed-0.9.4 @@ -0,0 +1 @@ +MD5 222af8fd1c1026babaa952398693fe01 sylpheed-0.9.4.tar.bz2 2100835 diff --git a/net-mail/sylpheed/sylpheed-0.9.4.ebuild b/net-mail/sylpheed/sylpheed-0.9.4.ebuild new file mode 100644 index 000000000000..1754de7bb8c5 --- /dev/null +++ b/net-mail/sylpheed/sylpheed-0.9.4.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.9.4.ebuild,v 1.1 2003/07/29 16:35:10 bcowan Exp $ + +IUSE="ssl xface ipv6 nls gnome ldap crypt pda" + +inherit eutils + +S=${WORKDIR}/${P} + +DESCRIPTION="A lightweight email client and newsreader" +SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2" +HOMEPAGE="http://sylpheed.good-day.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc hppa" + +PROVIDE="virtual/sylpheed" + +DEPEND="=x11-libs/gtk+-1.2* + xface? ( >=media-libs/compface-1.4 ) + ssl? ( dev-libs/openssl ) + pda? ( app-misc/jpilot ) + crypt? ( >=app-crypt/gnupg-1.0.6 =app-crypt/gpgme-0.3.14 ) + ldap? ( >=net-nds/openldap-2.0.11 ) + gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 ) + x11-misc/shared-mime-info" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/shared-mime.patch +} + +src_compile() { + local myconf + + use gnome || myconf="${myconf} --disable-gdk-pixbuf --disable-imlib" + + use nls || myconf="${myconf} --disable-nls" + + use ssl && myconf="${myconf} --enable-ssl" + + use crypt && myconf="${myconf} --enable-gpgme" + + use pda && myconf="${myconf} --enable-jpilot" + + use ldap && myconf="${myconf} --enable-ldap" + + use ipv6 && myconf="${myconf} --enable-ipv6" + + use xface || myconf="${myconf} --disable-compface" + + econf ${myconf} + + emake || die +} + +src_install () { + einstall + + dodir /usr/share/pixmaps + insinto /usr/share/pixmaps + doins *.png + + if use gnome + then + dodir /usr/share/gnome/apps/Internet + insinto /usr/share/gnome/apps/Internet + doins sylpheed.desktop + fi + + dodoc ABOUT-NLS AUTHORS COPYING ChangeLog* NEWS README* TODO* +} |