diff options
author | 2005-08-23 14:34:27 +0000 | |
---|---|---|
committer | 2005-08-23 14:34:27 +0000 | |
commit | 333ca46dbaf131cfeb0f129f9ebf0992f3346b4c (patch) | |
tree | 1d7e2750e88d570c121d74761f39428683474e68 /mail-client | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-333ca46dbaf131cfeb0f129f9ebf0992f3346b4c.tar.gz gentoo-2-333ca46dbaf131cfeb0f129f9ebf0992f3346b4c.tar.bz2 gentoo-2-333ca46dbaf131cfeb0f129f9ebf0992f3346b4c.zip |
fix dependencies for current -claws versions, remove broken keywords
(Portage version: 1.589-cvs)
Diffstat (limited to 'mail-client')
3 files changed, 10 insertions, 6 deletions
diff --git a/mail-client/sylpheed-claws-pgpinline/ChangeLog b/mail-client/sylpheed-claws-pgpinline/ChangeLog index 6347eec2ab83..2d26dd99dbe5 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.18 2005/08/13 10:47:56 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.19 2005/08/23 14:34:27 genone Exp $ + + 23 Aug 2005; <genone@gentoo.org> sylpheed-claws-pgpinline-0.5.ebuild, + sylpheed-claws-pgpinline-0.5-r1.ebuild: + Fix dependencies to match current sylpheed-claws versions. 13 Aug 2005; Marius Mauch <genone@gentoo.org> sylpheed-claws-pgpinline-0.5.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 b83799fda1ac..013c6f7779af 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.5 2005/08/13 05:52:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild,v 1.6 2005/08/23 14:34:27 genone Exp $ inherit eutils @@ -11,11 +11,11 @@ HOMEPAGE="http://sylpheed-claws.sourceforge.net" SRC_URI="http://colin.pclinux.fr/${PN%%-pgpinline}-gtk2-${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="" DEPEND=">=mail-client/sylpheed-claws-1.9.12 =app-crypt/gpgme-0.3.14-r1 - !>=mail-client/sylpheed-claws-0.9.13" # included in main package + !>=mail-client/sylpheed-claws-1.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 1c735425b0ec..83b58399b816 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.9 2005/08/13 10:47:56 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild,v 1.10 2005/08/23 14:34:27 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc amd64 alpha ppc64" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1 +DEPEND="=mail-client/sylpheed-claws-1.0* =app-crypt/gpgme-0.3.14-r1" S="${WORKDIR}/${MY_P}" |