diff options
author | Marius Mauch <genone@gentoo.org> | 2005-08-13 05:52:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2005-08-13 05:52:00 +0000 |
commit | 0106b2e52c478fd69d9fb862ef4fb5a6f7aa473c (patch) | |
tree | 4223c23ce925c623098fa72a72bb93a213a70316 /mail-client/sylpheed-claws-pgpinline | |
parent | Provide virtual/xft. (diff) | |
download | gentoo-2-0106b2e52c478fd69d9fb862ef4fb5a6f7aa473c.tar.gz gentoo-2-0106b2e52c478fd69d9fb862ef4fb5a6f7aa473c.tar.bz2 gentoo-2-0106b2e52c478fd69d9fb862ef4fb5a6f7aa473c.zip |
add blockers for >=sylpheed-claws-1.9.13
(Portage version: 1.589-cvs)
Diffstat (limited to 'mail-client/sylpheed-claws-pgpinline')
3 files changed, 13 insertions, 5 deletions
diff --git a/mail-client/sylpheed-claws-pgpinline/ChangeLog b/mail-client/sylpheed-claws-pgpinline/ChangeLog index 054244c6ec2b..eb83d0c9dccc 100644 --- a/mail-client/sylpheed-claws-pgpinline/ChangeLog +++ b/mail-client/sylpheed-claws-pgpinline/ChangeLog @@ -1,6 +1,12 @@ # 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.16 2005/07/09 00:23:45 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.17 2005/08/13 05:52:00 genone Exp $ + + 13 Aug 2005; Marius Mauch <genone@gentoo.org> + sylpheed-claws-pgpinline-0.5.ebuild, + sylpheed-claws-pgpinline-0.5-r1.ebuild: + Add blocks for >=sylpheed-claws-1.9.13 as that version already includes the + plugin. 09 Jul 2005; Marius Mauch <genone@gentoo.org> +files/glib2-buildfix.patch, sylpheed-claws-pgpinline-0.5-r1.ebuild: diff --git a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild index 5ed74f74240f..b83799fda1ac 100644 --- a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild +++ b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild @@ -1,6 +1,6 @@ # 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.5-r1.ebuild,v 1.4 2005/07/09 00:23:45 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild,v 1.5 2005/08/13 05:52:00 genone Exp $ inherit eutils @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~ppc64" IUSE="" DEPEND=">=mail-client/sylpheed-claws-1.9.12 - =app-crypt/gpgme-0.3.14-r1" + =app-crypt/gpgme-0.3.14-r1 + !>=mail-client/sylpheed-claws-0.9.13" # included in main package S="${WORKDIR}/${MY_P}" diff --git a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild index 8b717a0b47c6..705d2d46e8d9 100644 --- a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild +++ b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild @@ -1,6 +1,6 @@ # 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.5.ebuild,v 1.7 2005/05/18 12:18:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild,v 1.8 2005/08/13 05:52:00 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="x86 ppc sparc amd64 alpha ppc64" IUSE="" DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1 - =app-crypt/gpgme-0.3.14-r1" + =app-crypt/gpgme-0.3.14-r1 + !>=mail-client/sylpheed-claws-0.9.13" # included in main package S="${WORKDIR}/${MY_P}" |