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