diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-01 18:30:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-01 18:30:47 +0000 |
commit | 9e9300be9a5e71387ecbf0dc1ee571b5dca98be0 (patch) | |
tree | db4df36983f70e761eb87300cfb5998fd01227e9 /dev-ruby/text-format | |
parent | Move non-ruby18 support to a new revision to mark one stable. (diff) | |
download | gentoo-2-9e9300be9a5e71387ecbf0dc1ee571b5dca98be0.tar.gz gentoo-2-9e9300be9a5e71387ecbf0dc1ee571b5dca98be0.tar.bz2 gentoo-2-9e9300be9a5e71387ecbf0dc1ee571b5dca98be0.zip |
Update to new syntax.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/text-format')
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-1.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-1.0.0-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index b7b9b6a347ad..74632dda775b 100644 --- a/dev-ruby/text-format/ChangeLog +++ b/dev-ruby/text-format/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/text-format # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.36 2010/08/01 18:29:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.37 2010/08/01 18:30:47 flameeyes Exp $ + + 01 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> + text-format-1.0.0-r1.ebuild, text-format-1.0.0-r2.ebuild: + Update to new syntax. 01 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> text-format-1.0.0-r1.ebuild, +text-format-1.0.0-r2.ebuild: diff --git a/dev-ruby/text-format/text-format-1.0.0-r1.ebuild b/dev-ruby/text-format/text-format-1.0.0-r1.ebuild index 31dc19296ce8..6fe1b6b0ad47 100644 --- a/dev-ruby/text-format/text-format-1.0.0-r1.ebuild +++ b/dev-ruby/text-format/text-format-1.0.0-r1.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/text-format/text-format-1.0.0-r1.ebuild,v 1.7 2010/08/01 18:29:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r1.ebuild,v 1.8 2010/08/01 18:30:47 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18" @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" IUSE="" ruby_add_rdepend '>=dev-ruby/text-hyphen-1.0.0' -ruby_add_bdepend test 'dev-ruby/archive-tar-minitar' +ruby_add_bdepend "test? ( dev-ruby/archive-tar-minitar )" all_ruby_prepare() { # Fix rakefile for new rake versions diff --git a/dev-ruby/text-format/text-format-1.0.0-r2.ebuild b/dev-ruby/text-format/text-format-1.0.0-r2.ebuild index f9e52a9b94ff..8336acb4b1de 100644 --- a/dev-ruby/text-format/text-format-1.0.0-r2.ebuild +++ b/dev-ruby/text-format/text-format-1.0.0-r2.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/text-format/text-format-1.0.0-r2.ebuild,v 1.1 2010/08/01 18:29:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild,v 1.2 2010/08/01 18:30:47 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" IUSE="" ruby_add_rdepend '>=dev-ruby/text-hyphen-1.0.0' -ruby_add_bdepend test 'dev-ruby/archive-tar-minitar' +ruby_add_bdepend "test? ( dev-ruby/archive-tar-minitar )" all_ruby_prepare() { # Fix rakefile for new rake versions |