diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-12-30 03:11:39 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-12-30 03:11:39 +0000 |
commit | 24424be22480c000c9ea33df6c1c9d48f4c66a16 (patch) | |
tree | cac00c10a5d711612ba09c1af0303b936d807b7e /sys-auth/libnss-mysql | |
parent | Add nsvs, fix bug #94579. (diff) | |
download | gentoo-2-24424be22480c000c9ea33df6c1c9d48f4c66a16.tar.gz gentoo-2-24424be22480c000c9ea33df6c1c9d48f4c66a16.tar.bz2 gentoo-2-24424be22480c000c9ea33df6c1c9d48f4c66a16.zip |
Remove old version.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sys-auth/libnss-mysql')
-rw-r--r-- | sys-auth/libnss-mysql/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/files/digest-libnss-mysql-1.2 | 3 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild | 31 |
3 files changed, 4 insertions, 35 deletions
diff --git a/sys-auth/libnss-mysql/ChangeLog b/sys-auth/libnss-mysql/ChangeLog index b1a0792d1f03..e2f48e05d29b 100644 --- a/sys-auth/libnss-mysql/ChangeLog +++ b/sys-auth/libnss-mysql/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2007/11/14 14:56:33 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.12 2007/12/30 03:11:38 chtekk Exp $ + + 30 Dec 2007; Luca Longinotti <chtekk@gentoo.org> -libnss-mysql-1.2.ebuild: + Remove old version. 14 Nov 2007; Steve Dibb <beandog@gentoo.org> libnss-mysql-1.5.ebuild: amd64 stable, bug 189746 diff --git a/sys-auth/libnss-mysql/files/digest-libnss-mysql-1.2 b/sys-auth/libnss-mysql/files/digest-libnss-mysql-1.2 deleted file mode 100644 index 41acd6022257..000000000000 --- a/sys-auth/libnss-mysql/files/digest-libnss-mysql-1.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2c664b3cc1c8b31bc7a720902684e324 libnss-mysql-1.2.tar.gz 322216 -RMD160 83330a77628b573eeeee0b37edc5088f2af63eaa libnss-mysql-1.2.tar.gz 322216 -SHA256 61af83f589909a157dd29342223edd96bd3b6d2a9fd858816a8f45b320eaa5dc libnss-mysql-1.2.tar.gz 322216 diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild b/sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild deleted file mode 100644 index 56271cc06389..000000000000 --- a/sys-auth/libnss-mysql/libnss-mysql-1.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.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" -IUSE="" - -DEPEND="virtual/mysql" -RDEPEND="${DEPEND}" - -src_install() { - dodir "/etc" - einstall libdir="${D}/$(get_libdir)" - - newdoc sample/README README.sample - dodoc AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS \ - TODO UPGRADING ChangeLog - - for subdir in sample/{,complex,minimal} ; do - docinto "${subdir}" - dodoc "${subdir}/"{*.sql,*.cfg} - done -} |