diff options
Diffstat (limited to 'dev-ruby/ruby-amazon/ruby-amazon-0.8.3.ebuild')
-rw-r--r-- | dev-ruby/ruby-amazon/ruby-amazon-0.8.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/ruby-amazon/ruby-amazon-0.8.3.ebuild b/dev-ruby/ruby-amazon/ruby-amazon-0.8.3.ebuild new file mode 100644 index 000000000000..c7da89a98987 --- /dev/null +++ b/dev-ruby/ruby-amazon/ruby-amazon-0.8.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-amazon/ruby-amazon-0.8.3.ebuild,v 1.1 2004/07/05 05:48:25 usata Exp $ + +inherit ruby + +IUSE="geoip" + +DESCRIPTION="A Ruby interface to Amazon web services" +HOMEPAGE="http://www.caliban.org/ruby/ruby-amazon.shtml" +SRC_URI="http://www.caliban.org/files/ruby/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +DEPEND="virtual/ruby + geoip? ( >=dev-ruby/net-geoip-0.06 )" +USE_RUBY="any" |