summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-03-26 07:08:12 +0000
committerHans de Graaff <graaff@gentoo.org>2010-03-26 07:08:12 +0000
commitcc159b01b60587f9571e8af3831fa7d571cc5c70 (patch)
tree2d0440e1d252680b10752a6d27a1c652760670a9 /dev-ruby
parentDoesn't work with some boost versions so build/link against specific versions (diff)
downloadgentoo-2-cc159b01b60587f9571e8af3831fa7d571cc5c70.tar.gz
gentoo-2-cc159b01b60587f9571e8af3831fa7d571cc5c70.tar.bz2
gentoo-2-cc159b01b60587f9571e8af3831fa7d571cc5c70.zip
Version bump.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-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=""