cleaned out old ebuild
authorAkinori Hattori <hattya@gentoo.org>
Sat, 25 Sep 2004 11:30:38 +0000 (11:30 +0000)
committerAkinori Hattori <hattya@gentoo.org>
Sat, 25 Sep 2004 11:30:38 +0000 (11:30 +0000)
mail-client/sylpheed/ChangeLog
mail-client/sylpheed/Manifest
mail-client/sylpheed/files/digest-sylpheed-0.9.4 [deleted file]
mail-client/sylpheed/sylpheed-0.9.4.ebuild [deleted file]

index 78a45d9d29f78931a1b8352679a353b3911b06c2..811c2d36693e9c32a7dc9913a89d712960f77e96 100644 (file)
@@ -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.37 2004/09/25 11:27:47 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.38 2004/09/25 11:30:38 hattya Exp $
+
+  25 Sep 2004; Akinori Hattori <hattya@gentoo.org> -sylpheed-0.9.4.ebuild:
+  cleaned out old ebuild.
 
   25 Sep 2004; Akinori Hattori <hattya@gentoo.org> sylpheed-0.9.12-r3.ebuild:
   stable on x86.
index 9202e76988a672499af5ab844a4915dade675dc0..7527ae46fed5d90e260a061bc47809dc8b494e3a 100644 (file)
@@ -1,18 +1,16 @@
-MD5 65d408da756064ebfab1a6e87e28832d ChangeLog 13964
+MD5 104c185286f863652badfb86f4c48605 ChangeLog 14066
 MD5 126ca8f672f0296d2f1e6830e6729a91 metadata.xml 231
 MD5 bcb92a77f4410af0302d6eb144465408 sylpheed-0.9.11.ebuild 1631
 MD5 8ac5283166b7a1426ee71fed34a397d5 sylpheed-0.9.12-r3.ebuild 1665
 MD5 fbb293865e5d790d17491c26f2a58f62 sylpheed-0.9.12-r4.ebuild 2131
 MD5 20f43521db56167e61f84dc6c7699694 sylpheed-0.9.12-r6.ebuild 2254
 MD5 35be1db2aace8505024174e68f1d7174 sylpheed-0.9.12.ebuild 1787
-MD5 c9ce9ff4d9bcd15955cee6414e129105 sylpheed-0.9.4.ebuild 1657
 MD5 2900b8d10269d808f7934195addc95b7 sylpheed-0.9.7.ebuild 1680
 MD5 cc155b38424780b974f40b662322b2dc files/digest-sylpheed-0.9.11 69
 MD5 54b7f8281a74665ddcd19c166763dda2 files/digest-sylpheed-0.9.12 69
 MD5 dddf6be97ba2549701baf595fb5d1925 files/digest-sylpheed-0.9.12-r3 151
 MD5 dddf6be97ba2549701baf595fb5d1925 files/digest-sylpheed-0.9.12-r4 151
 MD5 b3bc1919418bff7c0dcc3280e50fa851 files/digest-sylpheed-0.9.12-r6 249
-MD5 cae6de9566012ff2a026e2fdc0124c53 files/digest-sylpheed-0.9.4 68
 MD5 cd6d093a0935b35694616063e91a2bc1 files/digest-sylpheed-0.9.7 68
 MD5 f847bb1651a5b85decf13e2d8d01afe2 files/shared-mime.patch 649
 MD5 675221f844926806e120435f82df5fad files/sylpheed-0.9.12-64bit.patch 401
diff --git a/mail-client/sylpheed/files/digest-sylpheed-0.9.4 b/mail-client/sylpheed/files/digest-sylpheed-0.9.4
deleted file mode 100644 (file)
index 03aca6b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 222af8fd1c1026babaa952398693fe01 sylpheed-0.9.4.tar.bz2 2100835
diff --git a/mail-client/sylpheed/sylpheed-0.9.4.ebuild b/mail-client/sylpheed/sylpheed-0.9.4.ebuild
deleted file mode 100644 (file)
index 16b5aea..0000000
+++ /dev/null
@@ -1,73 +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.4.ebuild,v 1.4 2004/09/11 10:39:51 hattya Exp $
-
-IUSE="ssl xface ipv6 nls gnome ldap crypt pda"
-
-inherit eutils
-
-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 hppa"
-
-PROVIDE="virtual/sylpheed"
-
-DEPEND="=x11-libs/gtk+-1.2*
-       xface? ( >=media-libs/compface-1.4 )
-       ssl? ( dev-libs/openssl )
-       pda? ( app-pda/jpilot )
-       crypt? ( =app-crypt/gpgme-0.3.14 )
-       ldap? ( >=net-nds/openldap-2.0.11 )
-       gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )
-       x11-misc/shared-mime-info"
-
-src_unpack() {
-       unpack ${A}
-       cd ${S}
-       epatch ${FILESDIR}/shared-mime.patch
-}
-
-src_compile() {
-       local myconf
-
-       use gnome || myconf="${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"
-
-       use ipv6 && myconf="${myconf} --enable-ipv6"
-
-       use xface || myconf="${myconf} --disable-compface"
-
-       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*
-}