mrueg 14/10/17 01:03:26 Modified: ChangeLog Added: ruby-gobject-introspection-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.7 dev-ruby/ruby-gobject-introspection/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 17 Aug 2014 10:08:27 -0000 1.6 +++ ChangeLog 17 Oct 2014 01:03:26 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/ruby-gobject-introspection # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.6 2014/08/17 10:08:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.7 2014/10/17 01:03:26 mrueg Exp $ + +*ruby-gobject-introspection-2.2.2 (17 Oct 2014) + + 17 Oct 2014; Manuel RĂ¼ger <[email protected]> + +ruby-gobject-introspection-2.2.2.ebuild: + Version bump. Add ruby21. Add tests. 17 Aug 2014; Anthony G. Basile <[email protected]> ruby-gobject-introspection-1.2.6.ebuild, 1.1 dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.2.ebuild?rev=1.1&content-type=text/plain Index: ruby-gobject-introspection-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-gobject-introspection/ruby-gobject-introspection-2.2.2.ebuild,v 1.1 2014/10/17 01:03:26 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" inherit ruby-ng-gnome2 RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection DESCRIPTION="Ruby GObjectIntrosprction bindings" KEYWORDS="~amd64 ~ppc" IUSE="" DEPEND="${DEPEND} dev-libs/gobject-introspection" RDEPEND="${RDEPEND} dev-libs/gobject-introspection" ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" all_ruby_prepare() { sed -i -e "/notify/d" test/gobject-introspection-test-utils.rb || die } each_ruby_test() { ${RUBY} test/run-test.rb || die }
