diff options
author | Brian Evans <grknight@gentoo.org> | 2014-05-07 02:21:43 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-05-07 02:21:43 +0000 |
commit | 6b770dc6689d9185ea3acb1b0d303d05cb370e50 (patch) | |
tree | 9bfac3cde89639197e538ac7f50b098b7428140c /sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild | |
parent | Introspection dep fix (diff) | |
download | gentoo-2-6b770dc6689d9185ea3acb1b0d303d05cb370e50.tar.gz gentoo-2-6b770dc6689d9185ea3acb1b0d303d05cb370e50.tar.bz2 gentoo-2-6b770dc6689d9185ea3acb1b0d303d05cb370e50.zip |
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild')
-rw-r--r-- | sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild deleted file mode 100644 index 67d761682343..000000000000 --- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild,v 1.5 2007/04/18 18:31:34 opfer Exp $ - -inherit libtool multilib - -DESCRIPTION="pam_mysql is a module for pam to authenticate users with mysql" -HOMEPAGE="http://pam-mysql.sourceforge.net/" - -SRC_URI="mirror://sourceforge/pam-mysql/${P/_rc/RC}.tar.gz" -DEPEND=">=sys-libs/pam-0.72 virtual/mysql" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ~sparc x86" -IUSE="openssl" -S="${WORKDIR}/${P/_rc/RC}" - -src_unpack() { - unpack ${A} - - cd ${S} - elibtoolize -} - -src_compile() { - local myconf - myconf="${myconf} $(use_with openssl)" - econf ${myconf} - emake -} - -src_install() { - make DESTDIR=${D} libdir=$(get_libdir)/security install || die - - dodoc CREDITS ChangeLog NEWS README -} |