diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-12 21:54:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-12 21:54:24 +0000 |
commit | 3418957fb970c2c278a53651606b3dc77161e9b4 (patch) | |
tree | 304c8fe320d586f9dabbf1fdc3ef633ced8628c3 /dev-ruby/storable | |
parent | Add missing libsoup dep, bug 304613 (diff) | |
download | historical-3418957fb970c2c278a53651606b3dc77161e9b4.tar.gz historical-3418957fb970c2c278a53651606b3dc77161e9b4.tar.bz2 historical-3418957fb970c2c278a53651606b3dc77161e9b4.zip |
Initial import of storable, needed for Rudy.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/storable')
-rw-r--r-- | dev-ruby/storable/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/storable/Manifest | 15 | ||||
-rw-r--r-- | dev-ruby/storable/files/storable-0.6.1-hanna.patch | 24 | ||||
-rw-r--r-- | dev-ruby/storable/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/storable/storable-0.6.1.ebuild | 30 |
5 files changed, 84 insertions, 0 deletions
diff --git a/dev-ruby/storable/ChangeLog b/dev-ruby/storable/ChangeLog new file mode 100644 index 000000000000..d4afd6f9317a --- /dev/null +++ b/dev-ruby/storable/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2010/02/12 21:54:23 flameeyes Exp $ + +*storable-0.6.1 (12 Feb 2010) + + 12 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> + +storable-0.6.1.ebuild, +files/storable-0.6.1-hanna.patch, +metadata.xml: + Initial import of storable, needed for Rudy. + diff --git a/dev-ruby/storable/Manifest b/dev-ruby/storable/Manifest new file mode 100644 index 000000000000..75d6385f5ddc --- /dev/null +++ b/dev-ruby/storable/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX storable-0.6.1-hanna.patch 466 RMD160 44be98657f40b1608053307deab8ecfbd02b39bb SHA1 afe463d54d6545a52693ee2ddaa06fef5637bbf4 SHA256 9aa39ce9628acbf2f0cffad58041ca3350a5c6f441671e9cfd99adf22e71f9cf +DIST storable-0.6.1.gem 11776 RMD160 deaff50bad049fca533f15d7124d8aafcb39dfb9 SHA1 01e8723ce4b0a05fc28d78ff172fae8fbf984aaf SHA256 3e16c5cb7214344c30d243f64e3da756b80046fef5e2bf486bc81c98d08d36fe +EBUILD storable-0.6.1.ebuild 688 RMD160 ba69a075eda8939c1b9f07390c37aeb53b3790f1 SHA1 7ff0d306470aff9e3a1836786c2a42d8a82a30fc SHA256 5bfdeaf61b6e6f6960d9e41522fb35cc86cc4ae14d4a456958a85dc91634bce1 +MISC ChangeLog 421 RMD160 9652ba05b694f6f25400312417c2417c5efc2569 SHA1 7e340a19e01a19a2f952c204748515454f741fa8 SHA256 89fcb419e783ff9c30aa74e0d753f994dd559d5e9530c8317bad58c59d75bdd6 +MISC metadata.xml 157 RMD160 5d9e2c7ecba96ffebd936d38acedf859cdea84e1 SHA1 8ce15dcc608eeb5616aeec610dc695cbe6f93e02 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEARECAAYFAkt1zd8ACgkQAiZjviIA2XgdMQCgsb5aeE7MPPK/07dIcd/gtdP9 +RxIAn3klrM5T5ZSXKrENKto10b2oUVOa +=wKK+ +-----END PGP SIGNATURE----- diff --git a/dev-ruby/storable/files/storable-0.6.1-hanna.patch b/dev-ruby/storable/files/storable-0.6.1-hanna.patch new file mode 100644 index 000000000000..e5fdbd98b499 --- /dev/null +++ b/dev-ruby/storable/files/storable-0.6.1-hanna.patch @@ -0,0 +1,24 @@ +diff --git a/Rakefile b/Rakefile +index 85d1c50..619003e 100644 +--- a/Rakefile ++++ b/Rakefile +@@ -1,7 +1,6 @@ + require 'rubygems' + require 'rake/clean' + require 'rake/gempackagetask' +-require 'hanna/rdoctask' + require 'fileutils' + include FileUtils + +@@ -65,6 +64,11 @@ end + + + # RUBY DOCS TASK ================================== ++begin ++ require 'hanna/rdoctask' ++rescue LoadError ++ require 'rake/rdoctask' ++end + + Rake::RDocTask.new do |t| + t.rdoc_dir = 'doc' diff --git a/dev-ruby/storable/metadata.xml b/dev-ruby/storable/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/storable/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> diff --git a/dev-ruby/storable/storable-0.6.1.ebuild b/dev-ruby/storable/storable-0.6.1.ebuild new file mode 100644 index 000000000000..e6a37aa51c9c --- /dev/null +++ b/dev-ruby/storable/storable-0.6.1.ebuild @@ -0,0 +1,30 @@ +# 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.1.ebuild,v 1.1 2010/02/12 21:54:23 flameeyes 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 eutils + +DESCRIPTION="Marshal Ruby classes into and out of multiple formats" +HOMEPAGE="http://solutious.com/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +all_ruby_prepare() { + epatch "${FILESDIR}"/${P}-hanna.patch +} |