mrueg       14/08/20 13:01:21

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

Revision  Changes    Path
1.24                 dev-ruby/domain_name/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   1 Aug 2014 17:40:21 -0000       1.23
+++ ChangeLog   20 Aug 2014 13:01:21 -0000      1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/domain_name
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/ChangeLog,v 1.23 
2014/08/01 17:40:21 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/ChangeLog,v 1.24 
2014/08/20 13:01:21 mrueg Exp $
+
+*domain_name-0.5.20 (20 Aug 2014)
+
+  20 Aug 2014; Manuel Rüger <mr...@gentoo.org> +domain_name-0.5.20.ebuild:
+  Version bump.
 
   01 Aug 2014; Manuel Rüger <mr...@gentoo.org> -domain_name-0.5.18.ebuild:
   Cleanup old.



1.1                  dev-ruby/domain_name/domain_name-0.5.20.ebuild

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

Index: domain_name-0.5.20.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/domain_name/domain_name-0.5.20.ebuild,v 1.1 
2014/08/20 13:01:21 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem

DESCRIPTION="Domain Name manipulation library for Ruby"
HOMEPAGE="https://github.com/knu/ruby-domain_name";

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
IUSE="test"

ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"

ruby_add_bdepend "
        test? (
                >=dev-ruby/test-unit-2.5.1-r1
                dev-ruby/shoulda
        )"

all_ruby_prepare() {
        sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die
        rm Gemfile* || die

        # Remove development dependencies
        sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \
                ${RUBY_FAKEGEM_GEMSPEC} || die

        # Avoid dependency on git.
        sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die
}

each_ruby_test() {
        ruby-ng_testrb-2 -Ilib:test test/test_*.rb
}




Reply via email to