diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-04-28 14:14:50 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-04-28 14:14:50 +0000 |
commit | 6439180ef1ed8231323886ebeba1d02d276b7ce6 (patch) | |
tree | 483224c8907a3d9fc3ad9894d6b056c8c5a10f2a /mail-client | |
parent | update DEPEND (diff) | |
download | gentoo-2-6439180ef1ed8231323886ebeba1d02d276b7ce6.tar.gz gentoo-2-6439180ef1ed8231323886ebeba1d02d276b7ce6.tar.bz2 gentoo-2-6439180ef1ed8231323886ebeba1d02d276b7ce6.zip |
stable on x86 and ia64.
(Portage version: 2.0.54)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/sylpheed/files/digest-sylpheed-2.2.2 | 1 | ||||
-rw-r--r-- | mail-client/sylpheed/files/digest-sylpheed-2.2.3 | 1 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.2.2.ebuild | 71 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.2.3.ebuild | 71 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.2.4.ebuild | 4 |
6 files changed, 7 insertions, 147 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index 0aae4311c09a..4a5ab90c80fb 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,10 @@ # 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.174 2006/03/29 12:35:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.175 2006/04/28 14:14:50 hattya Exp $ + + 28 Apr 2006; Akinori Hattori <hattya@gentoo.org> -sylpheed-2.2.2.ebuild, + -sylpheed-2.2.3.ebuild, sylpheed-2.2.4.ebuild: + stable on x86 and ia64. *sylpheed-2.2.4 (29 Mar 2006) diff --git a/mail-client/sylpheed/files/digest-sylpheed-2.2.2 b/mail-client/sylpheed/files/digest-sylpheed-2.2.2 deleted file mode 100644 index b5be348ad0c5..000000000000 --- a/mail-client/sylpheed/files/digest-sylpheed-2.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 727b4d51ebe305903894bb8daba690de sylpheed-2.2.2.tar.bz2 2510018 diff --git a/mail-client/sylpheed/files/digest-sylpheed-2.2.3 b/mail-client/sylpheed/files/digest-sylpheed-2.2.3 deleted file mode 100644 index ac25c2800d53..000000000000 --- a/mail-client/sylpheed/files/digest-sylpheed-2.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 4fe29639ac4f628f348120361310e0af sylpheed-2.2.3.tar.bz2 2515255 diff --git a/mail-client/sylpheed/sylpheed-2.2.2.ebuild b/mail-client/sylpheed/sylpheed-2.2.2.ebuild deleted file mode 100644 index 0882665b7abc..000000000000 --- a/mail-client/sylpheed/sylpheed-2.2.2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# 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.2.ebuild,v 1.1 2006/03/07 13:36:35 hattya Exp $ - -inherit eutils - -IUSE="crypt gnome ipv6 ldap nls pda spell ssl xface" - -DESCRIPTION="A lightweight email client and newsreader" -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" -SLOT="0" - -PROVIDE="virtual/sylpheed" - -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 ) - pda? ( app-pda/jpilot ) - spell? ( app-text/gtkspell ) - ssl? ( dev-libs/openssl ) - xface? ( >=media-libs/compface-1.4 )" -RDEPEND="${DEPEND} - app-misc/mime-types - x11-misc/shared-mime-info" - -src_unpack() { - - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${PN}-2.*.diff - automake - -} - -src_compile() { - - econf \ - `use_enable crypt gpgme` \ - `use_enable ipv6` \ - `use_enable ldap` \ - `use_enable nls` \ - `use_enable pda jpilot` \ - `use_enable spell gtkspell` \ - `use_enable ssl` \ - `use_enable xface compface` \ - || die - - emake || die - -} - -src_install() { - - einstall - - dodir /usr/share/pixmaps - insinto /usr/share/pixmaps - doins *.png - - insinto /usr/share/applications - doins sylpheed.desktop - - dodoc AUTHORS COPYING ChangeLog* INSTALL* NEWS* README* TODO* - -} diff --git a/mail-client/sylpheed/sylpheed-2.2.3.ebuild b/mail-client/sylpheed/sylpheed-2.2.3.ebuild deleted file mode 100644 index 6b55b10b5da0..000000000000 --- a/mail-client/sylpheed/sylpheed-2.2.3.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# 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.3.ebuild,v 1.1 2006/03/20 14:43:19 hattya Exp $ - -inherit eutils - -IUSE="crypt gnome ipv6 ldap nls pda spell ssl xface" - -DESCRIPTION="A lightweight email client and newsreader" -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" -SLOT="0" - -PROVIDE="virtual/sylpheed" - -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 ) - pda? ( app-pda/jpilot ) - spell? ( app-text/gtkspell ) - ssl? ( dev-libs/openssl ) - xface? ( >=media-libs/compface-1.4 )" -RDEPEND="${DEPEND} - app-misc/mime-types - x11-misc/shared-mime-info" - -src_unpack() { - - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${PN}-2.*.diff - automake - -} - -src_compile() { - - econf \ - `use_enable crypt gpgme` \ - `use_enable ipv6` \ - `use_enable ldap` \ - `use_enable nls` \ - `use_enable pda jpilot` \ - `use_enable spell gtkspell` \ - `use_enable ssl` \ - `use_enable xface compface` \ - || die - - emake || die - -} - -src_install() { - - einstall - - dodir /usr/share/pixmaps - insinto /usr/share/pixmaps - doins *.png - - insinto /usr/share/applications - doins sylpheed.desktop - - dodoc AUTHORS COPYING ChangeLog* INSTALL* NEWS* README* TODO* - -} diff --git a/mail-client/sylpheed/sylpheed-2.2.4.ebuild b/mail-client/sylpheed/sylpheed-2.2.4.ebuild index 86cc0044d7cd..55f82aa9ccd2 100644 --- a/mail-client/sylpheed/sylpheed-2.2.4.ebuild +++ b/mail-client/sylpheed/sylpheed-2.2.4.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.4.ebuild,v 1.1 2006/03/29 12:35:46 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.4.ebuild,v 1.2 2006/04/28 14:14:50 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" |