summaryrefslogtreecommitdiff
blob: 9a4e5a13c36dfe86c4bc25bdd649737cedab9153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.10-r1.ebuild,v 1.5 2012/04/18 19:05:07 armin76 Exp $

inherit ruby gems

DESCRIPTION="rbot is a ruby IRC bot"
HOMEPAGE="http://www.linuxbrit.co.uk/rbot/"

SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.gem"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
IUSE="spell"

RDEPEND="=dev-lang/ruby-1.8*
	dev-ruby/ruby-bdb"
DEPEND="${RDEPEND}"

pkg_postinst() {
	elog
	elog "Default configuration file location has changed from /etc/rbot to ~/.rbot"
	elog
}