mrueg       14/10/22 12:50:11

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

Revision  Changes    Path
1.8                  dev-ruby/date_validator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   6 Aug 2014 06:41:51 -0000       1.7
+++ ChangeLog   22 Oct 2014 12:50:11 -0000      1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/date_validator
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v 1.7 
2014/08/06 06:41:51 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v 1.8 
2014/10/22 12:50:11 mrueg Exp $
+
+*date_validator-0.7.1 (22 Oct 2014)
+
+  22 Oct 2014; Manuel Rüger <[email protected]> +date_validator-0.7.1.ebuild:
+  Version bump.
 
   06 Aug 2014; Manuel Rüger <[email protected]> date_validator-0.7.0.ebuild:
   Add ruby20, ruby21 target.



1.1                  dev-ruby/date_validator/date_validator-0.7.1.ebuild

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

Index: date_validator-0.7.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/date_validator/date_validator-0.7.1.ebuild,v 
1.1 2014/10/22 12:50:11 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_TEST="test"

RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_EXTRADOC="Readme.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

# if ever needed
#GITHUB_USER="codegram"
#GITHUB_PROJECT="${PN}"
#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"

inherit ruby-fakegem

DESCRIPTION="Simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 
3"
HOMEPAGE="http://github.com/codegram/date_validator";

LICENSE="MIT"
SLOT="3"
KEYWORDS="~amd64"
IUSE=""

ruby_add_rdepend ">=dev-ruby/activemodel-3.0
"

ruby_add_bdepend "
        test? (
                dev-ruby/minitest
                >=dev-ruby/tzinfo-0.3
                >=dev-ruby/activesupport-3.0
        )
        doc? ( dev-ruby/yard )"

all_ruby_prepare() {
        sed -i \
                -e '/git ls-files/d' \
                ${RUBY_FAKEGEM_GEMSPEC} || die
        sed -i \
                -e '/[Bb]undler/s/^/#/' Rakefile || die
        # Fix tests
        sed -i -e "1irequire 'active_support'" test/test_helper.rb || die
}




Reply via email to