summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/storable/ChangeLog7
-rw-r--r--dev-ruby/storable/storable-0.6.5.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-ruby/storable/ChangeLog b/dev-ruby/storable/ChangeLog
index d41d888659d7..86d2040c9760 100644
--- a/dev-ruby/storable/ChangeLog
+++ b/dev-ruby/storable/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/storable
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.3 2010/02/20 20:01:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.4 2010/03/26 07:08:12 graaff Exp $
+
+*storable-0.6.5 (25 Mar 2010)
+
+ 25 Mar 2010; Hans de Graaff <graaff@gentoo.org> +storable-0.6.5.ebuild:
+ Version bump.
*storable-0.6.3 (20 Feb 2010)
diff --git a/dev-ruby/storable/storable-0.6.5.ebuild b/dev-ruby/storable/storable-0.6.5.ebuild
new file mode 100644
index 000000000000..33cdacf82276
--- /dev/null
+++ b/dev-ruby/storable/storable-0.6.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.6.5.ebuild,v 1.1 2010/03/26 07:08:12 graaff Exp $
+
+EAPI=2
+
+USE_RUBY="ruby18 ruby19 jruby"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RESTRICT=test
+
+RUBY_FAKEGEM_TASK_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
+
+RUBY_FAKEGEM_BINWRAP="ec2sh"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Marshal Ruby classes into and out of multiple formats"
+HOMEPAGE="http://solutious.com/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""