p8952       14/05/15 18:05:29

  Added:                facets-2.9.3.ebuild metadata.xml Manifest ChangeLog
  Log:
  New ebuild for facets. Dependency for hashery. Forcing commit due to circular 
deps
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, 
unsigned Manifest commit)

Revision  Changes    Path
1.1                  dev-ruby/facets/facets-2.9.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/facets-2.9.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/facets-2.9.3.ebuild?rev=1.1&content-type=text/plain

Index: facets-2.9.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/facets/facets-2.9.3.ebuild,v 1.1 
2014/05/15 18:05:29 p8952 Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_RECIPE_DOC="yard"
RUBY_FAKEGEM_EXTRADOC="README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Facets is the premier collection of extension methods for Ruby."
HOMEPAGE="https://rubyworks.github.io/facets/";

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_bdepend "test? (
        dev-ruby/ae
        dev-ruby/lemon
        dev-ruby/rubytest
        dev-ruby/rubytest-cli )"

all_ruby_prepare() {

        # Tests need to write to tmp/
        mkdir tmp/ || die 'mkdir failed'

        # See TODO: 
https://github.com/rubyworks/facets/blob/2.9.3/test/core/kernel/test_source_location.rb
        rm test/core/kernel/test_source_location.rb || die 'test removal failed'
}

each_ruby_test() {
        ${RUBY} -S rubytest -r lemon -r ae -Ilib/core -Ilib/standard -Itest 
test/ || die 'tests failed'
}



1.3                  dev-ruby/facets/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/metadata.xml?r1=1.2&r2=1.3




1.50                 dev-ruby/facets/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/Manifest?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/Manifest?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/Manifest?r1=1.49&r2=1.50




1.38                 dev-ruby/facets/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/ChangeLog?r1=1.37&r2=1.38





Reply via email to