graaff 15/05/24 06:30:12 Modified: ChangeLog Added: date_validator-0.8.0.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.9 dev-ruby/date_validator/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 22 Oct 2014 12:50:11 -0000 1.8 +++ ChangeLog 24 May 2015 06:30:12 -0000 1.9 @@ -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.8 2014/10/22 12:50:11 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v 1.9 2015/05/24 06:30:12 graaff Exp $ + +*date_validator-0.8.0 (24 May 2015) + + 24 May 2015; Hans de Graaff <[email protected]> +date_validator-0.8.0.ebuild: + Version bump. *date_validator-0.7.1 (22 Oct 2014) 1.1 dev-ruby/date_validator/date_validator-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/date_validator-0.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/date_validator-0.8.0.ebuild?rev=1.1&content-type=text/plain Index: date_validator-0.8.0.ebuild =================================================================== # Copyright 1999-2015 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.8.0.ebuild,v 1.1 2015/05/24 06:30:12 graaff 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="https://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 }
