summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-21 23:25:46 +0000
committerMike Frysinger <vapier@gentoo.org>2012-05-21 23:25:46 +0000
commitb0f649fcf0bff74d8d4eed912b6d69b3f509acf1 (patch)
tree528baf37e3f97a6cd4aa81396d6e190644698369 /sys-auth
parentInherit eutils for epatch. (diff)
downloadgentoo-2-b0f649fcf0bff74d8d4eed912b6d69b3f509acf1.tar.gz
gentoo-2-b0f649fcf0bff74d8d4eed912b6d69b3f509acf1.tar.bz2
gentoo-2-b0f649fcf0bff74d8d4eed912b6d69b3f509acf1.zip
Inherit eutils for epatch.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_mysql/ChangeLog6
-rw-r--r--sys-auth/pam_mysql/pam_mysql-0.7_rc1-r3.ebuild6
-rw-r--r--sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-auth/pam_mysql/ChangeLog b/sys-auth/pam_mysql/ChangeLog
index 301b018aa205..fe919066dbe5 100644
--- a/sys-auth/pam_mysql/ChangeLog
+++ b/sys-auth/pam_mysql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/pam_mysql
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.21 2012/03/03 23:16:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.22 2012/05/21 23:25:46 vapier Exp $
+
+ 21 May 2012; Mike Frysinger <vapier@gentoo.org> pam_mysql-0.7_rc1-r3.ebuild,
+ pam_mysql-0.7_rc1-r4.ebuild:
+ Inherit eutils for epatch.
03 Mar 2012; Tobias Klausmann <klausman@gentoo.org>
pam_mysql-0.7_rc1-r4.ebuild:
diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r3.ebuild b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r3.ebuild
index 38db114bd6b0..ee294f4aaefb 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r3.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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-r3.ebuild,v 1.1 2011/09/13 07:29:13 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r3.ebuild,v 1.2 2012/05/21 23:25:46 vapier Exp $
EAPI=2
-inherit autotools libtool pam
+inherit autotools libtool pam eutils
DESCRIPTION="pam_mysql is a module for pam to authenticate users with mysql"
HOMEPAGE="http://pam-mysql.sourceforge.net/"
diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild
index 97b25e3c4179..83d3345dbcca 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 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-r4.ebuild,v 1.5 2012/03/03 23:16:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild,v 1.6 2012/05/21 23:25:46 vapier Exp $
EAPI=2
-inherit autotools libtool pam
+inherit autotools libtool pam eutils
DESCRIPTION="pam_mysql is a module for pam to authenticate users with mysql"
HOMEPAGE="http://pam-mysql.sourceforge.net/"