diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-06-05 16:23:02 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-06-05 16:23:02 +0000 |
commit | dbdc3bf59ba22069bcf14bd9d440e38b47803663 (patch) | |
tree | 86897fd2f2f9c6fe5b363f0ad5591eccda3234c2 /mail-client | |
parent | add helpful notice for users #134482 by David Grant (diff) | |
download | gentoo-2-dbdc3bf59ba22069bcf14bd9d440e38b47803663.tar.gz gentoo-2-dbdc3bf59ba22069bcf14bd9d440e38b47803663.tar.bz2 gentoo-2-dbdc3bf59ba22069bcf14bd9d440e38b47803663.zip |
new upstream release.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/sylpheed/files/digest-sylpheed-2.2.0 | 1 | ||||
-rw-r--r-- | mail-client/sylpheed/files/digest-sylpheed-2.2.5 | 1 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.2.5.ebuild (renamed from mail-client/sylpheed/sylpheed-2.2.0.ebuild) | 6 |
4 files changed, 11 insertions, 5 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index d9f1aeabe824..02ff15261c3f 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.180 2006/05/25 17:48:36 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.181 2006/06/05 16:23:02 hattya Exp $ + +*sylpheed-2.2.5 (05 Jun 2006) + + 05 Jun 2006; Akinori Hattori <hattya@gentoo.org> -sylpheed-2.2.0.ebuild, + +sylpheed-2.2.5.ebuild: + new upstream release. 25 May 2006; Guy Martin <gmsoft@gentoo.org> sylpheed-2.2.4.ebuild: Stable on hppa. diff --git a/mail-client/sylpheed/files/digest-sylpheed-2.2.0 b/mail-client/sylpheed/files/digest-sylpheed-2.2.0 deleted file mode 100644 index 39400a210767..000000000000 --- a/mail-client/sylpheed/files/digest-sylpheed-2.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 da23e5c6ef869c4fe847ea9207f40ddf sylpheed-2.2.0.tar.bz2 2492789 diff --git a/mail-client/sylpheed/files/digest-sylpheed-2.2.5 b/mail-client/sylpheed/files/digest-sylpheed-2.2.5 new file mode 100644 index 000000000000..bdf9646321d0 --- /dev/null +++ b/mail-client/sylpheed/files/digest-sylpheed-2.2.5 @@ -0,0 +1 @@ +MD5 6e20522180ba0346d3f85de160076560 sylpheed-2.2.5.tar.bz2 2536677 diff --git a/mail-client/sylpheed/sylpheed-2.2.0.ebuild b/mail-client/sylpheed/sylpheed-2.2.5.ebuild index 3683a16d1d3b..7ff40da56f67 100644 --- a/mail-client/sylpheed/sylpheed-2.2.0.ebuild +++ b/mail-client/sylpheed/sylpheed-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.0.ebuild,v 1.6 2006/03/19 12:07:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.5.ebuild,v 1.1 2006/06/05 16:23:02 hattya Exp $ inherit eutils @@ -11,7 +11,7 @@ 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 ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ia64 ppc ~ppc64 sparc x86" SLOT="0" PROVIDE="virtual/sylpheed" @@ -66,6 +66,6 @@ src_install() { insinto /usr/share/applications doins sylpheed.desktop - dodoc AUTHORS COPYING ChangeLog* INSTALL* NEWS* README* TODO* + dodoc AUTHORS ChangeLog* NEWS* README* TODO* } |