summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2005-03-07 12:56:23 +0000
committerAkinori Hattori <hattya@gentoo.org>2005-03-07 12:56:23 +0000
commit4f0ef00f22fb3626767cafa125d4606165a1529a (patch)
treeee5289cb730ebdc41a18cf35abab8c629ab6be41 /mail-client
parentDejavafied (diff)
downloadgentoo-2-4f0ef00f22fb3626767cafa125d4606165a1529a.tar.gz
gentoo-2-4f0ef00f22fb3626767cafa125d4606165a1529a.tar.bz2
gentoo-2-4f0ef00f22fb3626767cafa125d4606165a1529a.zip
remove ebuilds. they have buffer overflow bug.
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/sylpheed/ChangeLog6
-rw-r--r--mail-client/sylpheed/files/digest-sylpheed-1.9.11
-rw-r--r--mail-client/sylpheed/files/digest-sylpheed-1.9.21
-rw-r--r--mail-client/sylpheed/files/digest-sylpheed-1.9.41
-rw-r--r--mail-client/sylpheed/sylpheed-1.9.1.ebuild73
-rw-r--r--mail-client/sylpheed/sylpheed-1.9.2.ebuild74
-rw-r--r--mail-client/sylpheed/sylpheed-1.9.4.ebuild73
7 files changed, 5 insertions, 224 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog
index b1976cadcd51..d120cacf5d0e 100644
--- a/mail-client/sylpheed/ChangeLog
+++ b/mail-client/sylpheed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/sylpheed
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.77 2005/03/07 12:46:03 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.78 2005/03/07 12:56:23 hattya Exp $
+
+ 07 Mar 2005; Akinori Hattori <hattya@gentoo.org> -sylpheed-1.9.1.ebuild,
+ -sylpheed-1.9.2.ebuild, -sylpheed-1.9.4.ebuild:
+ remove ebuilds. they have a buffer overflow bug.
*sylpheed-1.9.5 (07 Mar 2005)
diff --git a/mail-client/sylpheed/files/digest-sylpheed-1.9.1 b/mail-client/sylpheed/files/digest-sylpheed-1.9.1
deleted file mode 100644
index 7a88be4627e8..000000000000
--- a/mail-client/sylpheed/files/digest-sylpheed-1.9.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3164a9db5a7a50902083fb3b05c486ae sylpheed-1.9.1.tar.bz2 2303268
diff --git a/mail-client/sylpheed/files/digest-sylpheed-1.9.2 b/mail-client/sylpheed/files/digest-sylpheed-1.9.2
deleted file mode 100644
index cce5c2beb4c4..000000000000
--- a/mail-client/sylpheed/files/digest-sylpheed-1.9.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 56edc4f0845fcde6c5a74766d1f8ad5a sylpheed-1.9.2.tar.bz2 2221396
diff --git a/mail-client/sylpheed/files/digest-sylpheed-1.9.4 b/mail-client/sylpheed/files/digest-sylpheed-1.9.4
deleted file mode 100644
index 1e570b36b829..000000000000
--- a/mail-client/sylpheed/files/digest-sylpheed-1.9.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 49f35c104a6c4e56ad76816d8140a4b4 sylpheed-1.9.4.tar.bz2 2219533
diff --git a/mail-client/sylpheed/sylpheed-1.9.1.ebuild b/mail-client/sylpheed/sylpheed-1.9.1.ebuild
deleted file mode 100644
index 1b28320537de..000000000000
--- a/mail-client/sylpheed/sylpheed-1.9.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-1.9.1.ebuild,v 1.1 2005/02/05 14:55:43 hattya Exp $
-
-inherit eutils
-
-IUSE="crypt gnome ipv6 ldap nls pda 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 ~sparc ~x86"
-SLOT="0"
-
-PROVIDE="virtual/sylpheed"
-
-DEPEND=">=x11-libs/gtk+-2.2
- !amd64? ( 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 )
- 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}-namespace.diff
- epatch ${FILESDIR}/${PN}-procmime.diff
-
-}
-
-src_compile() {
-
- 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` \
- || 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*
-
-}
diff --git a/mail-client/sylpheed/sylpheed-1.9.2.ebuild b/mail-client/sylpheed/sylpheed-1.9.2.ebuild
deleted file mode 100644
index fa2b7fcfdb0d..000000000000
--- a/mail-client/sylpheed/sylpheed-1.9.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-1.9.2.ebuild,v 1.1 2005/02/18 09:58:28 hattya Exp $
-
-inherit eutils
-
-IUSE="crypt gnome ipv6 ldap nls pda 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 ~sparc ~x86"
-SLOT="0"
-
-PROVIDE="virtual/sylpheed"
-
-DEPEND=">=x11-libs/gtk+-2.2
- !amd64? ( 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 )
- 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}-namespace.diff
- epatch ${FILESDIR}/${PN}-procmime.diff
- epatch ${FILESDIR}/${P}-references.diff
-
-}
-
-src_compile() {
-
- 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` \
- || 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*
-
-}
diff --git a/mail-client/sylpheed/sylpheed-1.9.4.ebuild b/mail-client/sylpheed/sylpheed-1.9.4.ebuild
deleted file mode 100644
index a362e59bf369..000000000000
--- a/mail-client/sylpheed/sylpheed-1.9.4.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-1.9.4.ebuild,v 1.1 2005/03/03 15:43:29 hattya Exp $
-
-inherit eutils
-
-IUSE="crypt gnome ipv6 ldap nls pda 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 ~sparc ~x86"
-SLOT="0"
-
-PROVIDE="virtual/sylpheed"
-
-DEPEND=">=x11-libs/gtk+-2.2
- !amd64? ( 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 )
- 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}-namespace.diff
- epatch ${FILESDIR}/${PN}-procmime.diff
-
-}
-
-src_compile() {
-
- 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` \
- || 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*
-
-}