From b0f649fcf0bff74d8d4eed912b6d69b3f509acf1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 21 May 2012 23:25:46 +0000 Subject: Inherit eutils for epatch. (Portage version: 2.2.0_alpha102/cvs/Linux x86_64) --- sys-auth/pam_mysql/ChangeLog | 6 +++++- sys-auth/pam_mysql/pam_mysql-0.7_rc1-r3.ebuild | 6 +++--- sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'sys-auth') 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 pam_mysql-0.7_rc1-r3.ebuild, + pam_mysql-0.7_rc1-r4.ebuild: + Inherit eutils for epatch. 03 Mar 2012; Tobias Klausmann 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/" -- cgit v1.2.3-65-gdbad