graaff 14/05/02 14:50:20 Modified: ChangeLog Added: activeldap-4.0.2.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.8 dev-ruby/activeldap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 22 Oct 2013 17:59:01 -0000 1.7 +++ ChangeLog 2 May 2014 14:50:20 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/activeldap -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v 1.7 2013/10/22 17:59:01 graaff Exp $ +# 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 $ + +*activeldap-4.0.2 (02 May 2014) + + 02 May 2014; Hans de Graaff <[email protected]> +activeldap-4.0.2.ebuild: + Version bump. *activeldap-4.0.1 (22 Oct 2013) 1.1 dev-ruby/activeldap/activeldap-4.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/activeldap-4.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeldap/activeldap-4.0.2.ebuild?rev=1.1&content-type=text/plain Index: activeldap-4.0.2.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.2.ebuild,v 1.1 2014/05/02 14:50:20 graaff Exp $ EAPI=5 USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.textile TODO" 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 }
