summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pam_mysql/pam_mysql-0.6.0.ebuild')
-rw-r--r--sys-auth/pam_mysql/pam_mysql-0.6.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/sys-auth/pam_mysql/pam_mysql-0.6.0.ebuild b/sys-auth/pam_mysql/pam_mysql-0.6.0.ebuild
deleted file mode 100644
index 80b79dcfd9e8..000000000000
--- a/sys-auth/pam_mysql/pam_mysql-0.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 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.6.0.ebuild,v 1.1 2005/07/04 14:20:50 azarah Exp $
-
-inherit libtool
-
-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}.tar.gz"
-DEPEND=">=sys-libs/pam-0.72 >=dev-db/mysql-3.23.38"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- elibtoolize
-}
-
-src_compile() {
- econf
- emake
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc CREDITS ChangeLog NEWS README
-}