summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/attic/ChangeLog9
-rw-r--r--dev-ruby/attic/attic-0.5.2.ebuild (renamed from dev-ruby/attic/attic-0.5.0.ebuild)4
-rw-r--r--dev-ruby/attic/files/attic-0.5.2-fixes.patch (renamed from dev-ruby/attic/files/attic-0.5.0-fixes.patch)24
3 files changed, 10 insertions, 27 deletions
diff --git a/dev-ruby/attic/ChangeLog b/dev-ruby/attic/ChangeLog
index da6d438563cd..4363a97367a2 100644
--- a/dev-ruby/attic/ChangeLog
+++ b/dev-ruby/attic/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/attic
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.1 2010/02/14 00:17:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.2 2010/02/17 16:11:11 flameeyes Exp $
+
+*attic-0.5.2 (17 Feb 2010)
+
+ 17 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> -attic-0.5.0.ebuild,
+ -files/attic-0.5.0-fixes.patch, +attic-0.5.2.ebuild,
+ +files/attic-0.5.2-fixes.patch:
+ Bump to released version and partly-merged fixes.
*attic-0.5.0 (14 Feb 2010)
diff --git a/dev-ruby/attic/attic-0.5.0.ebuild b/dev-ruby/attic/attic-0.5.2.ebuild
index 905a0eb52317..84543e5fc612 100644
--- a/dev-ruby/attic/attic-0.5.0.ebuild
+++ b/dev-ruby/attic/attic-0.5.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/attic/attic-0.5.0.ebuild,v 1.1 2010/02/14 00:17:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild,v 1.1 2010/02/17 16:11:11 flameeyes Exp $
EAPI=2
@@ -20,7 +20,7 @@ DESCRIPTION="A place for Ruby objects to hide instance variables"
HOMEPAGE="http://solutious.com/"
SRC_URI="http://github.com/delano/${PN}/tarball/${P} -> ${PN}-git-${PV}.tgz"
-S="${WORKDIR}/delano-${PN}-cda0a77"
+S="${WORKDIR}/delano-${PN}-560e6d1"
LICENSE="MIT"
SLOT="0"
diff --git a/dev-ruby/attic/files/attic-0.5.0-fixes.patch b/dev-ruby/attic/files/attic-0.5.2-fixes.patch
index cde7b5a07b39..22875582c11b 100644
--- a/dev-ruby/attic/files/attic-0.5.0-fixes.patch
+++ b/dev-ruby/attic/files/attic-0.5.2-fixes.patch
@@ -1,27 +1,3 @@
-diff --git a/Rakefile b/Rakefile
-index eebef10..3a8edfc 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/try/30_nometaclass_tryouts.rb b/try/30_nometaclass_tryouts.rb
index 0a07843..94f3ea8 100644
--- a/try/30_nometaclass_tryouts.rb