summaryrefslogtreecommitdiff
blob: ed079dcd46d3dde6ad7e27a66c4616cf2cc35cad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.8.3.ebuild,v 1.1 2008/10/06 15:54:21 graaff Exp $

inherit gems

DESCRIPTION="Amazon Web Services Elastic Compute Cloud (EC2) Ruby Gem"
HOMEPAGE="http://github.com/grempe/amazon-ec2/tree/master"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-ruby/xml-simple
	dev-ruby/builder"
RDEPEND="${DEPEND}"