diff options
author | 2005-03-29 17:44:53 +0000 | |
---|---|---|
committer | 2005-03-29 17:44:53 +0000 | |
commit | e765e4df4001b98c7f4433f7861ba831100dfea3 (patch) | |
tree | 7ef19816bb5eeaa08fc6bef610e6cb0378d97912 /mail-client | |
parent | Fixed bug #87115. (diff) | |
download | historical-e765e4df4001b98c7f4433f7861ba831100dfea3.tar.gz historical-e765e4df4001b98c7f4433f7861ba831100dfea3.tar.bz2 historical-e765e4df4001b98c7f4433f7861ba831100dfea3.zip |
Cleaning out older plugin versions
Package-Manager: portage-1.585-cvs
Diffstat (limited to 'mail-client')
9 files changed, 23 insertions, 71 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 -} diff --git a/mail-client/sylpheed-claws-mailmbox/ChangeLog b/mail-client/sylpheed-claws-mailmbox/ChangeLog index f61bf95d52f5..d5128a9f2bc5 100644 --- a/mail-client/sylpheed-claws-mailmbox/ChangeLog +++ b/mail-client/sylpheed-claws-mailmbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-mailmbox -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/ChangeLog,v 1.5 2004/12/29 00:19:17 ciaranm Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/ChangeLog,v 1.6 2005/03/29 17:44:52 genone Exp $ + + 29 Mar 2005; Marius Mauch <genone@gentoo.org> + sylpheed-claws-mailmbox-0.9.ebuild: + Adding gtk include dir to make call. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild index 151386cfbe24..1b0b78f37bcd 100644 --- a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild +++ b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild,v 1.5 2004/12/14 06:42:13 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild,v 1.6 2005/03/29 17:44:52 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -11,13 +11,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" IUSE="" -DEPEND="=mail-client/sylpheed-claws-0.9.12b-r1" +DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1" S="${WORKDIR}/${MY_P}" src_compile() { econf || die - emake || die + emake CFLAGS="${CFLAGS} -I/usr/include/gtk-1.2" || die } src_install() { diff --git a/mail-client/sylpheed-claws-pgpinline/ChangeLog b/mail-client/sylpheed-claws-pgpinline/ChangeLog index 6c2ebfee31f2..ca98c6b2c57b 100644 --- a/mail-client/sylpheed-claws-pgpinline/ChangeLog +++ b/mail-client/sylpheed-claws-pgpinline/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-pgpinline # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.11 2005/03/17 21:19:04 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.12 2005/03/29 17:44:52 genone Exp $ + + 29 Mar 2005; Marius Mauch <genone@gentoo.org> + -sylpheed-claws-pgpinline-0.2.ebuild: + Removing old version 17 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> sylpheed-claws-pgpinline-0.5.ebuild: diff --git a/mail-client/sylpheed-claws-pgpinline/files/digest-sylpheed-claws-pgpinline-0.2 b/mail-client/sylpheed-claws-pgpinline/files/digest-sylpheed-claws-pgpinline-0.2 deleted file mode 100644 index d1ab1c3e527c..000000000000 --- a/mail-client/sylpheed-claws-pgpinline/files/digest-sylpheed-claws-pgpinline-0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 312f004145ac05ec8247047b8dc7a042 pgpinline-0.2.tar.gz 309632 diff --git a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.2.ebuild b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.2.ebuild deleted file mode 100644 index fa3f6dce982a..000000000000 --- a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.2.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-pgpinline/sylpheed-claws-pgpinline-0.2.ebuild,v 1.6 2005/02/13 03:01:11 genone Exp $ - -MY_P="${P##sylpheed-claws-}" - -DESCRIPTION="Plugin for sylpheed-claws to support mails with inline pgp signatures" -HOMEPAGE="http://sylpheed-claws.sourceforge.net" -SRC_URI="http://sylpheed-claws.sourceforge.net/downloads/${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" -IUSE="" -DEPEND="=mail-client/sylpheed-claws-0.9.12b-r1 - =app-crypt/gpgme-0.3.14-r1" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - export GPGME_CONFIG=${ROOT}/usr/bin/gpgme3-config - - econf || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild index 83df1fd0bd95..c106529bb4b1 100644 --- a/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild +++ b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild,v 1.5 2004/12/14 06:42:13 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-0.4.ebuild,v 1.6 2005/03/29 17:44:53 genone Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" IUSE="" -DEPEND="=mail-client/sylpheed-claws-0.9.12b-r1 +DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1 >=dev-libs/libical-0.24_rc4-r1" S="${WORKDIR}/${MY_P}" |