graaff      15/03/06 06:56:59

  Added:                metadata.xml ChangeLog
                        binding_of_caller-0.7.2.ebuild
  Log:
  Initial import. Dependency for forthcoming web-console.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.1                  dev-ruby/binding_of_caller/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/binding_of_caller/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/binding_of_caller/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/binding_of_caller/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-ruby/binding_of_caller
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/binding_of_caller/ChangeLog,v 1.1 
2015/03/06 06:56:59 graaff Exp $

*binding_of_caller-0.7.2 (06 Mar 2015)

  06 Mar 2015; Hans de Graaff <[email protected]>
  +binding_of_caller-0.7.2.ebuild, +metadata.xml:
  Initial import. Dependency for forthcoming web-console.




1.1                  dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild

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

Index: binding_of_caller-0.7.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild,v
 1.1 2015/03/06 06:56:59 graaff Exp $

EAPI=5
USE_RUBY="ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"

inherit ruby-fakegem

DESCRIPTION="Retrieve the binding of a method's caller"
HOMEPAGE="https://github.com/banister/binding_of_caller";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"

ruby_add_bdepend "test? ( dev-ruby/bacon )"

each_ruby_test() {
        ${RUBY} -S bacon -Itest -rubygems -a -q || die
}




Reply via email to