summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-02-13 15:09:09 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-02-13 15:09:09 +0000
commit5754835ac4e23073f9ed3582d08fc80c5c4e8390 (patch)
tree56bd800d81f57382654efb32cca37b30b3477ae4 /dev-ruby/storable
parentFix bug #290586 (diff)
downloadgentoo-2-5754835ac4e23073f9ed3582d08fc80c5c4e8390.tar.gz
gentoo-2-5754835ac4e23073f9ed3582d08fc80c5c4e8390.tar.bz2
gentoo-2-5754835ac4e23073f9ed3582d08fc80c5c4e8390.zip
Version bump and drop merged patch.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/storable')
-rw-r--r--dev-ruby/storable/ChangeLog9
-rw-r--r--dev-ruby/storable/files/storable-0.6.1-hanna.patch24
-rw-r--r--dev-ruby/storable/storable-0.6.2.ebuild (renamed from dev-ruby/storable/storable-0.6.1.ebuild)8
3 files changed, 10 insertions, 31 deletions
diff --git a/dev-ruby/storable/ChangeLog b/dev-ruby/storable/ChangeLog
index d4afd6f9317a..f72afc62c063 100644
--- a/dev-ruby/storable/ChangeLog
+++ b/dev-ruby/storable/ChangeLog
@@ -1,6 +1,13 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.2 2010/02/13 15:09:08 flameeyes Exp $
+
+*storable-0.6.2 (13 Feb 2010)
+
+ 13 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -storable-0.6.1.ebuild, -files/storable-0.6.1-hanna.patch,
+ +storable-0.6.2.ebuild:
+ Version bump and drop merged patch.
*storable-0.6.1 (12 Feb 2010)
diff --git a/dev-ruby/storable/files/storable-0.6.1-hanna.patch b/dev-ruby/storable/files/storable-0.6.1-hanna.patch
deleted file mode 100644
index e5fdbd98b499..000000000000
--- a/dev-ruby/storable/files/storable-0.6.1-hanna.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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/storable-0.6.1.ebuild b/dev-ruby/storable/storable-0.6.2.ebuild
index e6a37aa51c9c..56e790f1ccee 100644
--- a/dev-ruby/storable/storable-0.6.1.ebuild
+++ b/dev-ruby/storable/storable-0.6.2.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.6.2.ebuild,v 1.1 2010/02/13 15:09:08 flameeyes Exp $
EAPI=2
@@ -15,7 +15,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
RUBY_FAKEGEM_BINWRAP="ec2sh"
-inherit ruby-fakegem eutils
+inherit ruby-fakegem
DESCRIPTION="Marshal Ruby classes into and out of multiple formats"
HOMEPAGE="http://solutious.com/"
@@ -24,7 +24,3 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-all_ruby_prepare() {
- epatch "${FILESDIR}"/${P}-hanna.patch
-}