naota 14/03/17 14:12:21 Modified: ChangeLog Added: ruby-atk-2.2.0.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path 1.82 dev-ruby/ruby-atk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.82&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.82&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?r1=1.81&r2=1.82 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- ChangeLog 10 Mar 2014 17:15:53 -0000 1.81 +++ ChangeLog 17 Mar 2014 14:12:21 -0000 1.82 @@ -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.81 2014/03/10 17:15:53 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.82 2014/03/17 14:12:21 naota Exp $ + +*ruby-atk-2.2.0 (17 Mar 2014) + + 17 Mar 2014; Naohiro Aota <[email protected]> +ruby-atk-2.2.0.ebuild: + version bump 10 Mar 2014; Manuel RĂ¼ger <[email protected]> -ruby-atk-1.1.3.ebuild, ruby-atk-1.1.8.ebuild, ruby-atk-1.2.6.ebuild: 1.1 dev-ruby/ruby-atk/ruby-atk-2.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.2.0.ebuild?rev=1.1&content-type=text/plain Index: ruby-atk-2.2.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/ruby-atk/ruby-atk-2.2.0.ebuild,v 1.1 2014/03/17 14:12:21 naota Exp $ EAPI=4 USE_RUBY="ruby19 ruby20" inherit ruby-ng-gnome2 DESCRIPTION="Ruby Atk bindings" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="${DEPEND} dev-libs/atk" RDEPEND="${RDEPEND} dev-libs/atk" ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"
