diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-06-24 11:00:16 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-06-24 11:00:16 +0000 |
commit | 87e7da1411cff201db0b23d7ce32f004e4f4e8e1 (patch) | |
tree | f96413f77ecbd4ed528e940b041d04e54265eb73 /mail-client | |
parent | new release of gtk2 patch (Manifest recommit) (diff) | |
download | gentoo-2-87e7da1411cff201db0b23d7ce32f004e4f4e8e1.tar.gz gentoo-2-87e7da1411cff201db0b23d7ce32f004e4f4e8e1.tar.bz2 gentoo-2-87e7da1411cff201db0b23d7ce32f004e4f4e8e1.zip |
cleaned out old ebuilds
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/sylpheed/files/digest-sylpheed-0.9.8-r2 | 2 | ||||
-rw-r--r-- | mail-client/sylpheed/files/digest-sylpheed-0.9.9-r1 | 2 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild | 96 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild | 93 |
5 files changed, 5 insertions, 194 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index d74447307ecc..1aacbd170c76 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/sylpheed # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.12 2004/06/24 10:54:27 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.13 2004/06/24 11:00:16 hattya Exp $ + + 24 Jun 2004; Akinori Hattori <hattya@gentoo.org> -sylpheed-0.9.8-r2.ebuild, + -sylpheed-0.9.9-r1.ebuild: + cleaned out old ebuilds. *sylpheed-0.9.12-r2 (24 Jun 2004) diff --git a/mail-client/sylpheed/files/digest-sylpheed-0.9.8-r2 b/mail-client/sylpheed/files/digest-sylpheed-0.9.8-r2 deleted file mode 100644 index 80f975693ba0..000000000000 --- a/mail-client/sylpheed/files/digest-sylpheed-0.9.8-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 39f04649afdf371a79c3fc30b0f16b18 sylpheed-0.9.8.tar.bz2 2209820 -MD5 fcd6e7789f2ff1f990354d089f1a4dc1 sylpheed-0.9.8a-gtk2-20040109.tar.gz 3154139 diff --git a/mail-client/sylpheed/files/digest-sylpheed-0.9.9-r1 b/mail-client/sylpheed/files/digest-sylpheed-0.9.9-r1 deleted file mode 100644 index 78376d5bad2d..000000000000 --- a/mail-client/sylpheed/files/digest-sylpheed-0.9.9-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 caa37c344c7d7849c5fb98835a38b725 sylpheed-0.9.9.tar.bz2 2255925 -MD5 902288ffea1cd18b2af4a044881c4120 sylpheed-0.9.9-gtk2-20040229.tar.gz 3275909 diff --git a/mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild b/mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild deleted file mode 100644 index 2b7ce25dd499..000000000000 --- a/mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.8-r2.ebuild,v 1.2 2004/06/07 14:13:42 agriffis Exp $ - -IUSE="ssl xface ipv6 nls gnome ldap crypt pda gtk2" - -inherit eutils debug - -PATCHVER=20040109 - -S=${WORKDIR}/${P} -DESCRIPTION="A lightweight email client and newsreader" -HOMEPAGE="http://sylpheed.good-day.net/ - http://sylpheed-gtk2.sourceforge.net/" -SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2 - gtk2? ( mirror://sourceforge/${PN}-gtk2/${P}a-gtk2-${PATCHVER}.tar.gz )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa ia64 ~amd64" - -PROVIDE="virtual/sylpheed" - -DEPEND="gtk2? ( >=x11-libs/gtk+-2.0 ) - !gtk2? ( =x11-libs/gtk+-1.2* - gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 ) - ) - xface? ( >=media-libs/compface-1.4 ) - ssl? ( dev-libs/openssl ) - pda? ( app-pda/jpilot ) - crypt? ( >=app-crypt/gnupg-1.0.6 =app-crypt/gpgme-0.3.14 ) - ldap? ( >=net-nds/openldap-2.0.11 ) - x11-misc/shared-mime-info" - -S=${WORKDIR}/${P} -use gtk2 && S=${WORKDIR}/${P}a-gtk2-${PATCHVER} - - -src_unpack() { - if use gtk2; - then - unpack ${P}a-gtk2-${PATCHVER}.tar.gz - else - unpack ${P}.tar.bz2 - fi - - cd ${S} - epatch ${FILESDIR}/shared-mime.patch -} - -src_compile() { - local myconf - if use gtk2; - then - myconf="${myconf} --enable-gdk-pixbuf" - else - use gnome || myconf="${myconf} --disable-gdk-pixbuf --disable-imlib" - use nls || myconf="${myconf} --disable-nls" - fi - - use ssl && myconf="${myconf} --enable-ssl" - - use crypt && myconf="${myconf} --enable-gpgme" - - use pda && myconf="${myconf} --enable-jpilot" - - use ldap && myconf="${myconf} --enable-ldap" - - use ipv6 && myconf="${myconf} --enable-ipv6" - - use xface || myconf="${myconf} --disable-compface" - - # build fails if this is done normally. dunno why and didn't bother to find out. : ) -# use gtk2 && ./autogen.sh - - econf ${myconf} || die "econf failed" - - 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 ABOUT-NLS AUTHORS COPYING ChangeLog* NEWS README* TODO* -} diff --git a/mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild b/mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild deleted file mode 100644 index 9c5b726df1b4..000000000000 --- a/mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.9-r1.ebuild,v 1.2 2004/06/07 14:13:42 agriffis Exp $ - -IUSE="ssl xface ipv6 nls gnome ldap crypt pda gtk2" - -inherit eutils debug - -PATCHVER=20040229 - -S=${WORKDIR}/${P} -DESCRIPTION="A lightweight email client and newsreader" -HOMEPAGE="http://sylpheed.good-day.net/ - http://sylpheed-gtk2.sourceforge.net/" -SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2 - gtk2? ( mirror://sourceforge/${PN}-gtk2/${P}-gtk2-${PATCHVER}.tar.gz )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~ia64 ~amd64" - -PROVIDE="virtual/sylpheed" - -DEPEND="gtk2? ( >=x11-libs/gtk+-2.0 ) - !gtk2? ( =x11-libs/gtk+-1.2* - gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 ) - ) - xface? ( >=media-libs/compface-1.4 ) - ssl? ( dev-libs/openssl ) - pda? ( app-pda/jpilot ) - crypt? ( >=app-crypt/gnupg-1.0.6 =app-crypt/gpgme-0.3.14 ) - ldap? ( >=net-nds/openldap-2.0.11 ) - x11-misc/shared-mime-info" - -S=${WORKDIR}/${P} -use gtk2 && S=${WORKDIR}/${P}-gtk2-${PATCHVER} - - -src_unpack() { - if use gtk2; - then - unpack ${P}-gtk2-${PATCHVER}.tar.gz - else - unpack ${P}.tar.bz2 - fi -} - -src_compile() { - local myconf - if use gtk2; - then - myconf="${myconf} --enable-gdk-pixbuf" - else - use gnome || myconf="${myconf} --disable-gdk-pixbuf --disable-imlib" - use nls || myconf="${myconf} --disable-nls" - fi - - use ssl && myconf="${myconf} --enable-ssl" - - use crypt && myconf="${myconf} --enable-gpgme" - - use pda && myconf="${myconf} --enable-jpilot" - - use ldap && myconf="${myconf} --enable-ldap" - - use ipv6 && myconf="${myconf} --enable-ipv6" - - use xface || myconf="${myconf} --disable-compface" - - # build fails if this is done normally. dunno why and didn't bother to find out. : ) -# use gtk2 && ./autogen.sh - - econf ${myconf} || die "econf failed" - - 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 ABOUT-NLS AUTHORS COPYING ChangeLog* NEWS README* TODO* -} |