graaff 15/04/03 10:52:58 Modified: ChangeLog Added: coolio-1.3.0.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.11 dev-ruby/coolio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coolio/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coolio/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coolio/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coolio/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 11 Oct 2014 00:39:27 -0000 1.10 +++ ChangeLog 3 Apr 2015 10:52:58 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/coolio -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coolio/ChangeLog,v 1.10 2014/10/11 00:39:27 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coolio/ChangeLog,v 1.11 2015/04/03 10:52:58 graaff Exp $ + +*coolio-1.3.0 (03 Apr 2015) + + 03 Apr 2015; Hans de Graaff <[email protected]> +coolio-1.3.0.ebuild: + Version bump. 11 Oct 2014; Manuel RĂ¼ger <[email protected]> coolio-1.2.1.ebuild: Add ruby21 target. 1.1 dev-ruby/coolio/coolio-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coolio/coolio-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coolio/coolio-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: coolio-1.3.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/coolio/coolio-1.3.0.ebuild,v 1.1 2015/04/03 10:52:58 graaff Exp $ EAPI=5 # iobuffer: -rbx USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec2" RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" RUBY_FAKEGEM_NAME="cool.io" RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec" inherit multilib ruby-fakegem DESCRIPTION="A high performance event framework for Ruby which uses the libev C library" HOMEPAGE="http://coolio.github.com/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND+=" >=dev-libs/libev-4.19" RDEPEND+=" >=dev-libs/libev-4.19" RUBY_PATCHES=( "${PN}-1.1.0-libev.patch" "${PN}-1.1.0-rubyio.patch" ) ruby_add_rdepend ">=dev-ruby/iobuffer-1" all_ruby_prepare() { rm -r Gemfile* ext/libev ext/cool.io/libev.c lib/.gitignore || die sed -i -e '/[Bb]undler/d' Rakefile || die sed -i -e '28i s.add_dependency "iobuffer"' ${RUBY_FAKEGEM_GEMSPEC} || die sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die # Remove specs that require network connectivity rm spec/dns_spec.rb || die } each_ruby_configure() { ${RUBY} -Cext/cool.io extconf.rb || die } each_ruby_compile() { emake V=1 -Cext/cool.io cp ext/cool.io/cool.io_ext$(get_modname) lib/ || die }
