diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-13 22:59:37 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-13 22:59:37 +0000 |
commit | 68e1ff0f27c5bb0c796287148d543bf7dd363cc5 (patch) | |
tree | 64533e16e32d146dcee2b5db97a14f33d407992e /net-mail/sylpheed-claws | |
parent | Changed x11-wm/lwm to x11-wm/golem (diff) | |
download | historical-68e1ff0f27c5bb0c796287148d543bf7dd363cc5.tar.gz historical-68e1ff0f27c5bb0c796287148d543bf7dd363cc5.tar.bz2 historical-68e1ff0f27c5bb0c796287148d543bf7dd363cc5.zip |
version bump
Diffstat (limited to 'net-mail/sylpheed-claws')
-rw-r--r-- | net-mail/sylpheed-claws/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.10 | 1 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.8-r1 | 1 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.8.10.ebuild (renamed from net-mail/sylpheed-claws/sylpheed-claws-0.8.8-r1.ebuild) | 11 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild | 4 |
5 files changed, 18 insertions, 6 deletions
diff --git a/net-mail/sylpheed-claws/ChangeLog b/net-mail/sylpheed-claws/ChangeLog index 582850d83f6d..ebc0a5219fc6 100644 --- a/net-mail/sylpheed-claws/ChangeLog +++ b/net-mail/sylpheed-claws/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/sylpheed-claws # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.33 2003/02/12 08:17:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.34 2003/02/13 22:59:37 seemant Exp $ + +*sylpheed-claws-0.8.10 (13 Feb 2003) + + 13 Feb 2003; Seemant Kulleen <seemant@gentoo.org> sylpheed-claws-0.8.10.ebuild sylpheed-claws-0.8.9.ebuild files/digest-sylpheed-claws-0.8.10 : + Version bump thanks to Hanno *sylpheed-claws-0.8.9 (26 Jan 2003) diff --git a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.10 b/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.10 new file mode 100644 index 000000000000..fdd93790de58 --- /dev/null +++ b/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.10 @@ -0,0 +1 @@ +MD5 08645275c58d63929f2a6224dc684d05 sylpheed-0.8.10claws.tar.bz2 1825609 diff --git a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.8-r1 b/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.8-r1 deleted file mode 100644 index ce98797eccd6..000000000000 --- a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.8-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e61d2fcb760bd509194437c65214c4b8 sylpheed-0.8.8claws.tar.bz2 1801972 diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.8-r1.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.10.ebuild index 144039b0e4cb..65f2ea1d4e76 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.8-r1.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.8.10.ebuild @@ -1,6 +1,6 @@ # 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-claws/sylpheed-claws-0.8.8-r1.ebuild,v 1.5 2003/02/13 14:42:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.10.ebuild,v 1.1 2003/02/13 22:59:37 seemant Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda" @@ -15,7 +15,7 @@ HOMEPAGE="http://sylpheed-claws.sf.net" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="=x11-libs/gtk+-1.2* pda? ( >=app-misc/jpilot-0.99 ) @@ -87,6 +87,7 @@ src_compile() { econf \ --program-suffix=-claws \ + --enable-spamassassin-plugin \ ${myconf} || die "./configure failed" emake || die @@ -109,3 +110,9 @@ src_install() { dodoc AUTHORS ChangeLog* INSTALL* NEWS README* TODO* } + +pkg_postinst() { + einfo "A new plugin scheme has been implemented and a spamassassin plugin" + einfo "now comes with sylpheed-claws. For info on these please read the" + einfo "Changelog" +} diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild index e41e27854e06..34d5549745fa 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild @@ -1,6 +1,6 @@ # 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-claws/sylpheed-claws-0.8.9.ebuild,v 1.6 2003/02/13 14:42:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild,v 1.7 2003/02/13 22:59:37 seemant Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda" @@ -15,7 +15,7 @@ HOMEPAGE="http://sylpheed-claws.sf.net" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="=x11-libs/gtk+-1.2* pda? ( >=app-misc/jpilot-0.99 ) |