diff options
author | Marius Mauch <genone@gentoo.org> | 2006-01-12 11:14:05 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-01-12 11:14:05 +0000 |
commit | 45777d5a6985a76db004c1eb89bbec3c2bea362b (patch) | |
tree | 7d0e86e4b820163f78ffd3f95c9145aadbc067f5 /mail-client/sylpheed-claws-maildir | |
parent | version bump (diff) | |
download | gentoo-2-45777d5a6985a76db004c1eb89bbec3c2bea362b.tar.gz gentoo-2-45777d5a6985a76db004c1eb89bbec3c2bea362b.tar.bz2 gentoo-2-45777d5a6985a76db004c1eb89bbec3c2bea362b.zip |
Removing old sylpheed-claws versions and associated plugins
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'mail-client/sylpheed-claws-maildir')
3 files changed, 6 insertions, 32 deletions
diff --git a/mail-client/sylpheed-claws-maildir/ChangeLog b/mail-client/sylpheed-claws-maildir/ChangeLog index 462c13fe00ff..33c0be99867b 100644 --- a/mail-client/sylpheed-claws-maildir/ChangeLog +++ b/mail-client/sylpheed-claws-maildir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-maildir -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.19 2005/11/13 11:45:23 genone Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.20 2006/01/12 11:14:04 genone Exp $ + + 12 Jan 2006; Marius Mauch <genone@gentoo.org> + -sylpheed-claws-maildir-0.8.ebuild: + Removing old versions *sylpheed-claws-maildir-0.11 (13 Nov 2005) diff --git a/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.8 b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.8 deleted file mode 100644 index afb839295acc..000000000000 --- a/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 7eaef0d7a6d8fadbee17c04b5b6d5bbb sylpheed-claws-plugins-1.9.13.tar.gz 2796492 diff --git a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.8.ebuild b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.8.ebuild deleted file mode 100644 index 33362698b1be..000000000000 --- a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.8.ebuild +++ /dev/null @@ -1,29 +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-claws-maildir/sylpheed-claws-maildir-0.8.ebuild,v 1.4 2005/11/13 11:45:23 genone Exp $ - -MY_P="${P##sylpheed-claws-}" -MY_PN="${PN##sylpheed-claws-}" -SC_BASE="1.9.13" - -DESCRIPTION="Plugin for sylpheed-claws to operate on maildir type mailboxes" -HOMEPAGE="http://claws.sylpheed.org" -SRC_URI="mirror://sourceforge/sylpheed-claws/sylpheed-claws-plugins-${SC_BASE}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" -DEPEND="|| ( ~mail-client/sylpheed-claws-${SC_BASE} =mail-client/sylpheed-claws-1.9.15 ) - =sys-libs/db-4.2*" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README -} |