diff options
author | 2011-03-27 16:55:55 +0000 | |
---|---|---|
committer | 2011-03-27 16:55:55 +0000 | |
commit | b94e7f1fe3870fb1211081c9432f1cf83d550eed (patch) | |
tree | c2adeda49a9b35b9b69556bf77b455a85bebfcce /dev-ruby/ohai | |
parent | Revision bump using URL handlers for browser and mailer applications to be co... (diff) | |
download | gentoo-2-b94e7f1fe3870fb1211081c9432f1cf83d550eed.tar.gz gentoo-2-b94e7f1fe3870fb1211081c9432f1cf83d550eed.tar.bz2 gentoo-2-b94e7f1fe3870fb1211081c9432f1cf83d550eed.zip |
Fix HOMEPAGE, closes bug 360535 by Dean Matzkov
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ohai')
-rw-r--r-- | dev-ruby/ohai/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ohai/ohai-0.5.6-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/ohai/ohai-0.5.8.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/ohai/ChangeLog b/dev-ruby/ohai/ChangeLog index 055cd1c34ce0..f3286cf96691 100644 --- a/dev-ruby/ohai/ChangeLog +++ b/dev-ruby/ohai/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ohai # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.3 2011/01/02 14:18:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.4 2011/03/27 16:55:55 a3li Exp $ + + 27 Mar 2011; Alex Legler <a3li@gentoo.org> ohai-0.5.6-r1.ebuild, + ohai-0.5.8.ebuild: + Fix HOMEPAGE, closes bug 360535 by Dean Matzkov *ohai-0.5.8 (02 Jan 2011) diff --git a/dev-ruby/ohai/ohai-0.5.6-r1.ebuild b/dev-ruby/ohai/ohai-0.5.6-r1.ebuild index 867f387bcf01..bb26a4094be5 100644 --- a/dev-ruby/ohai/ohai-0.5.6-r1.ebuild +++ b/dev-ruby/ohai/ohai-0.5.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.5.6-r1.ebuild,v 1.1 2010/08/28 14:31:20 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.5.6-r1.ebuild,v 1.2 2011/03/27 16:55:55 a3li Exp $ EAPI="2" USE_RUBY="ruby18" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_TEST="spec" inherit ruby-fakegem DESCRIPTION="Ohai profiles your system and emits JSON" -HOMEPAGE="http://wiki.opscode.com/display/ohai" +HOMEPAGE="http://wiki.opscode.com/display/chef/Ohai" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-ruby/ohai/ohai-0.5.8.ebuild b/dev-ruby/ohai/ohai-0.5.8.ebuild index 790c63ad040d..5289917432a7 100644 --- a/dev-ruby/ohai/ohai-0.5.8.ebuild +++ b/dev-ruby/ohai/ohai-0.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.5.8.ebuild,v 1.1 2011/01/02 14:18:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.5.8.ebuild,v 1.2 2011/03/27 16:55:55 a3li Exp $ EAPI="2" USE_RUBY="ruby18" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_TEST="spec" inherit ruby-fakegem DESCRIPTION="Ohai profiles your system and emits JSON" -HOMEPAGE="http://wiki.opscode.com/display/ohai" +HOMEPAGE="http://wiki.opscode.com/display/chef/Ohai" LICENSE="Apache-2.0" SLOT="0" |