mrueg       14/05/07 00:13:22

  Modified:             ChangeLog
  Added:                descendants_tracker-0.0.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/descendants_tracker/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/descendants_tracker/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   5 May 2014 18:03:56 -0000       1.1
+++ ChangeLog   7 May 2014 00:13:22 -0000       1.2
@@ -1,6 +1,12 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/descendants_tracker/ChangeLog,v 
1.2 2014/05/07 00:13:22 mrueg Exp $
+
+*descendants_tracker-0.0.4 (07 May 2014)
+
+  07 May 2014; Manuel RĂ¼ger <mr...@gentoo.org>
+  +descendants_tracker-0.0.4.ebuild:
+  Version bump.
 
 *descendants_tracker-0.0.3 (05 May 2014)
 
@@ -8,4 +14,3 @@
   +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.4.ebuild

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

Index: descendants_tracker-0.0.4.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.4.ebuild,v
 1.1 2014/05/07 00:13:21 mrueg 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