summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2005-03-02 10:58:58 +0000
committerMichael Kohl <citizen428@gentoo.org>2005-03-02 10:58:58 +0000
commited9b165efb68d1d427dc137e3f3128c9bb1e77b0 (patch)
tree5d9aa079d29ed9cc8576d3608a326b6eae7ef1de /dev-ruby
parentcleanups (diff)
downloadgentoo-2-ed9b165efb68d1d427dc137e3f3128c9bb1e77b0.tar.gz
gentoo-2-ed9b165efb68d1d427dc137e3f3128c9bb1e77b0.tar.bz2
gentoo-2-ed9b165efb68d1d427dc137e3f3128c9bb1e77b0.zip
Version bump
(Portage version: 2.0.51.18)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-amazon/ChangeLog8
-rw-r--r--dev-ruby/ruby-amazon/Manifest12
-rw-r--r--dev-ruby/ruby-amazon/files/digest-ruby-amazon-0.9.01
-rw-r--r--dev-ruby/ruby-amazon/ruby-amazon-0.9.0.ebuild19
4 files changed, 29 insertions, 11 deletions
diff --git a/dev-ruby/ruby-amazon/ChangeLog b/dev-ruby/ruby-amazon/ChangeLog
index 31da444f9de0..e14ef3fe8fd8 100644
--- a/dev-ruby/ruby-amazon/ChangeLog
+++ b/dev-ruby/ruby-amazon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ruby-amazon
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-amazon/ChangeLog,v 1.9 2005/01/26 16:53:14 citizen428 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-amazon/ChangeLog,v 1.10 2005/03/02 10:58:58 citizen428 Exp $
+
+*ruby-amazon-0.9.0 (02 Mar 2005)
+
+ 02 Mar 2005; Michael Kohl <citizen428@gentoo.org>
+ +ruby-amazon-0.9.0.ebuild:
+ Version bump
26 Jan 2005; Michael Kohl <citizen428@gentoo.org>
-ruby-amazon-0.8.1.ebuild, -ruby-amazon-0.8.2.ebuild,
diff --git a/dev-ruby/ruby-amazon/Manifest b/dev-ruby/ruby-amazon/Manifest
index eeb0408b82eb..cf26b1d4767f 100644
--- a/dev-ruby/ruby-amazon/Manifest
+++ b/dev-ruby/ruby-amazon/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 5ed17003238726440398bc4c51f9eb33 ruby-amazon-0.8.5.ebuild 552
MD5 8c4a9b3af1997939044228f473660865 ChangeLog 1524
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
+MD5 e873768ce9e2847645f7b74f19618c7f ruby-amazon-0.9.0.ebuild 442
MD5 d9e8ff5274e6e1d1285693c7893e3fde files/digest-ruby-amazon-0.8.5 69
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFB98sI/UDVUK2NELYRAp+8AKCISi217vrU2T66A9t8381uPzjMKgCeMTyv
-C3kpDhrVzGQlEk1tXvEI3NE=
-=VbaJ
------END PGP SIGNATURE-----
+MD5 3b1ee26eb7480a9821a1557d9a8a8907 files/digest-ruby-amazon-0.9.0 69
diff --git a/dev-ruby/ruby-amazon/files/digest-ruby-amazon-0.9.0 b/dev-ruby/ruby-amazon/files/digest-ruby-amazon-0.9.0
new file mode 100644
index 000000000000..de56e30a4030
--- /dev/null
+++ b/dev-ruby/ruby-amazon/files/digest-ruby-amazon-0.9.0
@@ -0,0 +1 @@
+MD5 e33a51b767142356a0363273ce79ce63 ruby-amazon-0.9.0.tar.gz 111186
diff --git a/dev-ruby/ruby-amazon/ruby-amazon-0.9.0.ebuild b/dev-ruby/ruby-amazon/ruby-amazon-0.9.0.ebuild
new file mode 100644
index 000000000000..5589cbf62ecb
--- /dev/null
+++ b/dev-ruby/ruby-amazon/ruby-amazon-0.9.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 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.9.0.ebuild,v 1.1 2005/03/02 10:58:58 citizen428 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="ruby18"