graaff 14/08/24 05:04:21 Modified: ChangeLog Added: inifile-3.0.0.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.10 dev-ruby/inifile/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 13 Aug 2014 01:43:51 -0000 1.9 +++ ChangeLog 24 Aug 2014 05:04:21 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/inifile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.9 2014/08/13 01:43:51 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.10 2014/08/24 05:04:21 graaff Exp $ + +*inifile-3.0.0 (24 Aug 2014) + + 24 Aug 2014; Hans de Graaff <[email protected]> +inifile-3.0.0.ebuild: + Version bump. 13 Aug 2014; Manuel RĂ¼ger <[email protected]> inifile-2.0.2-r1.ebuild: Add ruby21 support. 1.1 dev-ruby/inifile/inifile-3.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/inifile-3.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/inifile-3.0.0.ebuild?rev=1.1&content-type=text/plain Index: inifile-3.0.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/inifile-3.0.0.ebuild,v 1.1 2014/08/24 05:04:21 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.md History.txt" inherit ruby-fakegem DESCRIPTION="Native Ruby package for reading and writing INI files" HOMEPAGE="https://github.com/TwP/inifile" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" each_ruby_test() { ${RUBY} -S testrb test/test_*.rb || die }
