diff options
author | 2011-12-26 15:39:29 +0000 | |
---|---|---|
committer | 2011-12-26 15:39:29 +0000 | |
commit | 597f90b71c5671779b3df695ba5515d37d68da7e (patch) | |
tree | 19540780d76fd2ce791399ddddebb35b3302bf78 /dev-ruby/mixlib-log/mixlib-log-1.3.0-r1.ebuild | |
parent | Remove old version. (diff) | |
download | historical-597f90b71c5671779b3df695ba5515d37d68da7e.tar.gz historical-597f90b71c5671779b3df695ba5515d37d68da7e.tar.bz2 historical-597f90b71c5671779b3df695ba5515d37d68da7e.zip |
Revision bump to EAPI=4 and RUBY_S. Fixes bug 378143.
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/mixlib-log/mixlib-log-1.3.0-r1.ebuild')
-rw-r--r-- | dev-ruby/mixlib-log/mixlib-log-1.3.0-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ruby/mixlib-log/mixlib-log-1.3.0-r1.ebuild b/dev-ruby/mixlib-log/mixlib-log-1.3.0-r1.ebuild new file mode 100644 index 000000000000..6ac319bcd4a5 --- /dev/null +++ b/dev-ruby/mixlib-log/mixlib-log-1.3.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/mixlib-log-1.3.0-r1.ebuild,v 1.1 2011/12/26 15:39:29 graaff Exp $ + +EAPI=4 +USE_RUBY="ruby18 ree18" + +RUBY_FAKEGEM_TASK_TEST="spec features" + +RUBY_FAKEGEM_EXTRA_DOC="README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Simple class based Log mechanism" +HOMEPAGE="http://github.com/opscode/mixlib-log" +SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz" +RUBY_S="opscode-${PN}-*" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/rspec:0 dev-util/cucumber )" |