summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-16 01:06:10 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-16 01:06:10 +0000
commit5d847f46ac3e6f102a93860f1316225646099f2c (patch)
tree5fce34cd99440df6bdd43bee48d71edd6882c66d /net-mail/sylpheed
parentglide USE is now 3dfx USE instead (diff)
downloadgentoo-2-5d847f46ac3e6f102a93860f1316225646099f2c.tar.gz
gentoo-2-5d847f46ac3e6f102a93860f1316225646099f2c.tar.bz2
gentoo-2-5d847f46ac3e6f102a93860f1316225646099f2c.zip
removed older ebuilds
Diffstat (limited to 'net-mail/sylpheed')
-rw-r--r--net-mail/sylpheed/files/digest-sylpheed-0.6.61
-rw-r--r--net-mail/sylpheed/files/digest-sylpheed-0.7.01
-rw-r--r--net-mail/sylpheed/files/digest-sylpheed-0.7.21
-rw-r--r--net-mail/sylpheed/files/digest-sylpheed-0.7.31
-rw-r--r--net-mail/sylpheed/sylpheed-0.6.6.ebuild53
-rw-r--r--net-mail/sylpheed/sylpheed-0.7.0.ebuild53
-rw-r--r--net-mail/sylpheed/sylpheed-0.7.2.ebuild53
-rw-r--r--net-mail/sylpheed/sylpheed-0.7.3.ebuild53
8 files changed, 0 insertions, 216 deletions
diff --git a/net-mail/sylpheed/files/digest-sylpheed-0.6.6 b/net-mail/sylpheed/files/digest-sylpheed-0.6.6
deleted file mode 100644
index ea8436231219..000000000000
--- a/net-mail/sylpheed/files/digest-sylpheed-0.6.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1c7dc0f3074a9bb05da915892c7a6409 sylpheed-0.6.6.tar.bz2 1399506
diff --git a/net-mail/sylpheed/files/digest-sylpheed-0.7.0 b/net-mail/sylpheed/files/digest-sylpheed-0.7.0
deleted file mode 100644
index 51b1c20a0cc4..000000000000
--- a/net-mail/sylpheed/files/digest-sylpheed-0.7.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a50a0247662aca7c57533198b5562554 sylpheed-0.7.0.tar.bz2 1487567
diff --git a/net-mail/sylpheed/files/digest-sylpheed-0.7.2 b/net-mail/sylpheed/files/digest-sylpheed-0.7.2
deleted file mode 100644
index 3382b4518781..000000000000
--- a/net-mail/sylpheed/files/digest-sylpheed-0.7.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 da94286fb3f621dec719f1bee8e01238 sylpheed-0.7.2.tar.bz2 1533287
diff --git a/net-mail/sylpheed/files/digest-sylpheed-0.7.3 b/net-mail/sylpheed/files/digest-sylpheed-0.7.3
deleted file mode 100644
index 8b35303adadc..000000000000
--- a/net-mail/sylpheed/files/digest-sylpheed-0.7.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c3ac76085aeb316df340a0410dc50dd2 sylpheed-0.7.3.tar.bz2 1575684
diff --git a/net-mail/sylpheed/sylpheed-0.6.6.ebuild b/net-mail/sylpheed/sylpheed-0.6.6.ebuild
deleted file mode 100644
index 6326fe0467c2..000000000000
--- a/net-mail/sylpheed/sylpheed-0.6.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.6.6.ebuild,v 1.1 2001/12/16 04:42:23 jnelson Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A lightweight email client and newsreader"
-SRC_URI="http://sylpheed.good-day.net/sylpheed/sylpheed-0.6.6.tar.bz2"
-HOMEPAGE="http://sylpheed.good-day.net"
-
-DEPEND=">=x11-libs/gtk+-1.2.10-r4
- >=media-libs/compface-1.4
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )
- gpg? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )"
-
-
-RDEPEND=">=x11-libs/gtk+-1.2.10-r4
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )
- ssl? ( dev-libs/openssl )
- gpg? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )"
-
-src_compile() {
-
- local myconf
- if [ -z "`use gnome`" ] ; then
- myconf="--disable-gdk-pixbuf --disable-imlib"
- fi
- if [ -z "`use nls`" ] ; then
- myconf="$myconf --disable-nls"
- fi
- if [ "`use ssl`" ] ; then
- myconf="$myconf --enable-ssl"
- fi
- if [ "`use gpg`" ] ; then
- myconf="$myconf --enable-gpgme"
- fi
-
- ./configure --prefix=/usr \
- --host=${CHOST} \
- --enable-ipv6 $myconf || die
- make || 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.7.0.ebuild b/net-mail/sylpheed/sylpheed-0.7.0.ebuild
deleted file mode 100644
index a699a62999d4..000000000000
--- a/net-mail/sylpheed/sylpheed-0.7.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.7.0.ebuild,v 1.1 2002/01/07 19:11:24 gbevin Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A lightweight email client and newsreader"
-SRC_URI="http://sylpheed.good-day.net/sylpheed/sylpheed-${PV}.tar.bz2"
-HOMEPAGE="http://sylpheed.good-day.net"
-
-DEPEND=">=x11-libs/gtk+-1.2.10-r4
- >=media-libs/compface-1.4
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )
- gpg? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )"
-
-
-RDEPEND=">=x11-libs/gtk+-1.2.10-r4
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )
- ssl? ( dev-libs/openssl )
- gpg? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )"
-
-src_compile() {
-
- local myconf
- if [ -z "`use gnome`" ] ; then
- myconf="--disable-gdk-pixbuf --disable-imlib"
- fi
- if [ -z "`use nls`" ] ; then
- myconf="$myconf --disable-nls"
- fi
- if [ "`use ssl`" ] ; then
- myconf="$myconf --enable-ssl"
- fi
- if [ "`use gpg`" ] ; then
- myconf="$myconf --enable-gpgme"
- fi
-
- ./configure --prefix=/usr \
- --host=${CHOST} \
- --enable-ipv6 $myconf || die
- make || 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.7.2.ebuild b/net-mail/sylpheed/sylpheed-0.7.2.ebuild
deleted file mode 100644
index 22659eb0613f..000000000000
--- a/net-mail/sylpheed/sylpheed-0.7.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.7.2.ebuild,v 1.1 2002/02/21 21:34:53 tod Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A lightweight email client and newsreader"
-SRC_URI="http://sylpheed.good-day.net/sylpheed/sylpheed-${PV}.tar.bz2"
-HOMEPAGE="http://sylpheed.good-day.net"
-
-DEPEND=">=x11-libs/gtk+-1.2.10-r4
- >=media-libs/compface-1.4
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )
- gpg? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )"
-
-
-RDEPEND=">=x11-libs/gtk+-1.2.10-r4
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )
- ssl? ( dev-libs/openssl )
- gpg? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )"
-
-src_compile() {
-
- local myconf
- if [ -z "`use gnome`" ] ; then
- myconf="--disable-gdk-pixbuf --disable-imlib"
- fi
- if [ -z "`use nls`" ] ; then
- myconf="$myconf --disable-nls"
- fi
- if [ "`use ssl`" ] ; then
- myconf="$myconf --enable-ssl"
- fi
- if [ "`use gpg`" ] ; then
- myconf="$myconf --enable-gpgme"
- fi
-
- ./configure --prefix=/usr \
- --host=${CHOST} \
- --enable-ipv6 $myconf || die
- make || 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.7.3.ebuild b/net-mail/sylpheed/sylpheed-0.7.3.ebuild
deleted file mode 100644
index fdd3d4caff92..000000000000
--- a/net-mail/sylpheed/sylpheed-0.7.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.7.3.ebuild,v 1.1 2002/03/04 22:08:48 karltk Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A lightweight email client and newsreader"
-SRC_URI="http://sylpheed.good-day.net/sylpheed/sylpheed-${PV}.tar.bz2"
-HOMEPAGE="http://sylpheed.good-day.net"
-
-DEPEND=">=x11-libs/gtk+-1.2.10-r4
- >=media-libs/compface-1.4
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )
- gpg? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )"
-
-
-RDEPEND=">=x11-libs/gtk+-1.2.10-r4
- gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )
- ssl? ( dev-libs/openssl )
- gpg? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 )"
-
-src_compile() {
-
- local myconf
- if [ -z "`use gnome`" ] ; then
- myconf="--disable-gdk-pixbuf --disable-imlib"
- fi
- if [ -z "`use nls`" ] ; then
- myconf="$myconf --disable-nls"
- fi
- if [ "`use ssl`" ] ; then
- myconf="$myconf --enable-ssl"
- fi
- if [ "`use gpg`" ] ; then
- myconf="$myconf --enable-gpgme"
- fi
-
- ./configure --prefix=/usr \
- --host=${CHOST} \
- --enable-ipv6 $myconf || die
- make || die
-}
-
-src_install () {
-
- make prefix=${D}/usr \
- manualdir=${D}/usr/share/doc/${PF}/html \
- install || die
- dodoc AUTHORS COPYING ChangeLog* NEWS README* TODO*
-}
-