MySQL herd takes over maintainance.
authorLuca Longinotti <chtekk@gentoo.org>
Fri, 1 Dec 2006 16:19:40 +0000 (16:19 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Fri, 1 Dec 2006 16:19:40 +0000 (16:19 +0000)
Package-Manager: portage-2.1.2_rc2-r2

sys-auth/libnss-mysql/ChangeLog
sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild
sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild
sys-auth/libnss-mysql/metadata.xml

index ab60788e60822083517e46156eb5d8e362c4af6c..13c1d6b5ba0d287bb82a7d70191a890df26da62d 100644 (file)
@@ -1,6 +1,13 @@
 # ChangeLog for sys-auth/libnss-mysql
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.5 2006/11/23 17:23:11 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.6 2006/12/01 16:19:40 chtekk Exp $
+
+  01 Dec 2006; Luca Longinotti <chtekk@gentoo.org> metadata.xml,
+  -libnss-mysql-1.0.ebuild, -libnss-mysql-1.1.ebuild,
+  libnss-mysql-1.2.ebuild, -libnss-mysql-1.3.ebuild,
+  -libnss-mysql-1.4.ebuild, libnss-mysql-1.5.ebuild:
+  MySQL herd takes over maintainance, remove useless versions, fixup/cleanup
+  ebuilds.
 
   23 Nov 2006; Francesco Riosa <vivo@gentoo.org> libnss-mysql-1.0.ebuild,
   libnss-mysql-1.1.ebuild, libnss-mysql-1.2.ebuild, libnss-mysql-1.3.ebuild,
index 0afb691106a2eaf31fdc1e8ee0b76446e4324a0f..56271cc06389f2465d39a313ec58a53cb23897bf 100644 (file)
@@ -1,25 +1,27 @@
 # Copyright 1999-2006 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.2.ebuild,v 1.2 2006/11/23 17:23:11 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild,v 1.3 2006/12/01 16:19:40 chtekk Exp $
+
+inherit multilib
+
+KEYWORDS="ppc x86"
 
 DESCRIPTION="NSS MySQL Library."
 HOMEPAGE="http://libnss-mysql.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="x86 ppc"
 IUSE=""
 
-DEPEND="virtual/libc
-       virtual/mysql
-       !sys-libs/nss-mysql"
+DEPEND="virtual/mysql"
+RDEPEND="${DEPEND}"
 
 src_install() {
-       einstall libdir="${D}/lib"
+       dodir "/etc"
+       einstall libdir="${D}/$(get_libdir)"
 
        newdoc sample/README README.sample
-       dodoc AUTHORS COPYING DEBUGGING FAQ INSTALL NEWS README THANKS \
+       dodoc AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS \
                TODO UPGRADING ChangeLog
 
        for subdir in sample/{,complex,minimal} ; do
index 4e5a524ea3ddad723383fad1cbd99b455d175832..59f98ed887c0966c4e56b12febc2bd3ffb8cd8cb 100644 (file)
@@ -1,21 +1,20 @@
 # Copyright 1999-2006 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.ebuild,v 1.3 2006/11/23 17:23:11 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild,v 1.4 2006/12/01 16:19:40 chtekk Exp $
 
 inherit multilib
 
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
 DESCRIPTION="NSS MySQL Library."
 HOMEPAGE="http://libnss-mysql.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-DEPEND="virtual/libc
-       virtual/mysql
-       !sys-libs/nss-mysql"
+DEPEND="virtual/mysql"
+RDEPEND="${DEPEND}"
 
 src_install() {
        dodir "/etc"
@@ -33,6 +32,6 @@ src_install() {
 
 pkg_postinst() {
        einfo "As of version 1.3, the [section] lines in the configuration files"
-       einfo "are meaningless and will be ignored.  Remove them to avoid extra"
+       einfo "are meaningless and will be ignored. Remove them to avoid extra"
        einfo "parsing overhead."
 }
index 20ce219711a216eaa20be442ca81038e341bf5ce..abf3529deac072c3e5d44ebfecf7ede90e0ab0f3 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-herd</herd>
+       <herd>mysql</herd>
 </pkgmetadata>