diff options
author | Marius Mauch <genone@gentoo.org> | 2005-03-29 17:44:53 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2005-03-29 17:44:53 +0000 |
commit | a4dd500cd5835d49147b7604a6ba9d82aae75803 (patch) | |
tree | 3365e36297b00fcec0ca4d5dea47014296465061 /mail-client/sylpheed-claws-maildir | |
parent | Fixed bug #87115. (diff) | |
download | gentoo-2-a4dd500cd5835d49147b7604a6ba9d82aae75803.tar.gz gentoo-2-a4dd500cd5835d49147b7604a6ba9d82aae75803.tar.bz2 gentoo-2-a4dd500cd5835d49147b7604a6ba9d82aae75803.zip |
Cleaning out older plugin versions
(Portage version: 1.585-cvs)
Diffstat (limited to 'mail-client/sylpheed-claws-maildir')
3 files changed, 5 insertions, 31 deletions
diff --git a/mail-client/sylpheed-claws-maildir/ChangeLog b/mail-client/sylpheed-claws-maildir/ChangeLog index 9542882e74fa..947f439b27cf 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.11 2005/03/17 21:15:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.12 2005/03/29 17:44:52 genone Exp $ + + 29 Mar 2005; Marius Mauch <genone@gentoo.org> + -sylpheed-claws-maildir-0.6.ebuild: + Removing old version 17 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> sylpheed-claws-maildir-0.7.ebuild: diff --git a/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.6 b/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.6 deleted file mode 100644 index c26c12e7d372..000000000000 --- a/mail-client/sylpheed-claws-maildir/files/digest-sylpheed-claws-maildir-0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 3659d2249c201b729cf812885ef56e0c maildir-0.6.tar.bz2 216639 diff --git a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild deleted file mode 100644 index 2be1af50f920..000000000000 --- a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.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.6.ebuild,v 1.7 2005/02/18 02:27:08 weeve Exp $ - -MY_P="${P##sylpheed-claws-}" - -DESCRIPTION="Plugin for sylpheed-claws to operate on maildir type mailboxes" -HOMEPAGE="http://sylpheed-claws.sourceforge.net" -SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" -IUSE="" -DEPEND="=mail-client/sylpheed-claws-0.9.12b-r1" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - # patch broken Makefile - sed -i -e 's:\$(libdir)/sylpheed/plugins:\$(SYLPHEED_CLAWS_PLUGINDIR):' src/Makefile.in - - econf || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README -} |