diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-03-13 06:33:48 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-03-13 06:33:48 +0000 |
commit | c646b391e1fb31834f38ba9bb7b541996081dbfe (patch) | |
tree | 6870486eaac79069d6e0543cc1452d0aaa9b561d /dev-ruby/inifile/inifile-1.1.0.ebuild | |
parent | Fixed for parmetis-3.2, bug #399483 (diff) | |
download | gentoo-2-c646b391e1fb31834f38ba9bb7b541996081dbfe.tar.gz gentoo-2-c646b391e1fb31834f38ba9bb7b541996081dbfe.tar.bz2 gentoo-2-c646b391e1fb31834f38ba9bb7b541996081dbfe.zip |
Version bump.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/inifile/inifile-1.1.0.ebuild')
-rw-r--r-- | dev-ruby/inifile/inifile-1.1.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-ruby/inifile/inifile-1.1.0.ebuild b/dev-ruby/inifile/inifile-1.1.0.ebuild new file mode 100644 index 000000000000..aad26d84442f --- /dev/null +++ b/dev-ruby/inifile/inifile-1.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/inifile-1.1.0.ebuild,v 1.1 2012/03/13 06:33:48 graaff Exp $ + +EAPI="4" + +USE_RUBY="ruby18 ree18 ruby19 jruby" + +RUBY_FAKEGEM_TASK_TEST="test" + +RUBY_FAKEGEM_TASK_DOC="doc" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.md History.txt" + +inherit ruby-fakegem eutils + +DESCRIPTION="Native Ruby package for reading and writing INI files." +HOMEPAGE="http://github.com/jtrupiano/timecop" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_bdepend " + doc? ( dev-ruby/bones ) + test? ( dev-ruby/bones ) +" |