diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-12-01 16:19:40 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-12-01 16:19:40 +0000 |
commit | 1d0007a08f1b420edff20f675ade22b66d365d8a (patch) | |
tree | 13f2435a9d5689d4adae295abc54636805f974e6 /sys-auth/libnss-mysql | |
parent | ppc stable, bug #156474 (diff) | |
download | gentoo-2-1d0007a08f1b420edff20f675ade22b66d365d8a.tar.gz gentoo-2-1d0007a08f1b420edff20f675ade22b66d365d8a.tar.bz2 gentoo-2-1d0007a08f1b420edff20f675ade22b66d365d8a.zip |
MySQL herd takes over maintainance.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'sys-auth/libnss-mysql')
-rw-r--r-- | sys-auth/libnss-mysql/ChangeLog | 9 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild | 18 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild | 13 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/metadata.xml | 2 |
4 files changed, 25 insertions, 17 deletions
diff --git a/sys-auth/libnss-mysql/ChangeLog b/sys-auth/libnss-mysql/ChangeLog index ab60788e6082..13c1d6b5ba0d 100644 --- a/sys-auth/libnss-mysql/ChangeLog +++ b/sys-auth/libnss-mysql/ChangeLog @@ -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, diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild b/sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild index 0afb691106a2..56271cc06389 100644 --- a/sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild +++ b/sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild @@ -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 diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild index 4e5a524ea3dd..59f98ed887c0 100644 --- a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild +++ b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild @@ -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." } diff --git a/sys-auth/libnss-mysql/metadata.xml b/sys-auth/libnss-mysql/metadata.xml index 20ce219711a2..abf3529deac0 100644 --- a/sys-auth/libnss-mysql/metadata.xml +++ b/sys-auth/libnss-mysql/metadata.xml @@ -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> |