mrueg 14/10/16 19:27:46 Modified: ChangeLog Added: ruby-atk-2.2.2.ebuild Log: Version bump. Add ruby21. Add tests. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.84 dev-ruby/ruby-atk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?r1=1.83&r2=1.84 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- ChangeLog 21 May 2014 01:39:14 -0000 1.83 +++ ChangeLog 16 Oct 2014 19:27:46 -0000 1.84 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ruby-atk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.83 2014/05/21 01:39:14 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.84 2014/10/16 19:27:46 mrueg Exp $ + +*ruby-atk-2.2.2 (16 Oct 2014) + + 16 Oct 2014; Manuel Rüger <[email protected]> +ruby-atk-2.2.2.ebuild: + Version bump. Add ruby21. Add tests. 21 May 2014; Manuel Rüger <[email protected]> ruby-atk-1.1.8.ebuild, ruby-atk-1.2.6.ebuild: 1.1 dev-ruby/ruby-atk/ruby-atk-2.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.2.2.ebuild?rev=1.1&content-type=text/plain Index: ruby-atk-2.2.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.2.2.ebuild,v 1.1 2014/10/16 19:27:46 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" inherit ruby-ng-gnome2 DESCRIPTION="Ruby Atk bindings" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND+=" dev-libs/atk" RDEPEND+=" dev-libs/atk" ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" all_ruby_prepare() { sed -i -e "/notify/d" test/atk-test-utils.rb || die } each_ruby_test() { ${RUBY} test/run-test.rb || die }
