graaff      14/07/22 06:10:01

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

Revision  Changes    Path
1.8                  dev-ruby/mixlib-config/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Apr 2014 23:10:27 -0000       1.7
+++ ChangeLog   22 Jul 2014 06:10:01 -0000      1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mixlib-config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.7 
2014/04/05 23:10:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.8 
2014/07/22 06:10:01 graaff Exp $
+
+*mixlib-config-2.1.0 (22 Jul 2014)
+
+  22 Jul 2014; Hans de Graaff <[email protected]> +mixlib-config-2.1.0.ebuild:
+  Version bump. EAPI=5. Add ruby20.
 
   05 Apr 2014; Manuel RĂ¼ger <[email protected]> mixlib-config-1.1.2.ebuild:
   Remove ree18 and ruby18 target.



1.1                  dev-ruby/mixlib-config/mixlib-config-2.1.0.ebuild

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

Index: mixlib-config-2.1.0.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-config/mixlib-config-2.1.0.ebuild,v 1.1 
2014/07/22 06:10:01 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="none"

RUBY_FAKEGEM_EXTRADOC="NOTICE README.md"

inherit ruby-fakegem

DESCRIPTION="Simple class based Config mechanism"
HOMEPAGE="http://github.com/opscode/mixlib-config";
SRC_URI="https://github.com/opscode/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

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

each_ruby_test() {
        ruby-ng_rspec
        ruby-ng_cucumber
}




Reply via email to