summaryrefslogtreecommitdiff
blob: 8b311444b049e2d4d2588a81ccdb15f88003a136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-0.6.7.ebuild,v 1.2 2007/04/14 20:57:47 robbat2 Exp $

inherit ruby gems

DESCRIPTION="The Mechanize library is used for automating interaction with websites."
HOMEPAGE="http://mechanize.rubyforge.org/"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86 ~amd64"
IUSE=""

USE_RUBY="ruby18"

DEPEND="dev-ruby/hpricot
		>=dev-ruby/hoe-1.2.0
		>=dev-lang/ruby-1.8.2"