public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/libnss-mysql: ChangeLog libnss-mysql-1.5_p20060915-r1.ebuild
@ 2010-09-08 23:13 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 4+ messages in thread
From: Robin H. Johnson (robbat2) @ 2010-09-08 23:13 UTC (permalink / raw
  To: gentoo-commits

robbat2     10/09/08 23:13:40

  Modified:             ChangeLog
  Added:                libnss-mysql-1.5_p20060915-r1.ebuild
  Log:
  Bug #335772: Disable always-enabled DEBUG option (my previous commit failed).
  
  (Portage version: 2.2_rc75/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 sys-auth/libnss-mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -p -w -b -B -u -u -r1.14 -r1.15
--- ChangeLog	23 Feb 2010 12:43:44 -0000	1.14
+++ ChangeLog	8 Sep 2010 23:13:40 -0000	1.15
@@ -1,6 +1,13 @@
 # ChangeLog for sys-auth/libnss-mysql
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.14 2010/02/23 12:43:44 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.15 2010/09/08 23:13:40 robbat2 Exp $
+
+*libnss-mysql-1.5_p20060915-r1 (08 Sep 2010)
+
+  08 Sep 2010; Robin H. Johnson <robbat2@gentoo.org>
+  +libnss-mysql-1.5_p20060915-r1.ebuild,
+  +files/libnss-mysql-1.5_p20060915-no-automagic-debug.diff:
+  Bug #335772: Disable always-enabled DEBUG option.
 
 *libnss-mysql-1.5_p20060915 (23 Feb 2010)
 



1.1                  sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?rev=1.1&content-type=text/plain

Index: libnss-mysql-1.5_p20060915-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild,v 1.1 2010/09/08 23:13:40 robbat2 Exp $

EAPI=2

inherit eutils multilib autotools

KEYWORDS="~amd64 ~ppc ~sparc ~x86"

DESCRIPTION="NSS MySQL Library."
HOMEPAGE="http://libnss-mysql.sourceforge.net/"
SRC_URI="http://libnss-mysql.sourceforge.net/snapshot/${PN}-${PV/1.5_p/}.tgz"
LICENSE="GPL-2"
SLOT="0"
IUSE="debug"

DEPEND="virtual/mysql"
S="${WORKDIR}/${PN}"

src_prepare() {
	epatch "${FILESDIR}"/${P}-no-automagic-debug.diff
	eautoconf
}

src_configure() {
	# authentication libraries don't belong into usr,
	# please don't change this
	econf --libdir="/$(get_libdir)" \
		$(use_enable debug)
}

src_install() {
	emake DESTDIR="${D}" install || die

	find "${D}" -name '*.la' -delete

	newdoc sample/README README.sample
	dodoc AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS \
		TODO UPGRADING ChangeLog

	for subdir in sample/{linux,freebsd,complex,minimal} ; do
		docinto "${subdir}"
		dodoc "${subdir}/"{*.sql,*.cfg}
	done
}






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/libnss-mysql: ChangeLog libnss-mysql-1.5_p20060915-r1.ebuild
@ 2010-10-10 11:02 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-10 11:02 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/10 11:02:17

  Modified:             ChangeLog libnss-mysql-1.5_p20060915-r1.ebuild
  Log:
  Stable on amd64 wrt bug #339881
  
  (Portage version: 2.2_rc91/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 sys-auth/libnss-mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	8 Sep 2010 23:13:40 -0000	1.15
+++ ChangeLog	10 Oct 2010 11:02:17 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/libnss-mysql
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.15 2010/09/08 23:13:40 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.16 2010/10/10 11:02:17 hwoarang Exp $
+
+  10 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+  libnss-mysql-1.5_p20060915-r1.ebuild:
+  Stable on amd64 wrt bug #339881
 
 *libnss-mysql-1.5_p20060915-r1 (08 Sep 2010)
 



1.2                  sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?r1=1.1&r2=1.2

Index: libnss-mysql-1.5_p20060915-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnss-mysql-1.5_p20060915-r1.ebuild	8 Sep 2010 23:13:40 -0000	1.1
+++ libnss-mysql-1.5_p20060915-r1.ebuild	10 Oct 2010 11:02:17 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild,v 1.1 2010/09/08 23:13:40 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild,v 1.2 2010/10/10 11:02:17 hwoarang Exp $
 
 EAPI=2
 
 inherit eutils multilib autotools
 
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 
 DESCRIPTION="NSS MySQL Library."
 HOMEPAGE="http://libnss-mysql.sourceforge.net/"






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/libnss-mysql: ChangeLog libnss-mysql-1.5_p20060915-r1.ebuild
@ 2010-10-13 20:09 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2010-10-13 20:09 UTC (permalink / raw
  To: gentoo-commits

maekke      10/10/13 20:09:57

  Modified:             ChangeLog libnss-mysql-1.5_p20060915-r1.ebuild
  Log:
  x86 stable, bug #339681
  
  (Portage version: 2.2_rc95/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 sys-auth/libnss-mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	10 Oct 2010 11:02:17 -0000	1.16
+++ ChangeLog	13 Oct 2010 20:09:57 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/libnss-mysql
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.16 2010/10/10 11:02:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.17 2010/10/13 20:09:57 maekke Exp $
+
+  13 Oct 2010; Markus Meier <maekke@gentoo.org>
+  libnss-mysql-1.5_p20060915-r1.ebuild:
+  x86 stable, bug #339681
 
   10 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
   libnss-mysql-1.5_p20060915-r1.ebuild:



1.3                  sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?r1=1.2&r2=1.3

Index: libnss-mysql-1.5_p20060915-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libnss-mysql-1.5_p20060915-r1.ebuild	10 Oct 2010 11:02:17 -0000	1.2
+++ libnss-mysql-1.5_p20060915-r1.ebuild	13 Oct 2010 20:09:57 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild,v 1.2 2010/10/10 11:02:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild,v 1.3 2010/10/13 20:09:57 maekke Exp $
 
 EAPI=2
 
 inherit eutils multilib autotools
 
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 DESCRIPTION="NSS MySQL Library."
 HOMEPAGE="http://libnss-mysql.sourceforge.net/"






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

* [gentoo-commits] gentoo-x86 commit in sys-auth/libnss-mysql: ChangeLog libnss-mysql-1.5_p20060915-r1.ebuild
@ 2011-05-28 12:05 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-05-28 12:05 UTC (permalink / raw
  To: gentoo-commits

ranger      11/05/28 12:05:25

  Modified:             ChangeLog libnss-mysql-1.5_p20060915-r1.ebuild
  Log:
  Marking libnss-mysql-1.5_p20060915-r1 ppc for bug 339681
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.18                 sys-auth/libnss-mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	13 Oct 2010 20:09:57 -0000	1.17
+++ ChangeLog	28 May 2011 12:05:24 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/libnss-mysql
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.17 2010/10/13 20:09:57 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.18 2011/05/28 12:05:24 ranger Exp $
+
+  28 May 2011; Brent Baude <ranger@gentoo.org>
+  libnss-mysql-1.5_p20060915-r1.ebuild:
+  Marking libnss-mysql-1.5_p20060915-r1 ppc for bug 339681
 
   13 Oct 2010; Markus Meier <maekke@gentoo.org>
   libnss-mysql-1.5_p20060915-r1.ebuild:



1.4                  sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild?r1=1.3&r2=1.4

Index: libnss-mysql-1.5_p20060915-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libnss-mysql-1.5_p20060915-r1.ebuild	13 Oct 2010 20:09:57 -0000	1.3
+++ libnss-mysql-1.5_p20060915-r1.ebuild	28 May 2011 12:05:24 -0000	1.4
@@ -1,12 +1,12 @@
-# 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/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild,v 1.3 2010/10/13 20:09:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r1.ebuild,v 1.4 2011/05/28 12:05:24 ranger Exp $
 
 EAPI=2
 
 inherit eutils multilib autotools
 
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 
 DESCRIPTION="NSS MySQL Library."
 HOMEPAGE="http://libnss-mysql.sourceforge.net/"






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

end of thread, other threads:[~2011-05-28 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-10 11:02 [gentoo-commits] gentoo-x86 commit in sys-auth/libnss-mysql: ChangeLog libnss-mysql-1.5_p20060915-r1.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-28 12:05 Brent Baude (ranger)
2010-10-13 20:09 Markus Meier (maekke)
2010-09-08 23:13 Robin H. Johnson (robbat2)

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