graaff 15/03/07 07:00:53 Modified: ChangeLog Added: sigar-0.7.3.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.12 dev-ruby/sigar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sigar/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 10 Oct 2014 23:55:57 -0000 1.11 +++ ChangeLog 7 Mar 2015 07:00:53 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/sigar -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sigar/ChangeLog,v 1.11 2014/10/10 23:55:57 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sigar/ChangeLog,v 1.12 2015/03/07 07:00:53 graaff Exp $ + +*sigar-0.7.3 (07 Mar 2015) + + 07 Mar 2015; Hans de Graaff <[email protected]> +sigar-0.7.3.ebuild: + Version bump. 10 Oct 2014; Manuel RĂ¼ger <[email protected]> sigar-0.7.2-r1.ebuild: Add ruby21 target. 1.1 dev-ruby/sigar/sigar-0.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/sigar-0.7.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/sigar-0.7.3.ebuild?rev=1.1&content-type=text/plain Index: sigar-0.7.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/sigar/sigar-0.7.3.ebuild,v 1.1 2015/03/07 07:00:53 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README" inherit multilib ruby-fakegem DESCRIPTION="System Information Gatherer And Reporter" HOMEPAGE="http://sigar.hyperic.com/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" each_ruby_configure() { ${RUBY} -Cbindings/ruby extconf.rb || die } each_ruby_compile() { emake -Cbindings/ruby V=1 mkdir lib || die cp bindings/ruby/${PN}$(get_modname) lib/ || die }
