mrueg       14/10/24 14:51:47

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

Revision  Changes    Path
1.6                  dev-ruby/configliere/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   6 Aug 2014 07:52:44 -0000       1.5
+++ ChangeLog   24 Oct 2014 14:51:47 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/configliere
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.5 
2014/08/06 07:52:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.6 
2014/10/24 14:51:47 mrueg Exp $
+
+*configliere-0.4.22 (24 Oct 2014)
+
+  24 Oct 2014; Manuel Rüger <[email protected]> +configliere-0.4.22.ebuild:
+  Version bump.
 
   06 Aug 2014; Manuel Rüger <[email protected]> configliere-0.4.18-r1.ebuild:
   Add ruby21 target.



1.1                  dev-ruby/configliere/configliere-0.4.22.ebuild

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

Index: configliere-0.4.22.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v 1.1 
2014/10/24 14:51:47 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.textile README.textile FEATURES.txt"

inherit ruby-fakegem

DESCRIPTION="Settings manager for Ruby scripts"
HOMEPAGE="https://github.com/infochimps-labs/configliere";

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

ruby_add_rdepend "
        >=dev-ruby/highline-1.5.2
        >=dev-ruby/multi_json-1.1"


all_ruby_prepare() {
        rm Gemfile* || die
        sed -i -e "/bundler/d" spec/spec_helper.rb || die
}

all_ruby_install() {
        all_fakegem_install

        insinto /usr/share/doc/${PF}
        doins -r examples
}




Reply via email to