diff options
author | Marius Mauch <genone@gentoo.org> | 2004-12-14 06:42:13 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-12-14 06:42:13 +0000 |
commit | 54fd1ac389b83d2386183af23f0d6d8bcae8794e (patch) | |
tree | adacd9c1cc6c0854960f7eb82c2cfec68f59623f /mail-client | |
parent | Re-add to tree since linux is now supported. (Manifest recommit) (diff) | |
download | gentoo-2-54fd1ac389b83d2386183af23f0d6d8bcae8794e.tar.gz gentoo-2-54fd1ac389b83d2386183af23f0d6d8bcae8794e.tar.bz2 gentoo-2-54fd1ac389b83d2386183af23f0d6d8bcae8794e.zip |
version bump / fixing dependencies
Diffstat (limited to 'mail-client')
18 files changed, 240 insertions, 33 deletions
diff --git a/mail-client/sylpheed-claws-maildir/ChangeLog b/mail-client/sylpheed-claws-maildir/ChangeLog index 68cdd490fd67..3f59eecbc354 100644 --- a/mail-client/sylpheed-claws-maildir/ChangeLog +++ b/mail-client/sylpheed-claws-maildir/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-maildir # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.5 2004/11/03 19:06:52 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.6 2004/12/14 06:42:13 genone Exp $ + +*sylpheed-claws-maildir-0.7 (14 Dec 2004) + + 14 Dec 2004; Marius Mauch <genone@gentoo.org> + sylpheed-claws-maildir-0.6.ebuild, +sylpheed-claws-maildir-0.7.ebuild: + Version bump to match sylpheed-claws-0.9.13. 03 Nov 2004; Marius Mauch <genone@gentoo.org> sylpheed-claws-maildir-0.6.ebuild: diff --git a/mail-client/sylpheed-claws-maildir/Manifest b/mail-client/sylpheed-claws-maildir/Manifest index f0df755ce9b2..4ef17daec7e1 100644 --- a/mail-client/sylpheed-claws-maildir/Manifest +++ b/mail-client/sylpheed-claws-maildir/Manifest @@ -2,13 +2,15 @@ Hash: SHA1 MD5 5d0a878a0318c6d261424c0f55af1345 metadata.xml 392 -MD5 84b203adc98679d17b2e8be7a83253ea ChangeLog 995 -MD5 5cef1e6172b5a6cbbc9e222c8d933a38 sylpheed-claws-maildir-0.6.ebuild 864 +MD5 d89f5652445a6645105a991ffa27d66a sylpheed-claws-maildir-0.6.ebuild 863 +MD5 dda10a99d8b5706338331e2726db89f4 sylpheed-claws-maildir-0.7.ebuild 745 +MD5 0b3f2384fa76eb81548acdaf2fd10143 ChangeLog 1207 MD5 5b78cadb23f22fec45820a96e3e5ed27 files/digest-sylpheed-claws-maildir-0.6 64 +MD5 5ca5fb343f8db75bb3935347183d5e5d files/digest-sylpheed-claws-maildir-0.7 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBiSxY6J2i8a8J4okRAkTGAJ0efeu0a2A7Xcv8FL6c+fy5JAPypwCgs687 -w6jIr7n1CZ+sue6FuFRiOyg= -=epDG +iD8DBQFBvorI6J2i8a8J4okRArp4AKDT2D0YtqvDLudc/4cWDiuJkFEXZACeMKIj +RAug8mh3XPZPbNyZdKX/Pms= +=0dGa -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.7 b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.7 new file mode 100644 index 000000000000..066fe3425e13 --- /dev/null +++ b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.7 @@ -0,0 +1 @@ +MD5 7eb2e8bb05ecb35d9e486283d5332578 maildir-0.7.tar.bz2 217732 diff --git a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild index 4a8b59e3192d..351daa09e7c5 100644 --- a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild +++ b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild,v 1.5 2004/11/03 19:06:52 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild,v 1.6 2004/12/14 06:42:13 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1" +DEPEND="=mail-client/sylpheed-claws-0.9.12b-r1" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.7.ebuild b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.7.ebuild new file mode 100644 index 000000000000..ab409ad997e3 --- /dev/null +++ b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.7.ebuild,v 1.1 2004/12/14 06:42:13 genone Exp $ + +MY_P="${P##sylpheed-claws-}" + +DESCRIPTION="Plugin for sylpheed-claws to operate on maildir type mailboxes" +HOMEPAGE="http://sylpheed-claws.sourceforge.net" +SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-0.9.13" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/mail-client/sylpheed-claws-mailmbox/Manifest b/mail-client/sylpheed-claws-mailmbox/Manifest index 45bf6d6dca79..a9734be2815e 100644 --- a/mail-client/sylpheed-claws-mailmbox/Manifest +++ b/mail-client/sylpheed-claws-mailmbox/Manifest @@ -2,13 +2,13 @@ Hash: SHA1 MD5 5d0a878a0318c6d261424c0f55af1345 metadata.xml 392 -MD5 d47dc52082984190a724378ba4c8bfd8 sylpheed-claws-mailmbox-0.9.ebuild 756 MD5 dba5a4d7a24fa7e3721ae3058d4d5f3c ChangeLog 834 +MD5 55d3c28841911e840843abadc901fdfc sylpheed-claws-mailmbox-0.9.ebuild 758 MD5 72109419685fb54ad908a857ff95a3f0 files/digest-sylpheed-claws-mailmbox-0.9 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBdXFpugEuf3OQ0akRAouMAJ9e005GHfnz8Mnz9r9HxDoOHE5P1ACfYqn/ -TWsPVlkWtau1NZSfpY5T420= -=v7SI +iD8DBQFBvoq26J2i8a8J4okRAmwdAJ4udIZWFW7JSBfPiOsnsK5BI9ItEQCcD+dc +e0qv3Eb2iwfIhBm6ypFpIDA= +=/lw4 -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild index e0a9936f0062..151386cfbe24 100644 --- a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild +++ b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild,v 1.4 2004/10/19 19:56:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild,v 1.5 2004/12/14 06:42:13 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-0.9.12b" +DEPEND="=mail-client/sylpheed-claws-0.9.12b-r1" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/sylpheed-claws-pgpinline/ChangeLog b/mail-client/sylpheed-claws-pgpinline/ChangeLog index 45764e218dd8..a2de1ce8b30f 100644 --- a/mail-client/sylpheed-claws-pgpinline/ChangeLog +++ b/mail-client/sylpheed-claws-pgpinline/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-pgpinline # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.4 2004/10/19 19:24:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.5 2004/12/14 06:42:13 genone Exp $ + +*sylpheed-claws-pgpinline-0.5 (14 Dec 2004) + + 14 Dec 2004; Marius Mauch <genone@gentoo.org> + sylpheed-claws-pgpinline-0.2.ebuild, +sylpheed-claws-pgpinline-0.5.ebuild: + Version bump to match sylpheed-claws-0.9.13. 19 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> sylpheed-claws-pgpinline-0.2.ebuild: diff --git a/mail-client/sylpheed-claws-pgpinline/Manifest b/mail-client/sylpheed-claws-pgpinline/Manifest index 74595bb9dfd2..bce2f54be32c 100644 --- a/mail-client/sylpheed-claws-pgpinline/Manifest +++ b/mail-client/sylpheed-claws-pgpinline/Manifest @@ -2,13 +2,15 @@ Hash: SHA1 MD5 5d0a878a0318c6d261424c0f55af1345 metadata.xml 392 -MD5 f362173e571f6d924d9bb7ec3d347dce sylpheed-claws-pgpinline-0.2.ebuild 852 -MD5 d4103a45ab869a1d3843de37e8c7e563 ChangeLog 840 +MD5 03c748bdf493fb984da61db65c5c6a79 sylpheed-claws-pgpinline-0.2.ebuild 851 +MD5 f362173e571f6d924d9bb7ec3d347dce sylpheed-claws-pgpinline-0.5.ebuild 852 +MD5 f0f6b0243de88f6af0feaf91fccdcde3 ChangeLog 1058 MD5 1dd92c0fba5c46245655a25e093c95e3 files/digest-sylpheed-claws-pgpinline-0.2 65 +MD5 37698a2e1113f7b90ebb97a82e70df14 files/digest-sylpheed-claws-pgpinline-0.5 65 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBdWouugEuf3OQ0akRAkeWAKCkkn6MXfEo2zdaef2eDGMqH+GaKwCfQUkI -eb7AwAdU/ZTU7VKjU8sljbk= -=SnSN +iD8DBQFBvorA6J2i8a8J4okRApjfAKCd3ZJlZUAHIp9jLYQwDehRS6LjJgCgupoI +62OnFkQ6KuSbm5dmTBAXrv4= +=F+Rp -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws-pgpinline/files/digest-sylpheed-claws-pgpinline-0.5 b/mail-client/sylpheed-claws-pgpinline/files/digest-sylpheed-claws-pgpinline-0.5 new file mode 100644 index 000000000000..82eeac5b6f7b --- /dev/null +++ b/mail-client/sylpheed-claws-pgpinline/files/digest-sylpheed-claws-pgpinline-0.5 @@ -0,0 +1 @@ +MD5 cb7e9c3a2adc2b06691b1ba0763f7624 pgpinline-0.5.tar.gz 307215 diff --git a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.2.ebuild b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.2.ebuild index 935405b4f80d..7ca364e7cdc9 100644 --- a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.2.ebuild +++ b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.2.ebuild,v 1.4 2004/10/19 19:24:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.2.ebuild,v 1.5 2004/12/14 06:42:13 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1 +DEPEND="=mail-client/sylpheed-claws-0.9.12b-r1 =app-crypt/gpgme-0.3.14-r1" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild new file mode 100644 index 000000000000..bb64fad0e9f0 --- /dev/null +++ b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild,v 1.1 2004/12/14 06:42:13 genone Exp $ + +MY_P="${P##sylpheed-claws-}" + +DESCRIPTION="Plugin for sylpheed-claws to support mails with inline pgp signatures" +HOMEPAGE="http://sylpheed-claws.sourceforge.net" +SRC_URI="http://sylpheed-claws.sourceforge.net/downloads/${MY_P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1 + =app-crypt/gpgme-0.3.14-r1" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + export GPGME_CONFIG=${ROOT}/usr/bin/gpgme3-config + + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/mail-client/sylpheed-claws-vcalendar/Manifest b/mail-client/sylpheed-claws-vcalendar/Manifest index 80cf1d58f4e3..9ebbb9a789d9 100644 --- a/mail-client/sylpheed-claws-vcalendar/Manifest +++ b/mail-client/sylpheed-claws-vcalendar/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 d30518752d097a71867d864654cf3c16 sylpheed-claws-vcalendar-0.4.ebuild 893 MD5 5d0a878a0318c6d261424c0f55af1345 metadata.xml 392 +MD5 a2b71268afefbb76674c764f71d0e4b1 sylpheed-claws-vcalendar-0.4.ebuild 892 MD5 47d301914d484c265ca0ba672578f65d ChangeLog 874 MD5 b37803e0c16b331a3c49b1e252491791 files/digest-sylpheed-claws-vcalendar-0.4 65 MD5 613d1581a8bff15e6aa7e083ae3cca37 files/vcalendar-0.4-ical.patch 2308 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBdXAougEuf3OQ0akRAm8EAJ9Q978rpTRg5sG4pa1OgElcsEo+VwCfXn7h -qD/mF9H3tY7J+G1E+TVxdcI= -=44Es +iD8DBQFBvoq76J2i8a8J4okRAkfgAJ9XFWhWUrp0P4jRc+KhbIeOinsXDwCfXOyq +GkcYccXW7U5/md1dVn0YbPw= +=vRYX -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild index 1e040f0df5d2..83df1fd0bd95 100644 --- a/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild +++ b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild,v 1.4 2004/10/19 19:50:53 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild,v 1.5 2004/12/14 06:42:13 genone Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1 +DEPEND="=mail-client/sylpheed-claws-0.9.12b-r1 >=dev-libs/libical-0.24_rc4-r1" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/sylpheed-claws/ChangeLog b/mail-client/sylpheed-claws/ChangeLog index bacf67a29749..e16988a942ea 100644 --- a/mail-client/sylpheed-claws/ChangeLog +++ b/mail-client/sylpheed-claws/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-client/sylpheed-claws # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.27 2004/12/05 00:53:35 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.28 2004/12/14 06:42:13 genone Exp $ + +*sylpheed-claws-0.9.13 (14 Dec 2004) + + 14 Dec 2004; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-0.9.13.ebuild: + Version bump, removed the vcal and mbox plugins for now as there are no + working versions available upstream. 15 Nov 2004; <genone@gentoo.org> -sylpheed-claws-0.9.11.ebuild: removed 0.9.11 for bug #64485. diff --git a/mail-client/sylpheed-claws/Manifest b/mail-client/sylpheed-claws/Manifest index 448a39d28a17..bb06f343d69e 100644 --- a/mail-client/sylpheed-claws/Manifest +++ b/mail-client/sylpheed-claws/Manifest @@ -4,18 +4,20 @@ Hash: SHA1 MD5 5d0a878a0318c6d261424c0f55af1345 metadata.xml 392 MD5 c403b75cf16546b72fd4ab913e73c6a3 sylpheed-claws-0.9.12a-r1.ebuild 6468 MD5 395d56deab43b42263b67936078d52f9 sylpheed-claws-0.9.12b-r1.ebuild 3258 -MD5 a457effec8d44dc92261f68ebd1eeaeb ChangeLog 17834 +MD5 da3190d494363ad920e06758dd0f38c9 ChangeLog 18068 MD5 7d53f68ad688777f8fb5cf09a81a9108 sylpheed-claws-0.9.12a.ebuild 4242 +MD5 4c9826245caa2100c336bee008c5db64 sylpheed-claws-0.9.13.ebuild 3518 MD5 82d3d3968bf15e87b2fc7b5b53c42277 files/gv-procmime-Makefile.in.patch 930 MD5 bf4c9cd9cb7cdc6ece7d4d327910f0cf files/procmime.patch 977 MD5 db15d20129837459a3b58fc654301b7c files/digest-sylpheed-claws-0.9.12a 279 MD5 127bc1fa7e9c9f3d46b0df6f05446360 files/digest-sylpheed-claws-0.9.12a-r1 442 MD5 e4776c1d04bababc02a76a8102e18108 files/vcalendar-0.4-ical.patch 2292 MD5 60eaf129bf082ddccef4b8fe4776b353 files/digest-sylpheed-claws-0.9.12b-r1 76 +MD5 6647f03568da3cd649c64549db6177c6 files/digest-sylpheed-claws-0.9.13 75 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBsmo46J2i8a8J4okRApCvAKCzNF8VIztCGOjjlxVNGKrPlv6q0ACgmO+r -eau4mdHF1Zw/NITqbMdQK7Y= -=dmuU +iD8DBQFBvorE6J2i8a8J4okRAo/7AKDLcIq3AFohE5VP/7OHqD7r3S5iAQCfVO9I +e6LaLOhl1ZLycMGWfBS/tDQ= +=Omof -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws/files/digest-sylpheed-claws-0.9.13 b/mail-client/sylpheed-claws/files/digest-sylpheed-claws-0.9.13 new file mode 100644 index 000000000000..1931057652cd --- /dev/null +++ b/mail-client/sylpheed-claws/files/digest-sylpheed-claws-0.9.13 @@ -0,0 +1 @@ +MD5 c528dbcb471a106dcccce145f58c4055 sylpheed-claws-0.9.13.tar.bz2 3048241 diff --git a/mail-client/sylpheed-claws/sylpheed-claws-0.9.13.ebuild b/mail-client/sylpheed-claws/sylpheed-claws-0.9.13.ebuild new file mode 100644 index 000000000000..140850923fc7 --- /dev/null +++ b/mail-client/sylpheed-claws/sylpheed-claws-0.9.13.ebuild @@ -0,0 +1,124 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-0.9.13.ebuild,v 1.1 2004/12/14 06:42:13 genone Exp $ + +IUSE="nls gnome dillo crypt spell imlib ssl ldap ipv6 pda clamav pdflib maildir mbox calendar xface" + +inherit eutils + +# setting up plugin related variables +GS_VERSION="ghostscript-viewer-0.8" +PGP_VERSION="pgpinline-0.5" +MAILDIR_VERSION="maildir-0.7" +MBOX_VERSION="mailmbox-0.9" +VCAL_VERSION="vcalendar-0.4" + +DESCRIPTION="Bleeding edge version of Sylpheed" +HOMEPAGE="http://sylpheed-claws.sf.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" + +COMMONDEPEND="=x11-libs/gtk+-1.2* + pda? ( >=app-pda/jpilot-0.99 ) + ssl? ( >=dev-libs/openssl-0.9.7 ) + ldap? ( >=net-nds/openldap-2.0.7 ) + crypt? ( =app-crypt/gpgme-0.3.14-r1 ) + dillo? ( www-client/dillo ) + gnome? ( >=media-libs/gdk-pixbuf-0.16 ) + imlib? ( >=media-libs/imlib-1.9.10 ) + spell? ( virtual/aspell-dict ) + nls? ( >=sys-devel/gettext-0.12 ) + x11-libs/startup-notification" + +DEPEND="${COMMONDEPEND} + >=media-libs/compface-1.4 + >=sys-apps/sed-4" + +RDEPEND="${COMMONDEPEND} + app-misc/mime-types + net-mail/metamail + x11-misc/shared-mime-info" + +PDEPEND="pdflib? ( =mail-client/${PN}-${GS_VERSION} ) + maildir? ( =mail-client/${PN}-${MAILDIR_VERSION} ) + crypt? ( =mail-client/${PN}-${PGP_VERSION} )" +# mbox? ( =mail-client/${PN}-${MBOX_VERSION} ) +# calendar? ( =mail-client/${PN}-${VCAL_VERSION} ) + +PROVIDE="virtual/sylpheed" + +src_unpack() { + unpack ${A} + + # use shared-mime-info + cd ${S}/src + epatch ${FILESDIR}/procmime.patch +} + +src_compile() { + local myconf + + myconf="${myconf} `use_enable gnome gdk-pixbuf`" + myconf="${myconf} `use_enable imlib`" + myconf="${myconf} `use_enable spell aspell`" + myconf="${myconf} `use_enable ldap`" + myconf="${myconf} `use_enable ssl openssl`" + myconf="${myconf} `use_enable crypt gpgme`" + myconf="${myconf} `use_enable ipv6`" + myconf="${myconf} `use_enable pda jpilot`" + myconf="${myconf} `use_enable nls`" + myconf="${myconf} `use_enable dillo dillo-viewer-plugin`" + myconf="${myconf} `use_enable clamav clamav-plugin`" + myconf="${myconf} `use_enable crypt pgpmime-plugin`" + myconf="${myconf} `use_enable xface compface`" + + export GPGME_CONFIG=${ROOT}/usr/bin/gpgme3-config + econf \ + --program-suffix=-claws \ + --enable-spamassassin-plugin \ + ${myconf} || die "./configure failed" + + emake || die + + # build the extra tools + cd ${S}/tools + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + local menuentry="/usr/share/gnome/apps/Internet/sylpheed.desktop" + if use gnome; then + dosed "s/Sylpheed/Sylpheed Claws/" ${menuentry} + dosed "s/sylpheed/sylpheed-claws/" ${menuentry} + mv ${D}${menuentry} ${D}${menuentry/sylpheed/sylpheed-claws} + else + rm -rf ${D}/usr/share/gnome + fi + + dodir /usr/share/pixmaps + mv ${D}/usr/share/pixmaps/sylpheed{,-claws}.png + + dodoc AUTHORS ChangeLog* INSTALL* NEWS README* TODO* + docinto tools + dodoc tools/README* + + # install the extra tools + cd ${S}/tools + exeinto /usr/lib/${PN}/tools + doexe *.pl *.py *.rc *.conf *.sh gpg-sign-syl + doexe tb2sylpheed update-po uudec +} + +pkg_postinst() { + ewarn + ewarn "You have to re-emerge or update all external plugins" + use mbox && ewarn "There is no updated version of the mailmbox plugin available yet." + use calendar && ewarn "There is no updated version of the calendar plugin available yet." + ewarn + epause 5 + ebeep 3 +} |