summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-10-04 06:34:33 +0000
committerHans de Graaff <graaff@gentoo.org>2008-10-04 06:34:33 +0000
commit44acb4c79da213d12c8c505118b25c3542a597da (patch)
tree75ca5bf8281b86b219f5f8b1a2e1be5fedd18013 /dev-ruby/rspec
parentfixed install-bug noticed in #237924. thanks for testing (diff)
downloadgentoo-2-44acb4c79da213d12c8c505118b25c3542a597da.tar.gz
gentoo-2-44acb4c79da213d12c8c505118b25c3542a597da.tar.bz2
gentoo-2-44acb4c79da213d12c8c505118b25c3542a597da.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/rspec')
-rw-r--r--dev-ruby/rspec/ChangeLog9
-rw-r--r--dev-ruby/rspec/rspec-1.1.7.ebuild15
-rw-r--r--dev-ruby/rspec/rspec-1.1.8.ebuild (renamed from dev-ruby/rspec/rspec-1.1.5.ebuild)2
3 files changed, 9 insertions, 17 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog
index 477c504ce0cf..d491292ee379 100644
--- a/dev-ruby/rspec/ChangeLog
+++ b/dev-ruby/rspec/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/rspec
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.25 2008/10/03 06:15:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.26 2008/10/04 06:34:33 graaff Exp $
+
+*rspec-1.1.8 (04 Oct 2008)
+
+ 04 Oct 2008; Hans de Graaff <graaff@gentoo.org> -rspec-1.1.5.ebuild,
+ -rspec-1.1.7.ebuild, +rspec-1.1.8.ebuild:
+ Version bump with fixes for the bugs in 1.1.7 that I reported upstream.
+ Removing two previous versions since both have problems.
*rspec-1.1.7 (03 Oct 2008)
diff --git a/dev-ruby/rspec/rspec-1.1.7.ebuild b/dev-ruby/rspec/rspec-1.1.7.ebuild
deleted file mode 100644
index 2770f302cfd6..000000000000
--- a/dev-ruby/rspec/rspec-1.1.7.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.1.7.ebuild,v 1.1 2008/10/03 06:15:26 graaff Exp $
-
-inherit gems
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="http://rspec.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-ruby/hoe-1.7.0"
diff --git a/dev-ruby/rspec/rspec-1.1.5.ebuild b/dev-ruby/rspec/rspec-1.1.8.ebuild
index cd489383dda4..47652bb1f6a9 100644
--- a/dev-ruby/rspec/rspec-1.1.5.ebuild
+++ b/dev-ruby/rspec/rspec-1.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.1.5.ebuild,v 1.2 2008/09/29 06:17:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.1.8.ebuild,v 1.1 2008/10/04 06:34:33 graaff Exp $
inherit gems