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 | |
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')
-rw-r--r-- | dev-ruby/inifile/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/inifile/inifile-1.1.0.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-ruby/inifile/ChangeLog b/dev-ruby/inifile/ChangeLog index 0f7ae6b32ddf..00de700506f3 100644 --- a/dev-ruby/inifile/ChangeLog +++ b/dev-ruby/inifile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/inifile -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.1 2011/12/29 00:48:37 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.2 2012/03/13 06:33:48 graaff Exp $ + +*inifile-1.1.0 (13 Mar 2012) + + 13 Mar 2012; Hans de Graaff <graaff@gentoo.org> +inifile-1.1.0.ebuild: + Version bump. *inifile-0.4.1 (29 Dec 2011) 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 ) +" |