summaryrefslogtreecommitdiff
blob: 7d27ca0ae2d6521c518de3ee569459535461752f (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.10.ebuild,v 1.1 2007/09/13 01:06:36 agorf Exp $

inherit ruby gems

DESCRIPTION="A Ruby library 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-0.5.0
		>=dev-ruby/hoe-1.2.2
		>=dev-lang/ruby-1.8.2"