Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/date_validator: date_validator-0.6.4.ebuild ChangeLog
Date: Wed, 01 May 2013 05:39:41
Message-Id: 20130501053935.775EE2171D@flycatcher.gentoo.org
1 graaff 13/05/01 05:39:35
2
3 Modified: ChangeLog
4 Added: date_validator-0.6.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.2 dev-ruby/date_validator/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 22 Jan 2012 11:26:25 -0000 1.1
24 +++ ChangeLog 1 May 2013 05:39:35 -0000 1.2
25 @@ -1,10 +1,14 @@
26 # ChangeLog for dev-ruby/date_validator
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v 1.1 2012/01/22 11:26:25 flameeyes Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v 1.2 2013/05/01 05:39:35 graaff Exp $
31 +
32 +*date_validator-0.6.4 (01 May 2013)
33 +
34 + 01 May 2013; Hans de Graaff <graaff@g.o> +date_validator-0.6.4.ebuild:
35 + Version bump.
36
37 *date_validator-0.6.3 (22 Jan 2012)
38
39 22 Jan 2012; Diego E. Pettenò <flameeyes@g.o>
40 +date_validator-0.6.3.ebuild, +metadata.xml:
41 Initial import of date_validator.
42 -
43
44
45
46 1.1 dev-ruby/date_validator/date_validator-0.6.4.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/date_validator-0.6.4.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/date_validator-0.6.4.ebuild?rev=1.1&content-type=text/plain
50
51 Index: date_validator-0.6.4.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/date_validator-0.6.4.ebuild,v 1.1 2013/05/01 05:39:35 graaff Exp $
56
57 EAPI=5
58 USE_RUBY="ruby18 ruby19"
59
60 RUBY_FAKEGEM_TASK_TEST="test"
61
62 RUBY_FAKEGEM_TASK_DOC="docs"
63 RUBY_FAKEGEM_EXTRADOC="Readme.md"
64
65 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
66
67 # if ever needed
68 #GITHUB_USER="codegram"
69 #GITHUB_PROJECT="${PN}"
70 #RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"
71
72 inherit ruby-fakegem
73
74 DESCRIPTION="Simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3"
75 HOMEPAGE="http://github.com/codegram/date_validator"
76
77 LICENSE="MIT"
78 SLOT="3"
79 KEYWORDS="~amd64"
80 IUSE=""
81
82 ruby_add_rdepend ">=dev-ruby/activemodel-3.0
83 "
84
85 ruby_add_bdepend "
86 test? (
87 dev-ruby/minitest
88 >=dev-ruby/tzinfo-0.3
89 >=dev-ruby/activesupport-3.0
90 )
91 doc? ( dev-ruby/yard )"
92
93 all_ruby_prepare() {
94 sed -i \
95 -e '/git ls-files/d' \
96 ${RUBY_FAKEGEM_GEMSPEC} || die
97 }