diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-08 08:32:55 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-08 08:32:55 +0000 |
commit | 2ee500b3743d8e8e15e8293ac55ecea57d19fc5f (patch) | |
tree | d2341bf546eaf80f53b995c6d61e61f97a4b4053 /net-im/yahoo-transport | |
parent | Unmask net-im/jabberd2. (diff) | |
download | historical-2ee500b3743d8e8e15e8293ac55ecea57d19fc5f.tar.gz historical-2ee500b3743d8e8e15e8293ac55ecea57d19fc5f.tar.bz2 historical-2ee500b3743d8e8e15e8293ac55ecea57d19fc5f.zip |
Fix DEPEND on jabberd, see bug #195091.
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'net-im/yahoo-transport')
4 files changed, 16 insertions, 11 deletions
diff --git a/net-im/yahoo-transport/ChangeLog b/net-im/yahoo-transport/ChangeLog index ad6a39ff10db..e438a5d5777d 100644 --- a/net-im/yahoo-transport/ChangeLog +++ b/net-im/yahoo-transport/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/yahoo-transport -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/ChangeLog,v 1.25 2007/05/06 12:18:17 genone Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/ChangeLog,v 1.26 2008/01/08 08:32:55 nelchael Exp $ + + 08 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org> + yahoo-transport-2.3.0-r3.ebuild, yahoo-transport-2.3.1-r1.ebuild, + yahoo-transport-2.3.2.ebuild: + Fix DEPEND on jabberd, see bug #195091. 06 May 2007; Marius Mauch <genone@gentoo.org> yahoo-transport-2.3.0-r3.ebuild, yahoo-transport-2.3.1-r1.ebuild, diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild index 9e8e114330ba..ccd11782171f 100644 --- a/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild +++ b/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild,v 1.4 2007/05/06 12:18:17 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild,v 1.5 2008/01/08 08:32:55 nelchael Exp $ inherit eutils @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" SLOT="0" IUSE="" -DEPEND="=net-im/jabberd-1.4*" +DEPEND="net-im/jabberd" src_unpack() { unpack ${P}.tar.gz diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild index c4a3f9cb4128..14583c0e58fd 100644 --- a/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild +++ b/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild,v 1.9 2007/05/06 12:18:17 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild,v 1.10 2008/01/08 08:32:55 nelchael Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" KEYWORDS="~hppa ~ppc sparc x86" SLOT="0" IUSE="" -DEPEND="=net-im/jabberd-1.4* +DEPEND="net-im/jabberd =dev-libs/glib-1*" src_unpack() { diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild index e468b5768499..ff5e98228ce1 100644 --- a/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild +++ b/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild,v 1.6 2007/05/06 12:18:17 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild,v 1.7 2008/01/08 08:32:55 nelchael Exp $ inherit eutils @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~hppa ~sparc ~amd64 ~alpha" SLOT="0" IUSE="" -DEPEND="=net-im/jabberd-1.4* +DEPEND="net-im/jabberd =dev-libs/glib-1*" src_unpack() { |