public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ChangeLog ruby-ldap-0.9.12.ebuild
@ 2012-03-14 16:16 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; 7+ messages in thread
From: Matsuu Takuto (matsuu) @ 2012-03-14 16:16 UTC (permalink / raw
  To: gentoo-commits

matsuu      12/03/14 16:16:47

  Modified:             ChangeLog
  Added:                ruby-ldap-0.9.12.ebuild
  Log:
  Version bumped. Fixed HOMEPAGE. Clean up.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 dev-ruby/ruby-ldap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	26 Dec 2011 07:55:44 -0000	1.51
+++ ChangeLog	14 Mar 2012 16:16:47 -0000	1.52
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-ldap
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.51 2011/12/26 07:55:44 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.52 2012/03/14 16:16:47 matsuu Exp $
+
+*ruby-ldap-0.9.12 (14 Mar 2012)
+
+  14 Mar 2012; MATSUU Takuto <matsuu@gentoo.org> +ruby-ldap-0.9.12.ebuild:
+  Version bumped. Fixed HOMEPAGE. Clean up.
 
   26 Dec 2011; Hans de Graaff <graaff@gentoo.org> -ruby-ldap-0.9.9.ebuild:
   Remove old version.



1.1                  dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.1&content-type=text/plain

Index: ruby-ldap-0.9.12.ebuild
===================================================================
# Copyright 1999-2012 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.12.ebuild,v 1.1 2012/03/14 16:16:47 matsuu Exp $

EAPI="4"
# jruby: mkmf
# rbx: require 'ldap' no such file to load
USE_RUBY="ruby18 ruby19 ree18"

inherit ruby-fakegem

RUBY_FAKEGEM_TASK_DOC=""
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/"
SRC_URI="mirror://rubygems/${P}.gem"
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 || die
	cp ldap.so lib/
}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ChangeLog ruby-ldap-0.9.12.ebuild
@ 2012-06-21 19:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-21 19:35 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/21 19:35:12

  Modified:             ChangeLog ruby-ldap-0.9.12.ebuild
  Log:
  Stable for amd64, wrt bug #422841
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 dev-ruby/ruby-ldap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	14 Mar 2012 16:16:47 -0000	1.52
+++ ChangeLog	21 Jun 2012 19:35:12 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-ldap
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.52 2012/03/14 16:16:47 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.53 2012/06/21 19:35:12 ago Exp $
+
+  21 Jun 2012; Agostino Sarubbo <ago@gentoo.org> ruby-ldap-0.9.12.ebuild:
+  Stable for amd64, wrt bug #422841
 
 *ruby-ldap-0.9.12 (14 Mar 2012)
 



1.2                  dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?r1=1.1&r2=1.2

Index: ruby-ldap-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-ldap-0.9.12.ebuild	14 Mar 2012 16:16:47 -0000	1.1
+++ ruby-ldap-0.9.12.ebuild	21 Jun 2012 19:35:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.12.ebuild,v 1.1 2012/03/14 16:16:47 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v 1.2 2012/06/21 19:35:12 ago Exp $
 
 EAPI="4"
 # jruby: mkmf
@@ -18,7 +18,7 @@
 SRC_URI="mirror://rubygems/${P}.gem"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
 	dev-libs/cyrus-sasl






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ChangeLog ruby-ldap-0.9.12.ebuild
@ 2012-06-26  8:07 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-26  8:07 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/06/26 08:07:41

  Modified:             ChangeLog ruby-ldap-0.9.12.ebuild
  Log:
  marked x86 per bug 422841
  
  (Portage version: 2.2.0_alpha112/cvs/Linux i686)

Revision  Changes    Path
1.54                 dev-ruby/ruby-ldap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	21 Jun 2012 19:35:12 -0000	1.53
+++ ChangeLog	26 Jun 2012 08:07:41 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-ldap
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.53 2012/06/21 19:35:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.54 2012/06/26 08:07:41 jdhore Exp $
+
+  26 Jun 2012; Jeff Horelick <jdhore@gentoo.org> ruby-ldap-0.9.12.ebuild:
+  marked x86 per bug 422841
 
   21 Jun 2012; Agostino Sarubbo <ago@gentoo.org> ruby-ldap-0.9.12.ebuild:
   Stable for amd64, wrt bug #422841



1.3                  dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.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.12.ebuild?r1=1.2&r2=1.3

Index: ruby-ldap-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-ldap-0.9.12.ebuild	21 Jun 2012 19:35:12 -0000	1.2
+++ ruby-ldap-0.9.12.ebuild	26 Jun 2012 08:07:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.12.ebuild,v 1.2 2012/06/21 19:35:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v 1.3 2012/06/26 08:07:41 jdhore Exp $
 
 EAPI="4"
 # jruby: mkmf
@@ -18,7 +18,7 @@
 SRC_URI="mirror://rubygems/${P}.gem"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
 	dev-libs/cyrus-sasl






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ChangeLog ruby-ldap-0.9.12.ebuild
@ 2012-07-22 15:27 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2012-07-22 15:27 UTC (permalink / raw
  To: gentoo-commits

nixnut      12/07/22 15:27:54

  Modified:             ChangeLog ruby-ldap-0.9.12.ebuild
  Log:
  ppc stable #422841
  
  (Portage version: 2.1.10.49/cvs/Linux ppc)

Revision  Changes    Path
1.55                 dev-ruby/ruby-ldap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	26 Jun 2012 08:07:41 -0000	1.54
+++ ChangeLog	22 Jul 2012 15:27:54 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-ldap
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.54 2012/06/26 08:07:41 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.55 2012/07/22 15:27:54 nixnut Exp $
+
+  22 Jul 2012; <nixnut@gentoo.org> ruby-ldap-0.9.12.ebuild:
+  ppc stable #422841
 
   26 Jun 2012; Jeff Horelick <jdhore@gentoo.org> ruby-ldap-0.9.12.ebuild:
   marked x86 per bug 422841



1.4                  dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?r1=1.3&r2=1.4

Index: ruby-ldap-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-ldap-0.9.12.ebuild	26 Jun 2012 08:07:41 -0000	1.3
+++ ruby-ldap-0.9.12.ebuild	22 Jul 2012 15:27:54 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.12.ebuild,v 1.3 2012/06/26 08:07:41 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v 1.4 2012/07/22 15:27:54 nixnut Exp $
 
 EAPI="4"
 # jruby: mkmf
@@ -18,7 +18,7 @@
 SRC_URI="mirror://rubygems/${P}.gem"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
 	dev-libs/cyrus-sasl





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ChangeLog ruby-ldap-0.9.12.ebuild
@ 2012-10-27 19:05 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-27 19:05 UTC (permalink / raw
  To: gentoo-commits

armin76     12/10/27 19:05:11

  Modified:             ChangeLog ruby-ldap-0.9.12.ebuild
  Log:
  alpha/ia64/sparc stable wrt #422481
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 dev-ruby/ruby-ldap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	22 Jul 2012 15:27:54 -0000	1.55
+++ ChangeLog	27 Oct 2012 19:05:11 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-ldap
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.55 2012/07/22 15:27:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.56 2012/10/27 19:05:11 armin76 Exp $
+
+  27 Oct 2012; Raúl Porcel <armin76@gentoo.org> ruby-ldap-0.9.12.ebuild:
+  alpha/ia64/sparc stable wrt #422481
 
   22 Jul 2012; <nixnut@gentoo.org> ruby-ldap-0.9.12.ebuild:
   ppc stable #422841



1.5                  dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?r1=1.4&r2=1.5

Index: ruby-ldap-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-ldap-0.9.12.ebuild	22 Jul 2012 15:27:54 -0000	1.4
+++ ruby-ldap-0.9.12.ebuild	27 Oct 2012 19:05:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.12.ebuild,v 1.4 2012/07/22 15:27:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v 1.5 2012/10/27 19:05:11 armin76 Exp $
 
 EAPI="4"
 # jruby: mkmf
@@ -18,7 +18,7 @@
 SRC_URI="mirror://rubygems/${P}.gem"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-macos"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
 	dev-libs/cyrus-sasl





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ChangeLog ruby-ldap-0.9.12.ebuild
@ 2012-11-06 17:25 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-06 17:25 UTC (permalink / raw
  To: gentoo-commits

jer         12/11/06 17:25:24

  Modified:             ChangeLog ruby-ldap-0.9.12.ebuild
  Log:
  Stable for HPPA (bug #422841).
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.57                 dev-ruby/ruby-ldap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	27 Oct 2012 19:05:11 -0000	1.56
+++ ChangeLog	6 Nov 2012 17:25:24 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-ldap
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.56 2012/10/27 19:05:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.57 2012/11/06 17:25:24 jer Exp $
+
+  06 Nov 2012; Jeroen Roovers <jer@gentoo.org> ruby-ldap-0.9.12.ebuild:
+  Stable for HPPA (bug #422841).
 
   27 Oct 2012; Raúl Porcel <armin76@gentoo.org> ruby-ldap-0.9.12.ebuild:
   alpha/ia64/sparc stable wrt #422481



1.6                  dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?r1=1.5&r2=1.6

Index: ruby-ldap-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-ldap-0.9.12.ebuild	27 Oct 2012 19:05:11 -0000	1.5
+++ ruby-ldap-0.9.12.ebuild	6 Nov 2012 17:25:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.12.ebuild,v 1.5 2012/10/27 19:05:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v 1.6 2012/11/06 17:25:24 jer Exp $
 
 EAPI="4"
 # jruby: mkmf
@@ -18,7 +18,7 @@
 SRC_URI="mirror://rubygems/${P}.gem"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
 	dev-libs/cyrus-sasl





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ChangeLog ruby-ldap-0.9.12.ebuild
@ 2014-06-03 19:39 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2014-06-03 19:39 UTC (permalink / raw
  To: gentoo-commits

graaff      14/06/03 19:39:16

  Modified:             ChangeLog ruby-ldap-0.9.12.ebuild
  Log:
  Fix documentation task, bug 512306.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.65                 dev-ruby/ruby-ldap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	2 May 2014 14:47:21 -0000	1.64
+++ ChangeLog	3 Jun 2014 19:39:16 -0000	1.65
@@ -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.64 2014/05/02 14:47:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ChangeLog,v 1.65 2014/06/03 19:39:16 graaff Exp $
+
+  03 Jun 2014; Hans de Graaff <graaff@gentoo.org> ruby-ldap-0.9.12.ebuild:
+  Fix documentation task, bug 512306.
 
   02 May 2014; Hans de Graaff <graaff@gentoo.org> ruby-ldap-0.9.16.ebuild:
   Add ruby21.



1.8                  dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild?r1=1.7&r2=1.8

Index: ruby-ldap-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ruby-ldap-0.9.12.ebuild	5 Apr 2014 23:26:30 -0000	1.7
+++ ruby-ldap-0.9.12.ebuild	3 Jun 2014 19:39:16 -0000	1.8
@@ -1,18 +1,18 @@
 # 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.12.ebuild,v 1.7 2014/04/05 23:26:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v 1.8 2014/06/03 19:39:16 graaff Exp $
 
 EAPI="4"
 # jruby: mkmf
 # rbx: require 'ldap' no such file to load
 USE_RUBY="ruby19"
 
-inherit ruby-fakegem
-
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
 
+inherit ruby-fakegem
+
 DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="http://ruby-ldap.sourceforge.net/"
 SRC_URI="mirror://rubygems/${P}.gem"





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-03 19:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-27 19:05 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ldap: ChangeLog ruby-ldap-0.9.12.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-03 19:39 Hans de Graaff (graaff)
2012-11-06 17:25 Jeroen Roovers (jer)
2012-07-22 15:27 Gysbert Wassenaar (nixnut)
2012-06-26  8:07 Jeff Horelick (jdhore)
2012-06-21 19:35 Agostino Sarubbo (ago)
2012-03-14 16:16 Matsuu Takuto (matsuu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox