graaff      15/04/21 06:00:00

  Modified:             ChangeLog
  Added:                hiera-eyaml-2.0.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.6                  dev-ruby/hiera-eyaml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   18 Apr 2015 06:21:46 -0000      1.5
+++ ChangeLog   21 Apr 2015 06:00:00 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/hiera-eyaml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog,v 1.5 
2015/04/18 06:21:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog,v 1.6 
2015/04/21 06:00:00 graaff Exp $
+
+*hiera-eyaml-2.0.8 (21 Apr 2015)
+
+  21 Apr 2015; Hans de Graaff <gra...@gentoo.org> +hiera-eyaml-2.0.8.ebuild:
+  Version bump.
 
   18 Apr 2015; Hans de Graaff <gra...@gentoo.org> hiera-eyaml-2.0.7.ebuild:
   Add missing test dependency on app-admin/puppet.



1.1                  dev-ruby/hiera-eyaml/hiera-eyaml-2.0.8.ebuild

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

Index: hiera-eyaml-2.0.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.8.ebuild,v 1.1 
2015/04/21 06:00:00 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md CHANGES.md PLUGINS.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem

DESCRIPTION="Encrypted YAML backend for hiera"
HOMEPAGE="https://github.com/TomPoulton/hiera-eyaml";
SRC_URI="https://github.com/TomPoulton/hiera-eyaml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

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

ruby_add_rdepend ">=dev-ruby/highline-1.6.19"
ruby_add_rdepend "dev-ruby/trollop:2"

ruby_add_bdepend "test? ( dev-util/cucumber dev-util/aruba app-admin/puppet 
dev-ruby/hiera-eyaml-plaintext )"

all_ruby_prepare() {
        # Fix highline dependency to be compatible with more versions.
        sed -i -e '/highline/ s/~>/>=/' \
                -e '/gem.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die

}

each_ruby_test() {
        ${RUBY} -S cucumber --format progress features || die
}




Reply via email to