diff options
author | Akinori Hattori <hattya@gentoo.org> | 2005-04-23 12:52:37 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2005-04-23 12:52:37 +0000 |
commit | 3c2ca6a793a078cf2fb640996b679ef6f27eb480 (patch) | |
tree | 3e20838c0c226da21daa97b95f963510a0855b44 /mail-client | |
parent | mask sylpheed 1.9.9 (diff) | |
download | gentoo-2-3c2ca6a793a078cf2fb640996b679ef6f27eb480.tar.gz gentoo-2-3c2ca6a793a078cf2fb640996b679ef6f27eb480.tar.bz2 gentoo-2-3c2ca6a793a078cf2fb640996b679ef6f27eb480.zip |
new upstream release (development branch). fixes bug #89631.
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/sylpheed/Manifest | 4 | ||||
-rw-r--r-- | mail-client/sylpheed/files/digest-sylpheed-1.9.9 | 1 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-1.9.9.ebuild | 73 |
4 files changed, 83 insertions, 2 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index 9e6830027a0a..7bb0ac5f9d71 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/sylpheed # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.101 2005/04/14 13:11:37 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.102 2005/04/23 12:52:37 hattya Exp $ + +*sylpheed-1.9.9 (23 Apr 2005) + + 23 Apr 2005; Akinori Hattori <hattya@gentoo.org> +sylpheed-1.9.9.ebuild: + new upstream release (development branch). fixes bug #89631. 14 Apr 2005; Akinori Hattori <hattya@gentoo.org> -sylpheed-1.0.3.ebuild, -sylpheed-1.9.7.ebuild: diff --git a/mail-client/sylpheed/Manifest b/mail-client/sylpheed/Manifest index 05761062bc3c..2cc3106c04ce 100644 --- a/mail-client/sylpheed/Manifest +++ b/mail-client/sylpheed/Manifest @@ -1,8 +1,10 @@ -MD5 5a8c4b81a0666ca0627f2aeb3046d1b1 ChangeLog 22481 +MD5 fbd7097c9ff08c54919b4f7c9a0f9b88 ChangeLog 22651 MD5 126ca8f672f0296d2f1e6830e6729a91 metadata.xml 231 MD5 b24edf1dd3b5d0347d0798e571c9bb87 sylpheed-1.0.4.ebuild 1610 MD5 763f67f39387c0aeedeeb9c2efcaa935 sylpheed-1.9.8.ebuild 1485 +MD5 691b3c120abe556f61db6e9af0e51f15 sylpheed-1.9.9.ebuild 1381 MD5 a362fe1639f77a7898dfeab021cf9ca2 files/digest-sylpheed-1.0.4 68 MD5 e826f34c767690602e7e053c3e8b5bb3 files/digest-sylpheed-1.9.8 68 +MD5 990bb753d04a13856fdb53beb6ad4255 files/digest-sylpheed-1.9.9 68 MD5 4cbec71671b7349c904f860a12fee5d9 files/sylpheed-namespace.diff 550 MD5 f4242298cfab21456442bfe52505d2b8 files/sylpheed-procmime.diff 1119 diff --git a/mail-client/sylpheed/files/digest-sylpheed-1.9.9 b/mail-client/sylpheed/files/digest-sylpheed-1.9.9 new file mode 100644 index 000000000000..6c3eb8b7278f --- /dev/null +++ b/mail-client/sylpheed/files/digest-sylpheed-1.9.9 @@ -0,0 +1 @@ +MD5 60f8698354d903da61de52dca2a19c0f sylpheed-1.9.9.tar.bz2 2216735 diff --git a/mail-client/sylpheed/sylpheed-1.9.9.ebuild b/mail-client/sylpheed/sylpheed-1.9.9.ebuild new file mode 100644 index 000000000000..39c2055619ec --- /dev/null +++ b/mail-client/sylpheed/sylpheed-1.9.9.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-1.9.9.ebuild,v 1.1 2005/04/23 12:52:37 hattya Exp $ + +inherit eutils + +IUSE="crypt gnome ipv6 ldap nls pda ssl xface" + +DESCRIPTION="A lightweight email client and newsreader" +HOMEPAGE="http://sylpheed.good-day.net/" +SRC_URI="http://sylpheed.good-day.net/${PN}/v${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +SLOT="0" + +PROVIDE="virtual/sylpheed" + +DEPEND=">=x11-libs/gtk+-2.2 + !amd64? ( nls? ( >=sys-devel/gettext-0.12.1 ) ) + crypt? ( >=app-crypt/gpgme-0.4.5 ) + ldap? ( >=net-nds/openldap-2.0.11 ) + pda? ( app-pda/jpilot ) + ssl? ( dev-libs/openssl ) + xface? ( >=media-libs/compface-1.4 )" +RDEPEND="${DEPEND} + app-misc/mime-types + x11-misc/shared-mime-info" + +src_unpack() { + + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${PN}-namespace.diff + epatch ${FILESDIR}/${PN}-procmime.diff + +} + +src_compile() { + + econf \ + `use_enable nls` \ + `use_enable ssl` \ + `use_enable crypt gpgme` \ + `use_enable pda jpilot` \ + `use_enable ldap` \ + `use_enable ipv6` \ + `use_enable xface compface` \ + || die + + 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 [A-Z][A-Z]* ChangeLog* + +} |