diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-23 19:35:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-23 19:35:21 +0000 |
commit | afa4fd28bb3540cae33f1ef7616749836b0cefce (patch) | |
tree | 4f6d34ac466f4702e4511cae58badff688935a95 /dev-ruby/hoe-seattlerb | |
parent | x86 stable, bug #333883 (diff) | |
download | historical-afa4fd28bb3540cae33f1ef7616749836b0cefce.tar.gz historical-afa4fd28bb3540cae33f1ef7616749836b0cefce.tar.bz2 historical-afa4fd28bb3540cae33f1ef7616749836b0cefce.zip |
Cleanup -r0 for stabilisation, ree18 and ruby19 slated for -r1.
Package-Manager: portage-2.2_rc68/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/hoe-seattlerb')
-rw-r--r-- | dev-ruby/hoe-seattlerb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild | 4 |
3 files changed, 35 insertions, 3 deletions
diff --git a/dev-ruby/hoe-seattlerb/ChangeLog b/dev-ruby/hoe-seattlerb/ChangeLog index be448543eed6..a7e6239f3604 100644 --- a/dev-ruby/hoe-seattlerb/ChangeLog +++ b/dev-ruby/hoe-seattlerb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/hoe-seattlerb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.11 2010/08/18 11:08:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.12 2010/08/23 19:34:30 flameeyes Exp $ + +*hoe-seattlerb-1.2.2-r1 (23 Aug 2010) + + 23 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> + hoe-seattlerb-1.2.2.ebuild, +hoe-seattlerb-1.2.2-r1.ebuild: + Cleanup -r0 for stabilisation, ree18 and ruby19 slated for -r1. 18 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> hoe-seattlerb-1.2.2.ebuild: diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2-r1.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2-r1.ebuild new file mode 100644 index 000000000000..4bc29bb83abc --- /dev/null +++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2-r1.ebuild,v 1.1 2010/08/23 19:34:30 flameeyes Exp $ + +EAPI=2 +USE_RUBY="ruby18 ree18 ruby19 jruby" + +# no tests present +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="docs" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" + +inherit ruby-fakegem + +DESCRIPTION="Hoe plugins providing tasks used by seattle.rb" +HOMEPAGE="http://seattlerb.rubyforge.org/hoe-seattlerb" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +ruby_add_rdepend '>=dev-ruby/hoe-2.3.3 dev-ruby/minitest' +ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.3 )" diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild index 8dccc59863cd..3d4f2100816a 100644 --- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild +++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild,v 1.7 2010/08/18 11:08:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild,v 1.8 2010/08/23 19:34:30 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" +USE_RUBY="ruby18 jruby" # no tests present RUBY_FAKEGEM_TASK_TEST="" |