mrueg 14/05/07 01:04:50 Added: metadata.xml nio4r-1.0.0.ebuild ChangeLog Log: Initial version. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.1 dev-ruby/nio4r/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nio4r/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nio4r/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>ruby</herd> </pkgmetadata> 1.1 dev-ruby/nio4r/nio4r-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nio4r/nio4r-1.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nio4r/nio4r-1.0.0.ebuild?rev=1.1&content-type=text/plain Index: nio4r-1.0.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/nio4r/nio4r-1.0.0.ebuild,v 1.1 2014/05/07 01:04:50 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" inherit ruby-fakegem DESCRIPTION="A high performance selector API for monitoring IO objects" HOMEPAGE="https://github.com/celluloid/nio4r" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND+=" dev-libs/libev" ruby_add_bdepend "test? ( dev-ruby/rake-compiler )" RUBY_PATCHES=( "${FILESDIR}"/${P}-extconf.patch ) all_ruby_prepare() { rm -rf ext/libev sed -i -e 's#"../libev/ev.h"#<ev.h>#' ext/${PN}/libev.h || die sed -i -e '/ev.c/d' ext/${PN}/nio4r_ext.c || die sed -i -e '/[Cc]overalls/d' -e '/[Bb]undler/d' spec/spec_helper.rb || die } each_ruby_configure() { ${RUBY} -Cext/${PN} extconf.rb || die } each_ruby_compile() { emake V=1 -Cext/${PN} cp ext/${PN}/*$(get_modname) lib/ || die } 1.1 dev-ruby/nio4r/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nio4r/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nio4r/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-ruby/nio4r # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/nio4r/ChangeLog,v 1.1 2014/05/07 01:04:50 mrueg Exp $ *nio4r-1.0.0 (07 May 2014) 07 May 2014; Manuel RĂ¼ger <[email protected]> +files/nio4r-1.0.0-extconf.patch, +metadata.xml, +nio4r-1.0.0.ebuild: Initial version.
