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

inherit ruby gems

USE_RUBY="ruby18 ruby19"

DESCRIPTION="A Ruby library used for automating interaction with websites."
HOMEPAGE="http://mechanize.rubyforge.org/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""

DEPEND=">=dev-ruby/nokogiri-1.2.1
		>=dev-ruby/rubygems-1.3.1
		>=dev-lang/ruby-1.8.4"
RDEPEND="${DEPEND}"