# ChangeLog for net-irc/bobotpp
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.12 2007/01/10 17:40:39 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.13 2007/01/10 17:41:01 hkbst Exp $
+
+ 10 Jan 2007; <marijn@gentoo.org> bobotpp-2.1.8.ebuild:
+ Dependency update: dev-util/guile -> dev-scheme/guile.
10 Jan 2007; <marijn@gentoo.org> bobotpp-2.1.7.ebuild:
Dependency update: dev-util/guile -> dev-scheme/guile.
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.7.ebuild,v 1.1 2005/06/01 18:40:09 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.7.ebuild,v 1.2 2007/01/10 17:40:39 hkbst Exp $
inherit eutils
KEYWORDS="~x86 ~ppc"
IUSE="guile"
-DEPEND="guile? ( dev-util/guile )"
+DEPEND="guile? ( dev-scheme/guile )"
src_unpack() {
unpack ${A}
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.8.ebuild,v 1.1 2005/09/02 12:59:16 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.8.ebuild,v 1.2 2007/01/10 17:41:01 hkbst Exp $
DESCRIPTION="A flexible IRC bot scriptable in scheme"
HOMEPAGE="http://unknownlamer.org/code/bobot.html"
KEYWORDS="~x86 ~ppc"
IUSE="guile"
-DEPEND="guile? ( dev-util/guile )"
+DEPEND="guile? ( dev-scheme/guile )"
src_compile() {
econf $(use_enable guile scripting) || die "econf failed"