graaff 15/04/29 05:19:40 Modified: ChangeLog Added: logging-2.0.0.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.7 dev-ruby/logging/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logging/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logging/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logging/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/logging/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 11 Nov 2014 10:47:46 -0000 1.6 +++ ChangeLog 29 Apr 2015 05:19:40 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/logging -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/logging/ChangeLog,v 1.6 2014/11/11 10:47:46 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/logging/ChangeLog,v 1.7 2015/04/29 05:19:40 graaff Exp $ + +*logging-2.0.0 (29 Apr 2015) + + 29 Apr 2015; Hans de Graaff <[email protected]> +logging-2.0.0.ebuild: + Version bump. 11 Nov 2014; Manuel RĂ¼ger <[email protected]> logging-1.8.2.ebuild: Drop jruby target. 1.1 dev-ruby/logging/logging-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logging/logging-2.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logging/logging-2.0.0.ebuild?rev=1.1&content-type=text/plain Index: logging-2.0.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/logging/logging-2.0.0.ebuild,v 1.1 2015/04/29 05:19:40 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="doc" RAKE_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="History.txt README.md" inherit ruby-fakegem DESCRIPTION="Flexible logging library for use in Ruby programs based on the design of Java's log4j library" HOMEPAGE="http://rubygems.org/gems/logging" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" ruby_add_rdepend ">=dev-ruby/little-plugger-1.1.3 >=dev-ruby/multi_json-1.10" ruby_add_bdepend "dev-ruby/bones test? ( dev-ruby/flexmock )"
