diff options
author | Hanno Böck <hanno@gentoo.org> | 2010-02-23 12:43:44 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2010-02-23 12:43:44 +0000 |
commit | ca449afb94ba9c3634f5c391bf699bdae083dc18 (patch) | |
tree | 9617970cf88d2b863ae70b9b931a9579efa2be19 /sys-auth/libnss-mysql | |
parent | New ebuild for libmapi bug #223821 (diff) | |
download | gentoo-2-ca449afb94ba9c3634f5c391bf699bdae083dc18.tar.gz gentoo-2-ca449afb94ba9c3634f5c391bf699bdae083dc18.tar.bz2 gentoo-2-ca449afb94ba9c3634f5c391bf699bdae083dc18.zip |
libnss-mysql: Bump to upstream snapshot, change install location back to /lib resp.
/lib64, as authentication libraries don't belong into /usr. Don't install
la-file any more, cleanup. Fixes #236143 and #162117
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/libnss-mysql')
-rw-r--r-- | sys-auth/libnss-mysql/ChangeLog | 12 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915.ebuild | 41 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/metadata.xml | 1 |
3 files changed, 52 insertions, 2 deletions
diff --git a/sys-auth/libnss-mysql/ChangeLog b/sys-auth/libnss-mysql/ChangeLog index 8def2c4f9557..e2894fbcf34c 100644 --- a/sys-auth/libnss-mysql/ChangeLog +++ b/sys-auth/libnss-mysql/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-auth/libnss-mysql -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.13 2007/12/30 03:22:27 chtekk Exp $ +# 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 $ + +*libnss-mysql-1.5_p20060915 (23 Feb 2010) + + 23 Feb 2010; Hanno Boeck <hanno@gentoo.org> + +libnss-mysql-1.5_p20060915.ebuild, metadata.xml: + Bump to upstream snapshot, change install location back to /lib resp. + /lib64, as authentication libraries don't belong into /usr. Don't install + la-file any more, cleanup. 30 Dec 2007; Luca Longinotti <chtekk@gentoo.org> libnss-mysql-1.5.ebuild: Install NSS libs to /usr/lib instead of /lib. diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915.ebuild b/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915.ebuild new file mode 100644 index 000000000000..0b8adb5ec45e --- /dev/null +++ b/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915.ebuild @@ -0,0 +1,41 @@ +# 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.ebuild,v 1.1 2010/02/23 12:43:44 hanno Exp $ + +EAPI=2 + +inherit multilib + +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_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 +} diff --git a/sys-auth/libnss-mysql/metadata.xml b/sys-auth/libnss-mysql/metadata.xml index abf3529deac0..32489e3d4bcb 100644 --- a/sys-auth/libnss-mysql/metadata.xml +++ b/sys-auth/libnss-mysql/metadata.xml @@ -2,4 +2,5 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>mysql</herd> + <maintainer><email>hanno@gentoo.org</email></maintainer> </pkgmetadata> |