mrueg 14/04/07 12:36:28 Modified: ChangeLog Added: ffaker-1.24.0.ebuild Log: Version bump. Add ruby21. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/ffaker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffaker/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffaker/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffaker/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffaker/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 29 Jan 2014 00:33:08 -0000 1.2 +++ ChangeLog 7 Apr 2014 12:36:28 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ffaker # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffaker/ChangeLog,v 1.2 2014/01/29 00:33:08 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffaker/ChangeLog,v 1.3 2014/04/07 12:36:28 mrueg Exp $ + +*ffaker-1.24.0 (07 Apr 2014) + + 07 Apr 2014; Manuel RĂ¼ger <[email protected]> +ffaker-1.24.0.ebuild: + Version bump. Add ruby21. *ffaker-1.23.0 (29 Jan 2014) 1.1 dev-ruby/ffaker/ffaker-1.24.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffaker/ffaker-1.24.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffaker/ffaker-1.24.0.ebuild?rev=1.1&content-type=text/plain Index: ffaker-1.24.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/ffaker/ffaker-1.24.0.ebuild,v 1.1 2014/04/07 12:36:28 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md" RUBY_FAKEGEM_RECIPE_DOC="yard" inherit ruby-fakegem DESCRIPTION="Faster Faker, generates dummy data" HOMEPAGE="https://github.com/emmanueloga/ffaker" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
