naota 14/12/05 15:25:09 Modified: ChangeLog Added: ruby-gobject-introspection-2.2.3.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path 1.8 dev-ruby/ruby-gobject-introspection/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 17 Oct 2014 01:03:26 -0000 1.7 +++ ChangeLog 5 Dec 2014 15:25:09 -0000 1.8 @@ -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.7 2014/10/17 01:03:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.8 2014/12/05 15:25:09 naota Exp $ + +*ruby-gobject-introspection-2.2.3 (05 Dec 2014) + + 05 Dec 2014; Naohiro Aota <[email protected]> + +ruby-gobject-introspection-2.2.3.ebuild: + version bump *ruby-gobject-introspection-2.2.2 (17 Oct 2014) 1.1 dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.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.3.ebuild?rev=1.1&content-type=text/plain Index: ruby-gobject-introspection-2.2.3.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.3.ebuild,v 1.1 2014/12/05 15:25:09 naota Exp $ EAPI=4 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}"
