diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2011-12-04 02:21:05 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2011-12-04 02:21:05 +0000 |
commit | 1e14a59eda5163b740ccef38ae9156ae6033b4ce (patch) | |
tree | c078ffce78968d501aeae7b1a53b218bbd2e5c95 /dev-ruby/facter | |
parent | Version bumped, bug #389331. (diff) | |
download | gentoo-2-1e14a59eda5163b740ccef38ae9156ae6033b4ce.tar.gz gentoo-2-1e14a59eda5163b740ccef38ae9156ae6033b4ce.tar.bz2 gentoo-2-1e14a59eda5163b740ccef38ae9156ae6033b4ce.zip |
Version bumped, bug #391747.
(Portage version: 2.1.10.29/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/facter')
-rw-r--r-- | dev-ruby/facter/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/facter/facter-1.6.3.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-ruby/facter/ChangeLog b/dev-ruby/facter/ChangeLog index f36e61636c13..cef015cfe1b2 100644 --- a/dev-ruby/facter/ChangeLog +++ b/dev-ruby/facter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/facter # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.43 2011/10/12 17:00:42 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.44 2011/12/04 02:21:05 matsuu Exp $ + +*facter-1.6.3 (04 Dec 2011) + + 04 Dec 2011; MATSUU Takuto <matsuu@gentoo.org> +facter-1.6.3.ebuild: + Version bumped, bug #391747. *facter-1.6.2 (12 Oct 2011) diff --git a/dev-ruby/facter/facter-1.6.3.ebuild b/dev-ruby/facter/facter-1.6.3.ebuild new file mode 100644 index 000000000000..268cd2c7223a --- /dev/null +++ b/dev-ruby/facter/facter-1.6.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.6.3.ebuild,v 1.1 2011/12/04 02:21:05 matsuu Exp $ + +EAPI="4" + +USE_RUBY="ruby18 ruby19 ree18 jruby" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="spec" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" +RUBY_FAKEGEM_BINWRAP="facter" + +inherit ruby-fakegem + +DESCRIPTION="A cross-platform Ruby library for retrieving facts from operating systems" +HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" + +ruby_add_bdepend "test? ( + dev-ruby/mocha + dev-ruby/rspec:2 + )" |