summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2005-04-23 12:54:23 +0000
committerAkinori Hattori <hattya@gentoo.org>2005-04-23 12:54:23 +0000
commitb9779344ad7514d45860dee83a2fda31c9c33fa1 (patch)
tree251984868229f2ce40563c1059ee17e8364b36b3 /mail-client
parentNPTL support (Bug #76491) (diff)
downloadgentoo-2-b9779344ad7514d45860dee83a2fda31c9c33fa1.tar.gz
gentoo-2-b9779344ad7514d45860dee83a2fda31c9c33fa1.tar.bz2
gentoo-2-b9779344ad7514d45860dee83a2fda31c9c33fa1.zip
remove old ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/sylpheed/ChangeLog5
-rw-r--r--mail-client/sylpheed/files/digest-sylpheed-1.9.81
-rw-r--r--mail-client/sylpheed/sylpheed-1.9.8.ebuild73
3 files changed, 4 insertions, 75 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog
index 7bb0ac5f9d71..33beabe991b7 100644
--- a/mail-client/sylpheed/ChangeLog
+++ b/mail-client/sylpheed/ChangeLog
@@ -1,6 +1,9 @@
# 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.102 2005/04/23 12:52:37 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.103 2005/04/23 12:54:23 hattya Exp $
+
+ 23 Apr 2005; Akinori Hattori <hattya@gentoo.org> -sylpheed-1.9.8.ebuild:
+ remove old ebuild.
*sylpheed-1.9.9 (23 Apr 2005)
diff --git a/mail-client/sylpheed/files/digest-sylpheed-1.9.8 b/mail-client/sylpheed/files/digest-sylpheed-1.9.8
deleted file mode 100644
index 03601fef7793..000000000000
--- a/mail-client/sylpheed/files/digest-sylpheed-1.9.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 650016f277323c72dd87e55f71387661 sylpheed-1.9.8.tar.bz2 2222082
diff --git a/mail-client/sylpheed/sylpheed-1.9.8.ebuild b/mail-client/sylpheed/sylpheed-1.9.8.ebuild
deleted file mode 100644
index e9db141cc990..000000000000
--- a/mail-client/sylpheed/sylpheed-1.9.8.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.8.ebuild,v 1.1 2005/04/14 13:07:50 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*
-
-}