summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-02-13 15:12:14 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-02-13 15:12:14 +0000
commitb4fc3ba71e6eb1598549e21236557f49f9c98d02 (patch)
tree106482b8527b25f5e07a419ef92b615e20fa7a68 /dev-ruby/sysinfo
parentFix bug #290586 (diff)
downloadhistorical-b4fc3ba71e6eb1598549e21236557f49f9c98d02.tar.gz
historical-b4fc3ba71e6eb1598549e21236557f49f9c98d02.tar.bz2
historical-b4fc3ba71e6eb1598549e21236557f49f9c98d02.zip
Version bump and drop merged patch.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/sysinfo')
-rw-r--r--dev-ruby/sysinfo/ChangeLog9
-rw-r--r--dev-ruby/sysinfo/files/sysinfo-0.7.1-hanna.patch24
-rw-r--r--dev-ruby/sysinfo/sysinfo-0.7.2.ebuild (renamed from dev-ruby/sysinfo/sysinfo-0.7.1.ebuild)8
3 files changed, 10 insertions, 31 deletions
diff --git a/dev-ruby/sysinfo/ChangeLog b/dev-ruby/sysinfo/ChangeLog
index a13d2b27cdba..454e91faa58d 100644
--- a/dev-ruby/sysinfo/ChangeLog
+++ b/dev-ruby/sysinfo/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/sysinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sysinfo/ChangeLog,v 1.1 2010/02/12 22:44:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sysinfo/ChangeLog,v 1.2 2010/02/13 15:12:13 flameeyes Exp $
+
+*sysinfo-0.7.2 (13 Feb 2010)
+
+ 13 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -sysinfo-0.7.1.ebuild, -files/sysinfo-0.7.1-hanna.patch,
+ +sysinfo-0.7.2.ebuild:
+ Version bump and drop merged patch.
*sysinfo-0.7.1 (12 Feb 2010)
diff --git a/dev-ruby/sysinfo/files/sysinfo-0.7.1-hanna.patch b/dev-ruby/sysinfo/files/sysinfo-0.7.1-hanna.patch
deleted file mode 100644
index e5fdbd98b499..000000000000
--- a/dev-ruby/sysinfo/files/sysinfo-0.7.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/sysinfo/sysinfo-0.7.1.ebuild b/dev-ruby/sysinfo/sysinfo-0.7.2.ebuild
index c8657d3e5f31..5c072a5ecbc8 100644
--- a/dev-ruby/sysinfo/sysinfo-0.7.1.ebuild
+++ b/dev-ruby/sysinfo/sysinfo-0.7.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/sysinfo/sysinfo-0.7.1.ebuild,v 1.1 2010/02/12 22:44:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sysinfo/sysinfo-0.7.2.ebuild,v 1.1 2010/02/13 15:12:13 flameeyes Exp $
EAPI=2
@@ -15,7 +15,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
RUBY_FAKEGEM_BINWRAP="sysinfo"
-inherit ruby-fakegem eutils
+inherit ruby-fakegem
DESCRIPTION="All your system-independent info in one handy class"
HOMEPAGE="http://solutious.com/"
@@ -26,7 +26,3 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend "dev-ruby/storable dev-ruby/drydock"
-
-all_ruby_prepare() {
- epatch "${FILESDIR}"/${P}-hanna.patch
-}