summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2006-01-14 14:57:15 +0000
committerAkinori Hattori <hattya@gentoo.org>2006-01-14 14:57:15 +0000
commit400cadc3ca29741e124495e26a9e436819754d52 (patch)
treeb05351ac07d051ad376ad2e9cb0bba9a7fa100af /mail-client/sylpheed
parentnew upstream release. (diff)
downloadgentoo-2-400cadc3ca29741e124495e26a9e436819754d52.tar.gz
gentoo-2-400cadc3ca29741e124495e26a9e436819754d52.tar.bz2
gentoo-2-400cadc3ca29741e124495e26a9e436819754d52.zip
remove old ebuild.
(Portage version: 2.0.53)
Diffstat (limited to 'mail-client/sylpheed')
-rw-r--r--mail-client/sylpheed/files/digest-sylpheed-2.2.0_beta21
-rw-r--r--mail-client/sylpheed/sylpheed-2.2.0_beta2.ebuild72
2 files changed, 0 insertions, 73 deletions
diff --git a/mail-client/sylpheed/files/digest-sylpheed-2.2.0_beta2 b/mail-client/sylpheed/files/digest-sylpheed-2.2.0_beta2
deleted file mode 100644
index 51a7392097fd..000000000000
--- a/mail-client/sylpheed/files/digest-sylpheed-2.2.0_beta2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 887baf6abd11acf002d9551d4af116ba sylpheed-2.2.0beta2.tar.bz2 2450981
diff --git a/mail-client/sylpheed/sylpheed-2.2.0_beta2.ebuild b/mail-client/sylpheed/sylpheed-2.2.0_beta2.ebuild
deleted file mode 100644
index 7af88d4c3bb6..000000000000
--- a/mail-client/sylpheed/sylpheed-2.2.0_beta2.ebuild
+++ /dev/null
@@ -1,72 +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-2.2.0_beta2.ebuild,v 1.1 2005/12/28 09:15:52 hattya Exp $
-
-inherit eutils
-
-IUSE="crypt gnome ipv6 ldap nls pda ssl xface"
-
-MY_P=${P/_/}
-
-DESCRIPTION="A lightweight email client and newsreader"
-HOMEPAGE="http://sylpheed.good-day.net/"
-SRC_URI="http://sylpheed.good-day.net/${PN}/v${PV%.*}beta/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-S="${WORKDIR}/${MY_P}"
-
-PROVIDE="virtual/sylpheed"
-
-DEPEND=">=x11-libs/gtk+-2.4
- !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}-2.1-shared-mime-info.diff
- automake
-
-}
-
-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
-
- insinto /usr/share/applications
- doins sylpheed.desktop
-
- dodoc AUTHORS COPYING ChangeLog* INSTALL* NEWS* README* TODO*
-
-}