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/activeldap: ChangeLog activeldap-3.2.2.ebuild
Date: Sun, 30 Sep 2012 08:36:38
Message-Id: 20120930083628.EB74021600@flycatcher.gentoo.org
1 graaff 12/09/30 08:36:28
2
3 Modified: ChangeLog
4 Added: activeldap-3.2.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-ruby/activeldap/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 16 Aug 2012 15:21:29 -0000 1.3
24 +++ ChangeLog 30 Sep 2012 08:36:28 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/activeldap
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v 1.3 2012/08/16 15:21:29 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v 1.4 2012/09/30 08:36:28 graaff Exp $
30 +
31 +*activeldap-3.2.2 (30 Sep 2012)
32 +
33 + 30 Sep 2012; Hans de Graaff <graaff@g.o> +activeldap-3.2.2.ebuild:
34 + Version bump.
35
36 16 Aug 2012; Diego E. Pettenò <flameeyes@g.o>
37 activeldap-1.2.2-r1.ebuild:
38
39
40
41 1.1 dev-ruby/activeldap/activeldap-3.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/activeldap-3.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/activeldap-3.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: activeldap-3.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/activeldap-3.2.2.ebuild,v 1.1 2012/09/30 08:36:28 graaff Exp $
51
52 EAPI=4
53 USE_RUBY="ruby18 ruby19"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_EXTRADOC="README.textile TODO"
57 RUBY_FAKEGEM_EXTRAINSTALL="po"
58
59 inherit ruby-fakegem
60
61 MY_P="${P/ruby-/}"
62 DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
63 HOMEPAGE="https://github.com/activeldap/activeldap"
64
65 LICENSE="GPL-2"
66 SLOT="3"
67 KEYWORDS="~amd64"
68 IUSE=""
69
70 # Most tests require a live LDAP server to run.
71 RESTRICT="test"
72
73 ruby_add_bdepend "dev-ruby/hoe"
74
75 ruby_add_rdepend "
76 >=dev-ruby/activemodel-3.2.8:3.2
77 dev-ruby/locale
78 dev-ruby/ruby-gettext
79 dev-ruby/gettext_i18n_rails
80 || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
81
82 all_ruby_install() {
83 all_fakegem_install
84
85 dodoc doc/text/*
86
87 insinto /usr/share/doc/${PF}
88 doins -r examples
89 }