summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-25 10:50:18 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-25 10:50:18 +0000
commit330af61b93e6685e17f10776545e895a26bdb54d (patch)
tree1acedcfa111d662b3d5f08a360ac55cecfebcd3c /net-mail
parentversion bump (diff)
downloadhistorical-330af61b93e6685e17f10776545e895a26bdb54d.tar.gz
historical-330af61b93e6685e17f10776545e895a26bdb54d.tar.bz2
historical-330af61b93e6685e17f10776545e895a26bdb54d.zip
removed crusty ebuilds
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/sylpheed/files/digest-sylpheed-0.8.11
-rw-r--r--net-mail/sylpheed/files/digest-sylpheed-0.8.21
-rw-r--r--net-mail/sylpheed/files/digest-sylpheed-0.8.41
-rw-r--r--net-mail/sylpheed/sylpheed-0.8.1.ebuild59
-rw-r--r--net-mail/sylpheed/sylpheed-0.8.2.ebuild59
-rw-r--r--net-mail/sylpheed/sylpheed-0.8.4.ebuild59
6 files changed, 0 insertions, 180 deletions
diff --git a/net-mail/sylpheed/files/digest-sylpheed-0.8.1 b/net-mail/sylpheed/files/digest-sylpheed-0.8.1
deleted file mode 100644
index 91e8be9c5721..000000000000
--- a/net-mail/sylpheed/files/digest-sylpheed-0.8.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ed678ccf9a2eafd54445f4c77cd800a4 sylpheed-0.8.1.tar.bz2 1822852
diff --git a/net-mail/sylpheed/files/digest-sylpheed-0.8.2 b/net-mail/sylpheed/files/digest-sylpheed-0.8.2
deleted file mode 100644
index d73164f51dca..000000000000
--- a/net-mail/sylpheed/files/digest-sylpheed-0.8.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4276f4ecd1f81487aaaa2a8f5f8f98b3 sylpheed-0.8.2.tar.bz2 1857197
diff --git a/net-mail/sylpheed/files/digest-sylpheed-0.8.4 b/net-mail/sylpheed/files/digest-sylpheed-0.8.4
deleted file mode 100644
index 7170a2816db1..000000000000
--- a/net-mail/sylpheed/files/digest-sylpheed-0.8.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cca991e9503c6282d629d0b9e4a81c1d sylpheed-0.8.4.tar.bz2 1892238
diff --git a/net-mail/sylpheed/sylpheed-0.8.1.ebuild b/net-mail/sylpheed/sylpheed-0.8.1.ebuild
deleted file mode 100644
index a6f32a9f2ab7..000000000000
--- a/net-mail/sylpheed/sylpheed-0.8.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.8.1.ebuild,v 1.5 2002/10/05 05:39:23 drobbins Exp $
-
-IUSE="ssl nls gnome ldap crypt pda"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A lightweight email client and newsreader"
-SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://sylpheed.good-day.net"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
-
-PROVIDE="virtual/sylpheed"
-
-DEPEND="=x11-libs/gtk+-1.2*
- >=media-libs/compface-1.4
- ssl? ( dev-libs/openssl )
- pda? ( app-misc/jpilot )
- crypt? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )
- ldap? ( >=net-nds/openldap-2.0.11 )
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )"
-
-
-RDEPEND="=x11-libs/gtk+-1.2*
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )
- crypt? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )
- ldap? ( >=net-nds/openldap-2.0.11 )
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )"
-
-src_compile() {
-
- local myconf
-
- use gnome || myconf="--disable-gdk-pixbuf --disable-imlib"
- use nls || myconf="$myconf --disable-nls"
- use ssl && myconf="$myconf --enable-ssl"
- use crypt && myconf="$myconf --enable-gpgme"
- use pda && myconf="$myconf --enable-jpilot"
- use ldap && myconf="$myconf --enable-ldap"
-
- ./configure \
- --prefix=/usr \
- --host=${CHOST} \
- --enable-ipv6 $myconf || die
- emake || die
-}
-
-src_install () {
-
- make prefix=${D}/usr \
- manualdir=${D}/usr/share/doc/${PF}/html \
- install || die
- dodoc AUTHORS COPYING ChangeLog* NEWS README* TODO*
-}
-
diff --git a/net-mail/sylpheed/sylpheed-0.8.2.ebuild b/net-mail/sylpheed/sylpheed-0.8.2.ebuild
deleted file mode 100644
index b489fa18225e..000000000000
--- a/net-mail/sylpheed/sylpheed-0.8.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.8.2.ebuild,v 1.3 2002/10/05 05:39:23 drobbins Exp $
-
-IUSE="ssl nls gnome ldap crypt pda"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A lightweight email client and newsreader"
-SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://sylpheed.good-day.net"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
-
-PROVIDE="virtual/sylpheed"
-
-DEPEND="=x11-libs/gtk+-1.2*
- >=media-libs/compface-1.4
- ssl? ( dev-libs/openssl )
- pda? ( app-misc/jpilot )
- crypt? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )
- ldap? ( >=net-nds/openldap-2.0.11 )
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )"
-
-
-RDEPEND="=x11-libs/gtk+-1.2*
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )
- crypt? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )
- ldap? ( >=net-nds/openldap-2.0.11 )
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )"
-
-src_compile() {
-
- local myconf
-
- use gnome || myconf="--disable-gdk-pixbuf --disable-imlib"
- use nls || myconf="$myconf --disable-nls"
- use ssl && myconf="$myconf --enable-ssl"
- use crypt && myconf="$myconf --enable-gpgme"
- use pda && myconf="$myconf --enable-jpilot"
- use ldap && myconf="$myconf --enable-ldap"
-
- ./configure \
- --prefix=/usr \
- --host=${CHOST} \
- --enable-ipv6 $myconf || die
- emake || die
-}
-
-src_install () {
-
- make prefix=${D}/usr \
- manualdir=${D}/usr/share/doc/${PF}/html \
- install || die
- dodoc AUTHORS COPYING ChangeLog* NEWS README* TODO*
-}
-
diff --git a/net-mail/sylpheed/sylpheed-0.8.4.ebuild b/net-mail/sylpheed/sylpheed-0.8.4.ebuild
deleted file mode 100644
index ed0ab8412cc0..000000000000
--- a/net-mail/sylpheed/sylpheed-0.8.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.8.4.ebuild,v 1.3 2002/10/05 05:39:23 drobbins Exp $
-
-IUSE="ssl nls gnome ldap crypt pda"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A lightweight email client and newsreader"
-SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://sylpheed.good-day.net"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
-
-PROVIDE="virtual/sylpheed"
-
-DEPEND="=x11-libs/gtk+-1.2*
- >=media-libs/compface-1.4
- ssl? ( dev-libs/openssl )
- pda? ( app-misc/jpilot )
- crypt? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )
- ldap? ( >=net-nds/openldap-2.0.11 )
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )"
-
-
-RDEPEND="=x11-libs/gtk+-1.2*
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )
- crypt? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )
- ldap? ( >=net-nds/openldap-2.0.11 )
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )"
-
-src_compile() {
-
- local myconf
-
- use gnome || myconf="--disable-gdk-pixbuf --disable-imlib"
- use nls || myconf="$myconf --disable-nls"
- use ssl && myconf="$myconf --enable-ssl"
- use crypt && myconf="$myconf --enable-gpgme"
- use pda && myconf="$myconf --enable-jpilot"
- use ldap && myconf="$myconf --enable-ldap"
-
- ./configure \
- --prefix=/usr \
- --host=${CHOST} \
- --enable-ipv6 $myconf || die
- emake || die
-}
-
-src_install () {
-
- make prefix=${D}/usr \
- manualdir=${D}/usr/share/doc/${PF}/html \
- install || die
- dodoc AUTHORS COPYING ChangeLog* NEWS README* TODO*
-}
-