graaff 14/05/16 18:21:41 Modified: ChangeLog Added: activeldap-4.0.3.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.9 dev-ruby/activeldap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 2 May 2014 14:50:20 -0000 1.8 +++ ChangeLog 16 May 2014 18:21:41 -0000 1.9 @@ -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.8 2014/05/02 14:50:20 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v 1.9 2014/05/16 18:21:41 graaff Exp $ + +*activeldap-4.0.3 (16 May 2014) + + 16 May 2014; Hans de Graaff <[email protected]> +activeldap-4.0.3.ebuild: + Version bump. *activeldap-4.0.2 (02 May 2014) 1.1 dev-ruby/activeldap/activeldap-4.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/activeldap-4.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/activeldap-4.0.3.ebuild?rev=1.1&content-type=text/plain Index: activeldap-4.0.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/activeldap-4.0.3.ebuild,v 1.1 2014/05/16 18:21:41 graaff Exp $ EAPI=5 USE_RUBY="ruby19" 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 }
