mrueg       14/06/14 01:43:57

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

Revision  Changes    Path
1.21                 dev-ruby/domain_name/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   24 Apr 2014 20:26:56 -0000      1.20
+++ ChangeLog   14 Jun 2014 01:43:57 -0000      1.21
@@ -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.20 
2014/04/24 20:26:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/ChangeLog,v 1.21 
2014/06/14 01:43:57 mrueg Exp $
+
+*domain_name-0.5.19 (14 Jun 2014)
+
+  14 Jun 2014; Manuel Rüger <[email protected]> +domain_name-0.5.19.ebuild:
+  Version bump.
 
   24 Apr 2014; Manuel Rüger <[email protected]> -domain_name-0.5.16.ebuild,
   -domain_name-0.5.17.ebuild, domain_name-0.5.13.ebuild,



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

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

Index: domain_name-0.5.19.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.19.ebuild,v 1.1 
2014/06/14 01:43:57 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 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