From 90ecfb899917003b1b35b2e853682a511d63130b Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 30 Jun 2021 19:38:32 +0100 Subject: sys-auth/pam_mysql: add missing libcrypt dependency Signed-off-by: Sam James --- sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild | 45 -------------------------- sys-auth/pam_mysql/pam_mysql-0.8.1-r2.ebuild | 47 ++++++++++++++++++++++++++++ sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild | 47 ++++++++++++++++++++++++++++ sys-auth/pam_mysql/pam_mysql-0.8.2.ebuild | 45 -------------------------- 4 files changed, 94 insertions(+), 90 deletions(-) delete mode 100644 sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild create mode 100644 sys-auth/pam_mysql/pam_mysql-0.8.1-r2.ebuild create mode 100644 sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild delete mode 100644 sys-auth/pam_mysql/pam_mysql-0.8.2.ebuild diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild b/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild deleted file mode 100644 index 8467e5ea0d73..000000000000 --- a/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit autotools pam - -DESCRIPTION="pam_mysql is a module for pam to authenticate users with mysql" -HOMEPAGE="https://github.com/NigelCunningham/pam-MySQL" - -SRC_URI="https://github.com/NigelCunningham/pam-MySQL/archive/v${PV}.tar.gz -> ${P}.tar.gz" -DEPEND=" - >=sys-libs/pam-0.72:0= - dev-db/mysql-connector-c:0= - openssl? ( dev-libs/openssl:0= ) -" -RDEPEND="${DEPEND}" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~sparc x86" -IUSE="openssl" -S="${WORKDIR}/pam-MySQL-${PV}" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - local myeconfargs=( - --with-pam-mods-dir="$(getpam_mod_dir)" - $(use_with openssl) - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -} diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.1-r2.ebuild b/sys-auth/pam_mysql/pam_mysql-0.8.1-r2.ebuild new file mode 100644 index 000000000000..f4493e838aa4 --- /dev/null +++ b/sys-auth/pam_mysql/pam_mysql-0.8.1-r2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit autotools pam + +DESCRIPTION="pam_mysql is a module for pam to authenticate users with mysql" +HOMEPAGE="https://github.com/NigelCunningham/pam-MySQL" +SRC_URI="https://github.com/NigelCunningham/pam-MySQL/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/pam-MySQL-${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 ppc ~sparc x86" +IUSE="openssl" + +DEPEND=" + >=sys-libs/pam-0.72:0= + dev-db/mysql-connector-c:0= + virtual/libcrypt:= + openssl? ( dev-libs/openssl:0= ) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + local myeconfargs=( + --with-pam-mods-dir="$(getpam_mod_dir)" + $(use_with openssl) + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + find "${ED}" -name '*.la' -delete || die +} diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild new file mode 100644 index 000000000000..6390e33505a8 --- /dev/null +++ b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit autotools pam + +DESCRIPTION="pam_mysql is a module for pam to authenticate users with mysql" +HOMEPAGE="https://github.com/NigelCunningham/pam-MySQL" +SRC_URI="https://github.com/NigelCunningham/pam-MySQL/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/pam-MySQL-${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="openssl" + +DEPEND=" + >=sys-libs/pam-0.72:0= + dev-db/mysql-connector-c:0= + virtual/libcrypt:= + openssl? ( dev-libs/openssl:0= ) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + local myeconfargs=( + --with-pam-mods-dir="$(getpam_mod_dir)" + $(use_with openssl) + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + find "${ED}" -name '*.la' -delete || die +} diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.2.ebuild b/sys-auth/pam_mysql/pam_mysql-0.8.2.ebuild deleted file mode 100644 index 60c10e4af31a..000000000000 --- a/sys-auth/pam_mysql/pam_mysql-0.8.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit autotools pam - -DESCRIPTION="pam_mysql is a module for pam to authenticate users with mysql" -HOMEPAGE="https://github.com/NigelCunningham/pam-MySQL" - -SRC_URI="https://github.com/NigelCunningham/pam-MySQL/archive/v${PV}.tar.gz -> ${P}.tar.gz" -DEPEND=" - >=sys-libs/pam-0.72:0= - dev-db/mysql-connector-c:0= - openssl? ( dev-libs/openssl:0= ) -" -RDEPEND="${DEPEND}" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="openssl" -S="${WORKDIR}/pam-MySQL-${PV}" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - local myeconfargs=( - --with-pam-mods-dir="$(getpam_mod_dir)" - $(use_with openssl) - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -} -- cgit v1.2.3-65-gdbad