graaff      14/05/05 18:03:56

  Added:                metadata.xml ChangeLog
                        descendants_tracker-0.0.3.ebuild
  Log:
  Initial import. New dependency for github_api. Ebuild by p8952 in the ruby 
overlay.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

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

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

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

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

*descendants_tracker-0.0.3 (05 May 2014)

  05 May 2014; Hans de Graaff <[email protected]>
  +descendants_tracker-0.0.3.ebuild, +metadata.xml:
  Initial import. New dependency for github_api. Ebuild by p8952 in the ruby
  overlay.




1.1                  
dev-ruby/descendants_tracker/descendants_tracker-0.0.3.ebuild

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

Index: descendants_tracker-0.0.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/descendants_tracker/descendants_tracker-0.0.3.ebuild,v
 1.1 2014/05/05 18:03:56 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="yard"
RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="Module that adds descendant tracking to a class"
HOMEPAGE="https://github.com/dkubb/descendants_tracker";

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

all_ruby_prepare() {
        # Remove dependency on devtools
        sed -i -e '/devtools\/spec_helper/d' spec/spec_helper.rb || die
        sed -i -e '/it_should_behave_like/d' \
                spec/unit/descendants_tracker/add_descendant_spec.rb || die
        sed -i -e '/it_should_behave_like/d' \
                spec/unit/descendants_tracker/descendants_spec.rb || die
}




Reply via email to