diff options
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/piston/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/piston/piston-2.0.9.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-ruby/piston/ChangeLog b/dev-ruby/piston/ChangeLog index c31d6929a830..1b0e9a245fa6 100644 --- a/dev-ruby/piston/ChangeLog +++ b/dev-ruby/piston/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/piston # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.8 2010/05/22 20:02:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.9 2010/08/07 13:10:44 graaff Exp $ + +*piston-2.0.9 (07 Aug 2010) + + 07 Aug 2010; Hans de Graaff <graaff@gentoo.org> +piston-2.0.9.ebuild: + Version bump. 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> -piston-2.0.6.ebuild, -piston-2.0.7.ebuild: diff --git a/dev-ruby/piston/piston-2.0.9.ebuild b/dev-ruby/piston/piston-2.0.9.ebuild new file mode 100644 index 000000000000..5be4e11449f7 --- /dev/null +++ b/dev-ruby/piston/piston-2.0.9.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/piston-2.0.9.ebuild,v 1.1 2010/08/07 13:10:44 graaff Exp $ + +EAPI="2" +USE_RUBY="ruby18" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRADOC="History.txt README.txt TODO" +RUBY_FAKEGEM_EXTRAINSTALL="script" + +inherit ruby-fakegem + +DESCRIPTION="A Rails utility that uses Subversion to manage local copies of upstream vendor branches." +HOMEPAGE="http://piston.rubyforge.org" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Tests fails. Disabled for now and reported upstream: +# http://github.com/francois/piston/issues/issue/4 +RESTRICT="test" + +ruby_add_bdepend "test? ( dev-ruby/mocha )" + +ruby_add_rdepend " >=dev-ruby/log4r-1.0.5 + >=dev-ruby/main-2.8.3 + >=dev-ruby/activesupport-2.0.0" |