diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-04-27 05:44:42 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-04-27 05:44:42 +0000 |
commit | 7152678ec3f8850bdf9c1b14ec059b843df46fae (patch) | |
tree | 3f842c48feb093a4c941f2f9880c618a74c68f94 | |
parent | remove unused use flag (diff) | |
download | historical-7152678ec3f8850bdf9c1b14ec059b843df46fae.tar.gz historical-7152678ec3f8850bdf9c1b14ec059b843df46fae.tar.bz2 historical-7152678ec3f8850bdf9c1b14ec059b843df46fae.zip |
Version bump: various enhancements and bug fixes.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
-rw-r--r-- | dev-ruby/addressable/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/addressable/addressable-2.1.2.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/webrat/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/webrat/webrat-0.7.1.ebuild | 30 |
4 files changed, 68 insertions, 3 deletions
diff --git a/dev-ruby/addressable/ChangeLog b/dev-ruby/addressable/ChangeLog index d875906d5619..c596443a8540 100644 --- a/dev-ruby/addressable/ChangeLog +++ b/dev-ruby/addressable/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/addressable -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.1 2009/12/16 20:13:43 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.2 2010/04/27 05:42:01 graaff Exp $ + +*addressable-2.1.2 (27 Apr 2010) + + 27 Apr 2010; Hans de Graaff <graaff@gentoo.org> +addressable-2.1.2.ebuild: + Version bump: various enhancements and bug fixes. *addressable-2.1.1 (16 Dec 2009) diff --git a/dev-ruby/addressable/addressable-2.1.2.ebuild b/dev-ruby/addressable/addressable-2.1.2.ebuild new file mode 100644 index 000000000000..fe4674219c39 --- /dev/null +++ b/dev-ruby/addressable/addressable-2.1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.1.2.ebuild,v 1.1 2010/04/27 05:42:01 graaff Exp $ + +EAPI=2 +USE_RUBY="ruby18 ruby19 jruby" + +RUBY_FAKEGEM_TASK_DOC="doc:rdoc" +RUBY_FAKEGEM_TASK_TEST="spec:normal" + +RAKE_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README CHANGELOG" + +inherit ruby-fakegem + +DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library." +HOMEPAGE="http://addressable.rubyforge.org/" + +LICENSE="as-is" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_bdepend test dev-ruby/rspec diff --git a/dev-ruby/webrat/ChangeLog b/dev-ruby/webrat/ChangeLog index a8e7d57f2bff..b26169b65e21 100644 --- a/dev-ruby/webrat/ChangeLog +++ b/dev-ruby/webrat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/webrat # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrat/ChangeLog,v 1.7 2010/01/23 09:15:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrat/ChangeLog,v 1.8 2010/04/27 05:44:42 graaff Exp $ + +*webrat-0.7.1 (27 Apr 2010) + + 27 Apr 2010; Hans de Graaff <graaff@gentoo.org> +webrat-0.7.1.ebuild: + Version bump: various enhancements and bug fixes. 23 Jan 2010; Hans de Graaff <graaff@gentoo.org> webrat-0.7.0.ebuild: webrat has no task to build documentation. diff --git a/dev-ruby/webrat/webrat-0.7.1.ebuild b/dev-ruby/webrat/webrat-0.7.1.ebuild new file mode 100644 index 000000000000..8564322528e9 --- /dev/null +++ b/dev-ruby/webrat/webrat-0.7.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/webrat/webrat-0.7.1.ebuild,v 1.1 2010/04/27 05:44:42 graaff Exp $ + +EAPI=2 + +USE_RUBY="ruby18" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_TASK_TEST="spec:integration:rack spec:integration:sinatra spec:integration:mechanize" + +RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt" + +RUBY_FAKEGEM_EXTRAINSTALL="vendor" + +inherit ruby-fakegem + +DESCRIPTION="Ruby acceptance testing for web applications" +HOMEPAGE="http://github.com/brynary/webrat/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/nokogiri-1.2.0 + >=dev-ruby/rack-1.0" + +ruby_add_bdepend test "dev-ruby/rspec dev-ruby/rack-test dev-ruby/sinatra dev-ruby/mechanize" |