summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2005-10-06 14:12:44 +0000
committerAkinori Hattori <hattya@gentoo.org>2005-10-06 14:12:44 +0000
commitad7f9383f056b23d2c3be6e73b486f85a9f9de99 (patch)
tree8426245f2319658706eff0bdc743aa627e012a4c /mail-client
parentstable on x86. (diff)
downloadhistorical-ad7f9383f056b23d2c3be6e73b486f85a9f9de99.tar.gz
historical-ad7f9383f056b23d2c3be6e73b486f85a9f9de99.tar.bz2
historical-ad7f9383f056b23d2c3be6e73b486f85a9f9de99.zip
remove old ebuild.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/sylpheed/ChangeLog5
-rw-r--r--mail-client/sylpheed/Manifest4
-rw-r--r--mail-client/sylpheed/files/digest-sylpheed-2.0.01
-rw-r--r--mail-client/sylpheed/sylpheed-2.0.0.ebuild69
4 files changed, 5 insertions, 74 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog
index 86118ee7310a..2f2e0ae093d2 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.135 2005/10/06 14:09:09 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.136 2005/10/06 14:12:44 hattya Exp $
+
+ 06 Oct 2005; Akinori Hattori <hattya@gentoo.org> -sylpheed-2.0.0.ebuild:
+ remove old ebuild.
06 Oct 2005; Akinori Hattori <hattya@gentoo.org> sylpheed-2.0.1.ebuild:
stable on x86.
diff --git a/mail-client/sylpheed/Manifest b/mail-client/sylpheed/Manifest
index 1eac789e1c08..691963b00a47 100644
--- a/mail-client/sylpheed/Manifest
+++ b/mail-client/sylpheed/Manifest
@@ -1,11 +1,9 @@
-MD5 d8682b539c4fe71c9f3237d217c4d0e8 ChangeLog 26608
+MD5 f2ab7d7361a0fc7e51657e60042c2434 ChangeLog 26705
MD5 126ca8f672f0296d2f1e6830e6729a91 metadata.xml 231
MD5 60c5b928eb843c0dea525da8a5c570d3 sylpheed-1.0.5.ebuild 1571
-MD5 e2078a8be05363e459d6ed9a5fbaa2aa sylpheed-2.0.0.ebuild 1453
MD5 6f30161eee66c04b551369f28ba6a5e5 sylpheed-2.0.0_rc1.ebuild 1501
MD5 356ec31a489e401d36f83bb4f7daa300 sylpheed-2.0.1.ebuild 1452
MD5 9d7ca198678f922f545e9101085454ec files/digest-sylpheed-1.0.5 68
-MD5 40cb8d52d0b4fc73ccad5bb3a5f007a6 files/digest-sylpheed-2.0.0 68
MD5 0323c076f0b63ccbe5002d3c01f1e18d files/digest-sylpheed-2.0.0_rc1 70
MD5 acaec4415ed56184b524f510f9774c2d files/digest-sylpheed-2.0.1 68
MD5 4cbec71671b7349c904f860a12fee5d9 files/sylpheed-namespace.diff 550
diff --git a/mail-client/sylpheed/files/digest-sylpheed-2.0.0 b/mail-client/sylpheed/files/digest-sylpheed-2.0.0
deleted file mode 100644
index a424d91fe555..000000000000
--- a/mail-client/sylpheed/files/digest-sylpheed-2.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a7754f8820814089229b1ab5f0e4d855 sylpheed-2.0.0.tar.bz2 2331583
diff --git a/mail-client/sylpheed/sylpheed-2.0.0.ebuild b/mail-client/sylpheed/sylpheed-2.0.0.ebuild
deleted file mode 100644
index 0d73937f74e8..000000000000
--- a/mail-client/sylpheed/sylpheed-2.0.0.ebuild
+++ /dev/null
@@ -1,69 +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.0.0.ebuild,v 1.1 2005/08/24 11:17:04 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 ~ppc64 ~sparc ~x86"
-SLOT="0"
-
-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}-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
-
- insinto /usr/share/applications
- doins sylpheed.desktop
-
- dodoc AUTHORS COPYING ChangeLog* INSTALL* NEWS* README* TODO*
-
-}