diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-09-18 01:19:21 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-09-18 01:19:21 +0000 |
commit | 195e85261ff7db8dfcf711add92f29e6f88ee546 (patch) | |
tree | 133f583c22d32b6c009e15a9d540a9bfae9c3a5a /x11-plugins/autoprofile | |
parent | Won't work with gaim-1.0.0 (diff) | |
download | historical-195e85261ff7db8dfcf711add92f29e6f88ee546.tar.gz historical-195e85261ff7db8dfcf711add92f29e6f88ee546.tar.bz2 historical-195e85261ff7db8dfcf711add92f29e6f88ee546.zip |
Won't work with gaim-1.0.0
Diffstat (limited to 'x11-plugins/autoprofile')
-rw-r--r-- | x11-plugins/autoprofile/autoprofile-2.07.ebuild | 5 | ||||
-rw-r--r-- | x11-plugins/autoprofile/autoprofile-2.08.ebuild | 5 | ||||
-rw-r--r-- | x11-plugins/autoprofile/autoprofile-2.09.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/autoprofile/autoprofile-2.07.ebuild b/x11-plugins/autoprofile/autoprofile-2.07.ebuild index 574c267f32d3..a4bcb94e3a4c 100644 --- a/x11-plugins/autoprofile/autoprofile-2.07.ebuild +++ b/x11-plugins/autoprofile/autoprofile-2.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.07.ebuild,v 1.7 2004/09/02 18:22:39 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.07.ebuild,v 1.8 2004/09/18 01:13:27 rizzo Exp $ DESCRIPTION=" AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim." HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/" @@ -9,7 +9,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ppc" IUSE="" -DEPEND=">=net-im/gaim-0.79" +DEPEND=">=net-im/gaim-0.79 + <net-im/gaim-1.0.0" src_unpack() { unpack ${A} diff --git a/x11-plugins/autoprofile/autoprofile-2.08.ebuild b/x11-plugins/autoprofile/autoprofile-2.08.ebuild index 0d4b32007fc7..daf93cad7bfc 100644 --- a/x11-plugins/autoprofile/autoprofile-2.08.ebuild +++ b/x11-plugins/autoprofile/autoprofile-2.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.08.ebuild,v 1.3 2004/09/03 12:05:53 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.08.ebuild,v 1.4 2004/09/18 01:13:27 rizzo Exp $ DESCRIPTION="AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim." HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/" @@ -9,7 +9,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ppc" IUSE="" -DEPEND=">=net-im/gaim-0.82" +DEPEND=">=net-im/gaim-0.82 + <net-im/gaim-1.0.0" src_compile() { emake || die diff --git a/x11-plugins/autoprofile/autoprofile-2.09.ebuild b/x11-plugins/autoprofile/autoprofile-2.09.ebuild index e550fb910bc0..98f520470db7 100644 --- a/x11-plugins/autoprofile/autoprofile-2.09.ebuild +++ b/x11-plugins/autoprofile/autoprofile-2.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.09.ebuild,v 1.1 2004/09/13 20:07:59 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.09.ebuild,v 1.2 2004/09/18 01:13:27 rizzo Exp $ DESCRIPTION="AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim." HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/" @@ -9,7 +9,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND=">=net-im/gaim-0.82.1" +DEPEND=">=net-im/gaim-0.82.1 + <net-im/gaim-1.0.0" src_compile() { emake || die |