diff options
author | Akinori Hattori <hattya@gentoo.org> | 2009-08-16 07:05:34 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2009-08-16 07:05:34 +0000 |
commit | f0e5570bb41fa8928c5c40c8742c1ff51e59399a (patch) | |
tree | c8a8a49653bc8291c3caf65784b08774fd39025e /mail-client/sylpheed | |
parent | Fix docs install and add examples use flag to control the install of the larg... (diff) | |
download | gentoo-2-f0e5570bb41fa8928c5c40c8742c1ff51e59399a.tar.gz gentoo-2-f0e5570bb41fa8928c5c40c8742c1ff51e59399a.tar.bz2 gentoo-2-f0e5570bb41fa8928c5c40c8742c1ff51e59399a.zip |
new upstream release.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'mail-client/sylpheed')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.7.1.ebuild (renamed from mail-client/sylpheed/sylpheed-2.5.0.ebuild) | 15 |
2 files changed, 13 insertions, 10 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index 26e52834d51f..6e4002b33583 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.278 2009/07/27 17:16:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.279 2009/08/16 07:05:34 hattya Exp $ + +*sylpheed-2.7.1 (16 Aug 2009) + + 16 Aug 2009; Akinori Hattori <hattya@gentoo.org> -sylpheed-2.5.0.ebuild, + +sylpheed-2.7.1.ebuild: + new upstream release. 27 Jul 2009; nixnut <nixnut@gentoo.org> sylpheed-2.6.0.ebuild: ppc stable #276830 diff --git a/mail-client/sylpheed/sylpheed-2.5.0.ebuild b/mail-client/sylpheed/sylpheed-2.7.1.ebuild index aff362f71c50..c6270320aca2 100644 --- a/mail-client/sylpheed/sylpheed-2.5.0.ebuild +++ b/mail-client/sylpheed/sylpheed-2.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild,v 1.6 2009/07/04 09:55:05 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.7.1.ebuild,v 1.1 2009/08/16 07:05:34 hattya Exp $ inherit autotools eutils @@ -11,13 +11,13 @@ HOMEPAGE="http://sylpheed.sraoss.jp/" SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" SLOT="0" COMMON_DEPEND=">=x11-libs/gtk+-2.4 nls? ( >=sys-devel/gettext-0.12.1 ) - crypt? ( >=app-crypt/gpgme-0.4.5 ) - ldap? ( >=net-nds/openldap-2.0.11 ) + crypt? ( >=app-crypt/gpgme-1 ) + ldap? ( net-nds/openldap ) pda? ( app-pda/jpilot ) spell? ( app-text/gtkspell ) ssl? ( dev-libs/openssl )" @@ -26,6 +26,7 @@ DEPEND="${COMMON_DEPEND} xface? ( >=media-libs/compface-1.4 )" RDEPEND="${COMMON_DEPEND} app-misc/mime-types + net-misc/curl x11-misc/shared-mime-info" AT_M4DIR="ac" @@ -35,13 +36,10 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PN}-2.[124]-*.diff + epatch "${FILESDIR}"/${PN}-2.[457]-*.diff use crypt || cp ac/missing/gpgme.m4 ac - # remove "-I m4" from aclocal arguments - sed -i "/^ACLOCAL_AMFLAGS/d" Makefile.am - eautoreconf } @@ -54,7 +52,6 @@ src_compile() { $(use_enable crypt gpgme) \ $(use_enable ipv6) \ $(use_enable ldap) \ - $(use_enable nls) \ $(use_enable pda jpilot) \ $(use_enable spell gtkspell) \ $(use_enable ssl) \ |