* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-activeldap: ruby-activeldap-1.2.2.ebuild ChangeLog
@ 2010-07-06 5:42 Hans de Graaff (graaff)
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2010-07-06 5:42 UTC (permalink / raw
To: gentoo-commits
graaff 10/07/06 05:42:39
Modified: ChangeLog
Added: ruby-activeldap-1.2.2.ebuild
Log:
Version bump with bug fixes.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.23 dev-ruby/ruby-activeldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 23 May 2010 19:57:47 -0000 1.22
+++ ChangeLog 6 Jul 2010 05:42:39 -0000 1.23
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ruby-activeldap
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.22 2010/05/23 19:57:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.23 2010/07/06 05:42:39 graaff Exp $
+
+*ruby-activeldap-1.2.2 (06 Jul 2010)
+
+ 06 Jul 2010; Hans de Graaff <graaff@gentoo.org>
+ +ruby-activeldap-1.2.2.ebuild:
+ Version bump with bug fixes.
*ruby-activeldap-1.2.1-r2 (23 May 2010)
1.1 dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?rev=1.1&content-type=text/plain
Index: ruby-activeldap-1.2.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v 1.1 2010/07/06 05:42:39 graaff Exp $
EAPI="2"
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGES README TODO"
RUBY_FAKEGEM_EXTRAINSTALL="data po rails rails_generators"
RUBY_FAKEGEM_NAME="activeldap"
inherit ruby-fakegem
MY_P="${P/ruby-/}"
DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
HOMEPAGE="http://ruby-activeldap.rubyforge.org/doc/"
SRC_URI="mirror://rubygems/${MY_P}.gem"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""
# Most tests require a live LDAP server to run.
RESTRICT="test"
ruby_add_bdepend "dev-ruby/hoe"
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
ruby_add_rdepend "
=dev-ruby/activerecord-2.3*
~dev-ruby/locale-2.0.5
~dev-ruby/ruby-gettext-2.1.0
~dev-ruby/gettext_activerecord-2.1.0
>=dev-ruby/ruby-ldap-0.8.2"
all_ruby_prepare() {
# Make activeldap more lenient towards newer Rails versions.
sed -i -e "s/= 2.3.8/~>2.3.5/" lib/active_ldap.rb || die
}
each_ruby_test() {
# Tests use test-unit-2 which is currently masked in tree.
# Version 2.0.6 is bundled so use that for now.
RUBYLIB=test-unit/lib ${RUBY} -S rake test || die "Tests failed."
}
all_ruby_install() {
all_fakegem_install
insinto /usr/share/doc/${PF}
doins -r examples
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-activeldap: ruby-activeldap-1.2.2.ebuild ChangeLog
@ 2010-12-11 7:47 Hans de Graaff (graaff)
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2010-12-11 7:47 UTC (permalink / raw
To: gentoo-commits
graaff 10/12/11 07:47:26
Modified: ruby-activeldap-1.2.2.ebuild ChangeLog
Log:
Expand gettext_activerecord dependency to include most recent version.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?r1=1.1&r2=1.2
Index: ruby-activeldap-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-activeldap-1.2.2.ebuild 6 Jul 2010 05:42:39 -0000 1.1
+++ ruby-activeldap-1.2.2.ebuild 11 Dec 2010 07:47:26 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v 1.1 2010/07/06 05:42:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v 1.2 2010/12/11 07:47:26 graaff Exp $
EAPI="2"
USE_RUBY="ruby18"
@@ -33,7 +33,7 @@
=dev-ruby/activerecord-2.3*
~dev-ruby/locale-2.0.5
~dev-ruby/ruby-gettext-2.1.0
- ~dev-ruby/gettext_activerecord-2.1.0
+ =dev-ruby/gettext_activerecord-2.1.0*
>=dev-ruby/ruby-ldap-0.8.2"
all_ruby_prepare() {
1.24 dev-ruby/ruby-activeldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 6 Jul 2010 05:42:39 -0000 1.23
+++ ChangeLog 11 Dec 2010 07:47:26 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-activeldap
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.23 2010/07/06 05:42:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.24 2010/12/11 07:47:26 graaff Exp $
+
+ 11 Dec 2010; Hans de Graaff <graaff@gentoo.org>
+ ruby-activeldap-1.2.2.ebuild:
+ Expand gettext_activerecord dependency to include most recent version.
*ruby-activeldap-1.2.2 (06 Jul 2010)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-activeldap: ruby-activeldap-1.2.2.ebuild ChangeLog
@ 2011-01-09 8:22 Hans de Graaff (graaff)
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2011-01-09 8:22 UTC (permalink / raw
To: gentoo-commits
graaff 11/01/09 08:22:40
Modified: ruby-activeldap-1.2.2.ebuild ChangeLog
Log:
Loosen ruby-gettext dependency a bit to include patched version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?r1=1.2&r2=1.3
Index: ruby-activeldap-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-activeldap-1.2.2.ebuild 11 Dec 2010 07:47:26 -0000 1.2
+++ ruby-activeldap-1.2.2.ebuild 9 Jan 2011 08:22:40 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v 1.2 2010/12/11 07:47:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v 1.3 2011/01/09 08:22:40 graaff Exp $
EAPI="2"
USE_RUBY="ruby18"
@@ -32,7 +32,7 @@
ruby_add_rdepend "
=dev-ruby/activerecord-2.3*
~dev-ruby/locale-2.0.5
- ~dev-ruby/ruby-gettext-2.1.0
+ =dev-ruby/ruby-gettext-2.1.0*
=dev-ruby/gettext_activerecord-2.1.0*
>=dev-ruby/ruby-ldap-0.8.2"
1.26 dev-ruby/ruby-activeldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 11 Dec 2010 07:49:14 -0000 1.25
+++ ChangeLog 9 Jan 2011 08:22:40 -0000 1.26
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-activeldap
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.25 2010/12/11 07:49:14 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.26 2011/01/09 08:22:40 graaff Exp $
+
+ 09 Jan 2011; Hans de Graaff <graaff@gentoo.org>
+ ruby-activeldap-1.2.2.ebuild:
+ Loosen ruby-gettext dependency a bit to include patched version.
11 Dec 2010; Hans de Graaff <graaff@gentoo.org>
-ruby-activeldap-1.2.1-r1.ebuild, -ruby-activeldap-1.2.1-r2.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-activeldap: ruby-activeldap-1.2.2.ebuild ChangeLog
@ 2011-01-10 17:55 Hans de Graaff (graaff)
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2011-01-10 17:55 UTC (permalink / raw
To: gentoo-commits
graaff 11/01/10 17:55:12
Modified: ruby-activeldap-1.2.2.ebuild ChangeLog
Log:
Keyword ~x86-macos.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild?r1=1.3&r2=1.4
Index: ruby-activeldap-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-activeldap-1.2.2.ebuild 9 Jan 2011 08:22:40 -0000 1.3
+++ ruby-activeldap-1.2.2.ebuild 10 Jan 2011 17:55:12 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v 1.3 2011/01/09 08:22:40 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild,v 1.4 2011/01/10 17:55:12 graaff Exp $
EAPI="2"
USE_RUBY="ruby18"
@@ -20,7 +20,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86 ~x86-macos"
IUSE=""
# Most tests require a live LDAP server to run.
1.27 dev-ruby/ruby-activeldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 9 Jan 2011 08:22:40 -0000 1.26
+++ ChangeLog 10 Jan 2011 17:55:12 -0000 1.27
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-activeldap
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.26 2011/01/09 08:22:40 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.27 2011/01/10 17:55:12 graaff Exp $
+
+ 10 Jan 2011; Hans de Graaff <graaff@gentoo.org>
+ ruby-activeldap-1.2.2.ebuild:
+ Keyword ~x86-macos.
09 Jan 2011; Hans de Graaff <graaff@gentoo.org>
ruby-activeldap-1.2.2.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-01-10 17:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-11 7:47 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-activeldap: ruby-activeldap-1.2.2.ebuild ChangeLog Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2011-01-10 17:55 Hans de Graaff (graaff)
2011-01-09 8:22 Hans de Graaff (graaff)
2010-07-06 5:42 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