From 48caae12153d66dc9308a84e015a75148f20c4eb Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Sun, 25 Mar 2012 12:29:49 +0000 Subject: new upstream release. fixes bug #406253. (Portage version: 2.1.10.44/cvs/Linux i686) --- mail-client/sylpheed/ChangeLog | 8 ++++- mail-client/sylpheed/sylpheed-3.1.1.ebuild | 55 ------------------------------ mail-client/sylpheed/sylpheed-3.1.3.ebuild | 55 ++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 56 deletions(-) delete mode 100644 mail-client/sylpheed/sylpheed-3.1.1.ebuild create mode 100644 mail-client/sylpheed/sylpheed-3.1.3.ebuild (limited to 'mail-client/sylpheed') diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index f88fef43bc5c..a636ce1dabd5 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.299 2012/03/24 17:22:18 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.300 2012/03/25 12:29:49 hattya Exp $ + +*sylpheed-3.1.3 (25 Mar 2012) + + 25 Mar 2012; Akinori Hattori -sylpheed-3.1.1.ebuild, + +sylpheed-3.1.3.ebuild: + new upstream release. fixes bug #406253. 24 Mar 2012; Pawel Hajdan jr sylpheed-3.1.2.ebuild: x86 stable wrt bug #406345 diff --git a/mail-client/sylpheed/sylpheed-3.1.1.ebuild b/mail-client/sylpheed/sylpheed-3.1.1.ebuild deleted file mode 100644 index 051e06ea9e73..000000000000 --- a/mail-client/sylpheed/sylpheed-3.1.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.1.ebuild,v 1.5 2011/11/03 07:07:23 hattya Exp $ - -EAPI="4" - -inherit eutils - -DESCRIPTION="A lightweight email client and newsreader" -HOMEPAGE="http://sylpheed.sraoss.jp/" -SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" -IUSE="crypt ipv6 ldap nls oniguruma pda spell ssl xface" - -CDEPEND="x11-libs/gtk+:2 - nls? ( sys-devel/gettext ) - crypt? ( app-crypt/gpgme ) - ldap? ( net-nds/openldap ) - oniguruma? ( dev-libs/oniguruma ) - pda? ( app-pda/jpilot ) - spell? ( app-text/gtkspell:2 ) - ssl? ( dev-libs/openssl )" -RDEPEND="${CDEPEND} - app-misc/mime-types - net-misc/curl" -DEPEND="${CDEPEND} - dev-util/pkgconfig - xface? ( media-libs/compface )" - -src_configure() { - local htmldir=/usr/share/doc/${PF}/html - econf \ - $(use_enable crypt gpgme) \ - $(use_enable ipv6) \ - $(use_enable ldap) \ - $(use_enable oniguruma) \ - $(use_enable pda jpilot) \ - $(use_enable spell gtkspell) \ - $(use_enable ssl) \ - $(use_enable xface compface) \ - --with-manualdir=${htmldir}/manual \ - --with-faqdir=${htmldir}/faq \ - --disable-updatecheck -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog* NEWS* README* TODO* - - doicon *.png - domenu *.desktop -} diff --git a/mail-client/sylpheed/sylpheed-3.1.3.ebuild b/mail-client/sylpheed/sylpheed-3.1.3.ebuild new file mode 100644 index 000000000000..a9b5efdeeb18 --- /dev/null +++ b/mail-client/sylpheed/sylpheed-3.1.3.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.3.ebuild,v 1.1 2012/03/25 12:29:49 hattya Exp $ + +EAPI="4" + +inherit eutils + +DESCRIPTION="A lightweight email client and newsreader" +HOMEPAGE="http://sylpheed.sraoss.jp/" +SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="crypt ipv6 ldap nls oniguruma pda spell ssl xface" + +CDEPEND="x11-libs/gtk+:2 + nls? ( sys-devel/gettext ) + crypt? ( app-crypt/gpgme ) + ldap? ( net-nds/openldap ) + oniguruma? ( dev-libs/oniguruma ) + pda? ( app-pda/jpilot ) + spell? ( app-text/gtkspell:2 ) + ssl? ( dev-libs/openssl )" +RDEPEND="${CDEPEND} + app-misc/mime-types + net-misc/curl" +DEPEND="${CDEPEND} + dev-util/pkgconfig + xface? ( media-libs/compface )" + +src_configure() { + local htmldir=/usr/share/doc/${PF}/html + econf \ + $(use_enable crypt gpgme) \ + $(use_enable ipv6) \ + $(use_enable ldap) \ + $(use_enable oniguruma) \ + $(use_enable pda jpilot) \ + $(use_enable spell gtkspell) \ + $(use_enable ssl) \ + $(use_enable xface compface) \ + --with-manualdir=${htmldir}/manual \ + --with-faqdir=${htmldir}/faq \ + --disable-updatecheck +} + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog* NEWS* README* TODO* + + doicon *.png + domenu *.desktop +} -- cgit v1.2.3-65-gdbad