graaff      14/07/22 06:22:27

  Modified:             ChangeLog
  Added:                mixlib-log-1.4.1-r1.ebuild
  Log:
  EAPI=5. Add ruby20.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.15                 dev-ruby/mixlib-log/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   5 Apr 2014 23:32:53 -0000       1.14
+++ ChangeLog   22 Jul 2014 06:22:27 -0000      1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mixlib-log
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/ChangeLog,v 1.14 
2014/04/05 23:32:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/ChangeLog,v 1.15 
2014/07/22 06:22:27 graaff Exp $
+
+*mixlib-log-1.4.1-r1 (22 Jul 2014)
+
+  22 Jul 2014; Hans de Graaff <gra...@gentoo.org> +mixlib-log-1.4.1-r1.ebuild:
+  EAPI=5. Add ruby20.
 
   05 Apr 2014; Manuel RĂ¼ger <mr...@gentoo.org> mixlib-log-1.4.1.ebuild:
   Remove ree18 and ruby18 target.



1.1                  dev-ruby/mixlib-log/mixlib-log-1.4.1-r1.ebuild

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

Index: mixlib-log-1.4.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/mixlib-log-1.4.1-r1.ebuild,v 1.1 
2014/07/22 06:22:27 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20"

RUBY_FAKEGEM_RECIPE_TEST="none"

RUBY_FAKEGEM_EXTRA_DOC="README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Simple class based Log mechanism"
HOMEPAGE="http://github.com/opscode/mixlib-log";
SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz"
RUBY_S="opscode-${PN}-*"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

ruby_add_bdepend "test? (
        dev-ruby/rspec:2
        dev-util/cucumber
)"

all_ruby_prepare() {
        # Avoid unneeded dependency on bundler.
        rm Gemfile || die
}

each_ruby_test() {
        ruby-ng_rspec
        ruby-ng_cucumber
}




Reply via email to