graaff 15/01/04 09:50:53 Modified: ChangeLog Added: activeldap-4.0.4.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.14 dev-ruby/activeldap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 4 Sep 2014 14:06:27 -0000 1.13 +++ ChangeLog 4 Jan 2015 09:50:53 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/activeldap -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v 1.13 2014/09/04 14:06:27 graaff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v 1.14 2015/01/04 09:50:53 graaff Exp $ + +*activeldap-4.0.4 (04 Jan 2015) + + 04 Jan 2015; Hans de Graaff <[email protected]> +activeldap-4.0.4.ebuild: + Version bump. 04 Sep 2014; Hans de Graaff <[email protected]> activeldap-4.0.3.ebuild: Add ruby20, ruby21. 1.1 dev-ruby/activeldap/activeldap-4.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/activeldap-4.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/activeldap-4.0.4.ebuild?rev=1.1&content-type=text/plain Index: activeldap-4.0.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/activeldap-4.0.4.ebuild,v 1.1 2015/01/04 09:50:53 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*" RUBY_FAKEGEM_EXTRAINSTALL="po" inherit ruby-fakegem MY_P="${P/ruby-/}" DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP" HOMEPAGE="https://github.com/activeldap/activeldap" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64" IUSE="" # Most tests require a live LDAP server to run. RESTRICT="test" ruby_add_rdepend " >=dev-ruby/activemodel-4.0.0:4.0 dev-ruby/locale dev-ruby/ruby-gettext dev-ruby/gettext_i18n_rails || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )" all_ruby_install() { all_fakegem_install dodoc doc/text/* insinto /usr/share/doc/${PF} doins -r examples }
