grknight    14/07/31 02:57:55

  Modified:             ChangeLog
  Added:                libnss-mysql-1.5_p20060915-r3.ebuild
  Removed:              libnss-mysql-1.5_p20060915-r1.ebuild
  Log:
  Revbump for EAPI5. Drop oldest revision
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   9 Jan 2012 19:45:13 -0000       1.23
+++ ChangeLog   31 Jul 2014 02:57:55 -0000      1.24
@@ -1,6 +1,12 @@
 # ChangeLog for sys-auth/libnss-mysql
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.23 
2012/01/09 19:45:13 ranger Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.24 
2014/07/31 02:57:55 grknight Exp $
+
+*libnss-mysql-1.5_p20060915-r3 (31 Jul 2014)
+
+  31 Jul 2014; Brian Evans <grkni...@gentoo.org>
+  +libnss-mysql-1.5_p20060915-r3.ebuild, -libnss-mysql-1.5_p20060915-r1.ebuild:
+  Revbump for EAPI5. Drop oldest revision
 
   09 Jan 2012; Brent Baude <ran...@gentoo.org>
   libnss-mysql-1.5_p20060915-r2.ebuild:
@@ -164,4 +170,3 @@
 
   03 Jun 2003; Max Kalika <m...@gentoo.org> LSIT_libnss-mysql-0.8.ebuild:
   Initial version.
-



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

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

Index: libnss-mysql-1.5_p20060915-r3.ebuild
===================================================================
# Copyright 1999-2014 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-r3.ebuild,v
 1.1 2014/07/31 02:57:55 grknight Exp $

EAPI=5

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"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"

DOCS=( AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS
        TODO UPGRADING ChangeLog
)

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

src_configure() {
        # Usually, authentication libraries don't belong into usr.
        # But here, it's required that the lib is in the same dir
        # as libmysql, because else failures may occur on boot if
        # udev tries to access a user / group that doesn't exist
        # on the system before /usr is mounted.
        econf --libdir="/usr/$(get_libdir)" \
                $(use_enable debug)
}

src_install() {
        default

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

        newdoc sample/README README.sample

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




Reply via email to