diff options
author | Michael Kohl <citizen428@gentoo.org> | 2004-09-21 21:57:10 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2004-09-21 21:57:10 +0000 |
commit | ffc19bf77f8751ed61f9c0c631e52258be0df0bc (patch) | |
tree | b74bf614cff1909cb8fece7a2ff4f87f3a13409a /dev-ruby/ruby-amazon/ruby-amazon-0.8.4.ebuild | |
parent | New version 0.2 (Manifest recommit) (diff) | |
download | gentoo-2-ffc19bf77f8751ed61f9c0c631e52258be0df0bc.tar.gz gentoo-2-ffc19bf77f8751ed61f9c0c631e52258be0df0bc.tar.bz2 gentoo-2-ffc19bf77f8751ed61f9c0c631e52258be0df0bc.zip |
version bump
Diffstat (limited to 'dev-ruby/ruby-amazon/ruby-amazon-0.8.4.ebuild')
-rw-r--r-- | dev-ruby/ruby-amazon/ruby-amazon-0.8.4.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/ruby-amazon/ruby-amazon-0.8.4.ebuild b/dev-ruby/ruby-amazon/ruby-amazon-0.8.4.ebuild new file mode 100644 index 000000000000..6b595ab1cbeb --- /dev/null +++ b/dev-ruby/ruby-amazon/ruby-amazon-0.8.4.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.4.ebuild,v 1.1 2004/09/21 21:57:10 citizen428 Exp $ + +inherit ruby + +IUSE="geoip" +USE_RUBY="ruby18" + +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 )" |