diff options
author | 2006-12-01 16:19:40 +0000 | |
---|---|---|
committer | 2006-12-01 16:19:40 +0000 | |
commit | 1d0007a08f1b420edff20f675ade22b66d365d8a (patch) | |
tree | 13f2435a9d5689d4adae295abc54636805f974e6 /sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild | |
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/libnss-mysql-1.5.ebuild')
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
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." } |