* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ruby-ldap-0.9.16.ebuild ChangeLog
@ 2013-09-24 5:38 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2013-09-24 5:38 UTC (permalink / raw
To: gentoo-commits
graaff 13/09/24 05:38:16
Modified: ChangeLog
Added: ruby-ldap-0.9.16.ebuild
Log:
Version bump.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.61 dev-ruby/ruby-ldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 6 Sep 2013 05:42:20 -0000 1.60
+++ ChangeLog 24 Sep 2013 05:38:16 -0000 1.61
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-ldap
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.60 2013/09/06 05:42:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.61 2013/09/24 05:38:16 graaff Exp $
+
+*ruby-ldap-0.9.16 (24 Sep 2013)
+
+ 24 Sep 2013; Hans de Graaff <graaff@gentoo.org> +ruby-ldap-0.9.16.ebuild:
+ Version bump.
*ruby-ldap-0.9.15 (06 Sep 2013)
1.1 dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild?rev=1.1&content-type=text/plain
Index: ruby-ldap-0.9.16.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild,v 1.1 2013/09/24 05:38:16 graaff Exp $
EAPI=5
# jruby: mkmf
# rbx: require 'ldap' no such file to load
USE_RUBY="ruby18 ruby19 ruby20"
inherit multilib ruby-fakegem
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
DESCRIPTION="A Ruby interface to some LDAP libraries"
HOMEPAGE="http://ruby-ldap.sourceforge.net/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
IUSE="ssl"
DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl
ssl? ( dev-libs/openssl )"
RDEPEND="${DEPEND}"
# Current test set is interactive due to certificate generation and requires
# running LDAP daemon
RESTRICT="test"
each_ruby_configure() {
local myconf="--with-openldap2"
if ! use ssl ; then
myconf="${myconf} --without-libcrypto --without-libssl"
fi
${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
sed -i -e 's:-Wl,--no-undefined::' \
-e "s/^ldflags = /ldflags = $\(LDFLAGS\) /" Makefile || die
}
each_ruby_compile() {
emake V=1 || die
cp ldap$(get_modname) lib/ || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ruby-ldap-0.9.16.ebuild ChangeLog
@ 2014-05-02 14:47 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2014-05-02 14:47 UTC (permalink / raw
To: gentoo-commits
graaff 14/05/02 14:47:22
Modified: ruby-ldap-0.9.16.ebuild ChangeLog
Log:
Add ruby21.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.3 dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild?r1=1.2&r2=1.3
Index: ruby-ldap-0.9.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-ldap-0.9.16.ebuild 5 Apr 2014 23:26:30 -0000 1.2
+++ ruby-ldap-0.9.16.ebuild 2 May 2014 14:47:21 -0000 1.3
@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild,v 1.2 2014/04/05 23:26:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.16.ebuild,v 1.3 2014/05/02 14:47:21 graaff Exp $
EAPI=5
# jruby: mkmf
# rbx: require 'ldap' no such file to load
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
inherit multilib ruby-fakegem
1.64 dev-ruby/ruby-ldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 5 Apr 2014 23:26:31 -0000 1.63
+++ ChangeLog 2 May 2014 14:47:21 -0000 1.64
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-ldap
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.63 2014/04/05 23:26:31 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.64 2014/05/02 14:47:21 graaff Exp $
+
+ 02 May 2014; Hans de Graaff <graaff@gentoo.org> ruby-ldap-0.9.16.ebuild:
+ Add ruby21.
05 Apr 2014; Manuel RĂ¼ger <mrueg@gentoo.org> ruby-ldap-0.9.12.ebuild,
ruby-ldap-0.9.16.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-02 14:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-02 14:47 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ruby-ldap-0.9.16.ebuild ChangeLog Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2013-09-24 5:38 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox