summaryrefslogtreecommitdiff
blob: 8fb9dcb06e56c74a72f5931e6bfac92094c2a90a (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
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2006 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.ebuild,v 1.2 2006/09/23 01:43:53 flameeyes Exp $

inherit ruby

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

if [[ ${PV} != *_pre* ]]; then
	SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tgz"
else
	SRC_URI="mirror://gentoo/${P}.tgz"
	S="${WORKDIR}/${PN}-${PV%%_*}"
fi

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

RDEPEND=">=virtual/ruby-1.8
	dev-ruby/ruby-bdb"
DEPEND="${RDEPEND}"

src_install() {
	ruby_src_install
	sed -i -e "s:${D}:/:" "${D}"/usr/lib/ruby/site_ruby/*/rbot/pkgconfig.rb
}

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