public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/libnss-mysql: ChangeLog libnss-mysql-1.5_p20060915-r1.ebuild
Date: Wed,  8 Sep 2010 23:13:40 +0000 (UTC)	[thread overview]
Message-ID: <20100908231340.4917220051@flycatcher.gentoo.org> (raw)

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
}






             reply	other threads:[~2010-09-08 23:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-08 23:13 Robin H. Johnson (robbat2) [this message]
  -- strict thread matches above, loose matches on Subject: below --
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)
2010-10-13 20:09 Markus Meier (maekke)
2011-05-28 12:05 Brent Baude (ranger)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100908231340.4917220051@flycatcher.gentoo.org \
    --to=robbat2@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox