diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2012-07-22 14:15:55 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2012-07-22 14:15:55 +0000 |
commit | dac4f061536b58f1e455f3d1ea2b05bcd4b31952 (patch) | |
tree | e986656298e959bca54793823d20f0c2f2265a7c /dev-ruby/hoe | |
parent | ppc stable #411507 (diff) | |
download | gentoo-2-dac4f061536b58f1e455f3d1ea2b05bcd4b31952.tar.gz gentoo-2-dac4f061536b58f1e455f3d1ea2b05bcd4b31952.tar.bz2 gentoo-2-dac4f061536b58f1e455f3d1ea2b05bcd4b31952.zip |
ppc stable #411507
(Portage version: 2.1.10.49/cvs/Linux ppc)
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-2.12.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index d6b4b5418b6c..dbfb3b44678a 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.135 2012/06/28 05:47:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.136 2012/07/22 14:15:55 nixnut Exp $ + + 22 Jul 2012; <nixnut@gentoo.org> hoe-2.12.5.ebuild: + ppc stable #411507 28 Jun 2012; Hans de Graaff <graaff@gentoo.org> hoe-2.13.0.ebuild: Add rdoc as a runtime dependency for the publish task. It is possible for diff --git a/dev-ruby/hoe/hoe-2.12.5.ebuild b/dev-ruby/hoe/hoe-2.12.5.ebuild index 627b8f86c901..3b1906c1168b 100644 --- a/dev-ruby/hoe/hoe-2.12.5.ebuild +++ b/dev-ruby/hoe/hoe-2.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v 1.5 2012/06/25 07:23:24 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v 1.6 2012/07/22 14:15:55 nixnut Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -19,7 +19,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/rdoc )" |