diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-08-28 09:04:30 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-08-28 09:04:30 +0000 |
commit | a084d9066e46ca70e94963555d5fa7bafb65e11e (patch) | |
tree | 03fd49334cf437f6e34e9b57f14b46afc822f8af /mail-client | |
parent | stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-a084d9066e46ca70e94963555d5fa7bafb65e11e.tar.gz gentoo-2-a084d9066e46ca70e94963555d5fa7bafb65e11e.tar.bz2 gentoo-2-a084d9066e46ca70e94963555d5fa7bafb65e11e.zip |
cleaned out old ebuild
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/sylpheed/files/digest-sylpheed-0.9.12-r1 | 2 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.12-r1.ebuild | 99 |
3 files changed, 4 insertions, 102 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index 84e93e1e6f6d..3ccc1b3b5ada 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/sylpheed # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.28 2004/08/28 07:07:55 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.29 2004/08/28 09:04:30 hattya Exp $ + + 28 Aug 2004; Akinori Hattori <hattya@gentoo.org> -sylpheed-0.9.12-r1.ebuild: + cleaned out old ebuild. *sylpheed-0.9.12-r4 (28 Aug 2004) diff --git a/mail-client/sylpheed/files/digest-sylpheed-0.9.12-r1 b/mail-client/sylpheed/files/digest-sylpheed-0.9.12-r1 deleted file mode 100644 index f24fc7e86afe..000000000000 --- a/mail-client/sylpheed/files/digest-sylpheed-0.9.12-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 5deab7d65f8e19444902be3d82610e6b sylpheed-0.9.12.tar.bz2 2304925 -MD5 b24e121388ef497f6a4c43d4b2d475c3 sylpheed-0.9.12-gtk2-20040617.diff.gz 192019 diff --git a/mail-client/sylpheed/sylpheed-0.9.12-r1.ebuild b/mail-client/sylpheed/sylpheed-0.9.12-r1.ebuild deleted file mode 100644 index 5e9513ad6965..000000000000 --- a/mail-client/sylpheed/sylpheed-0.9.12-r1.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.12-r1.ebuild,v 1.3 2004/08/27 13:22:19 dragonheart Exp $ - -inherit eutils - -IUSE="ssl xface ipv6 imlib nls gnome ldap crypt pda gtk2" - -GTK2_PATCHVER="20040617" - -DESCRIPTION="A lightweight email client and newsreader" -HOMEPAGE="http://sylpheed.good-day.net/ - http://sylpheed-gtk2.sf.net/" -SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2 - gtk2? ( mirror://sourceforge/${PN}-gtk2/${P}-gtk2-${GTK2_PATCHVER}.diff.gz )" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~ia64 ~amd64" -SLOT="0" - -PROVIDE="virtual/sylpheed" - -DEPEND="gtk2? ( >=x11-libs/gtk+-2.2 ) - !gtk2? ( =x11-libs/gtk+-1.2* - gnome? ( media-libs/gdk-pixbuf ) - imlib? ( media-libs/imlib ) - ) - !amd64? ( nls? ( =sys-devel/gettext-0.12.1* ) ) - ssl? ( dev-libs/openssl ) - pda? ( app-pda/jpilot ) - ldap? ( >=net-nds/openldap-2.0.11 ) - crypt? ( <app-crypt/gpgme-0.4 - !=app-crypt/gpgme-0.3.14-r1 ) - 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}-namespace.diff - epatch ${FILESDIR}/${PN}-procmime.diff - - if use gtk2; then - epatch ${WORKDIR}/${P}-gtk2-${GTK2_PATCHVER}.diff - ! use crypt && cp ac/missing/gpgme.m4 ac - ./autogen.sh - fi - -} - -src_compile() { - - local myconf - - if use gtk2; then - myconf="--enable-gdk-pixbuf" - - else - myconf="`use_enable imlib` `use_enable gnome gdk-pixbuf`" - - fi - - econf \ - `use_enable nls` \ - `use_enable ssl` \ - `use_enable crypt gpgme` \ - `use_enable pda jpilot` \ - `use_enable ldap` \ - `use_enable ipv6` \ - `use_enable xface compface` \ - ${myconf} \ - || die - - emake || die - -} - -src_install() { - - einstall - - dodir /usr/share/pixmaps - insinto /usr/share/pixmaps - doins *.png - - if use gnome - then - dodir /usr/share/gnome/apps/Internet - insinto /usr/share/gnome/apps/Internet - doins sylpheed.desktop - fi - - dodoc [A-Z][A-Z]* ChangeLog* - -} |