[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2021-12-17 Thread Andreas Sturmlechner
commit: 631706ca40e4034b6763f6df875247b2a6fa6128
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 30 11:08:44 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 17 14:55:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631706ca

sys-auth/pam_mysql: Drop 0.8.1-r2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/pam_mysql/Manifest  |  1 -
 sys-auth/pam_mysql/pam_mysql-0.8.1-r2.ebuild | 47 
 2 files changed, 48 deletions(-)

diff --git a/sys-auth/pam_mysql/Manifest b/sys-auth/pam_mysql/Manifest
index 03adbed3fb5a..62b7669b1727 100644
--- a/sys-auth/pam_mysql/Manifest
+++ b/sys-auth/pam_mysql/Manifest
@@ -1,2 +1 @@
-DIST pam_mysql-0.8.1.tar.gz 49613 BLAKE2B 
1e3f6b0c8a11c8d328300fc820ddbbcd1601735de611e9317aab8f26ab2fbcf0f704e7a2c26de347fe9c4088c8171f0c278cd92e1668671871e5cd79db981241
 SHA512 
68aecc83c026c7616211a46b80f96fe822c8bd069a5ab6e9b170607bddac0dabe20410f78a1ac61ca1c1b2724ed0f0d99694d34bf28763270da3771c9ef05faf
 DIST pam_mysql-0.8.2.tar.gz 55023 BLAKE2B 
2b278dc8cff229dd9fe9da2316f51838e6b9d57714dc07c7dfe85142ac4bb2e6c3a3de7eed7ab34917c08a07197c187434211cb7841c85f4c8d2d088309bae3a
 SHA512 
268dd721554bc15125b6ea95b3f7b7a5f4ebf772e0ad65b6cf53d7e23d6154f10d916da774ea338a6b75427b2a6ada2b4730a57a88a15abea62a0454e7c5ea1e

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
deleted file mode 100644
index f4493e838aa4..
--- a/sys-auth/pam_mysql/pam_mysql-0.8.1-r2.ebuild
+++ /dev/null
@@ -1,47 +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"
-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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2021-11-30 Thread Arthur Zamarin
commit: 016759e0b4ca4a8b9bf9800bd3553f7ecbf24a66
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 11:06:08 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 11:06:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016759e0

sys-auth/pam_mysql: Stabilize 0.8.2-r1 amd64, #809603

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 6390e33505a8..42abfd383d10 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/pam-MySQL-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
 IUSE="openssl"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2021-11-30 Thread Arthur Zamarin
commit: 0efb6b2d3f05d812115c6c861c7c2cf73d985609
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 11:06:11 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 11:06:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efb6b2d

sys-auth/pam_mysql: Stabilize 0.8.2-r1 x86, #809603

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 42abfd383d10..2839bb1e3bf7 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/pam-MySQL-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="openssl"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2021-11-30 Thread Arthur Zamarin
commit: d508b6b9a6b2d9022c661f34f4b37f81c6ee972b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 11:06:14 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 11:06:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d508b6b9

sys-auth/pam_mysql: Stabilize 0.8.2-r1 ppc, #809603

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 2839bb1e3bf7..c9270b893144 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/pam-MySQL-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ppc ~sparc x86"
 IUSE="openssl"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2021-06-08 Thread Thomas Deutschmann
commit: 082e7f00cd5c4e822449ef6a7e2fe4b0c59e6d4a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  8 09:10:43 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  8 09:13:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082e7f00

sys-auth/pam_mysql: bump to v0.8.2

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-auth/pam_mysql/Manifest   |  1 +
 sys-auth/pam_mysql/pam_mysql-0.8.2.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/sys-auth/pam_mysql/Manifest b/sys-auth/pam_mysql/Manifest
index 6f2c805ba2c..03adbed3fb5 100644
--- a/sys-auth/pam_mysql/Manifest
+++ b/sys-auth/pam_mysql/Manifest
@@ -1 +1,2 @@
 DIST pam_mysql-0.8.1.tar.gz 49613 BLAKE2B 
1e3f6b0c8a11c8d328300fc820ddbbcd1601735de611e9317aab8f26ab2fbcf0f704e7a2c26de347fe9c4088c8171f0c278cd92e1668671871e5cd79db981241
 SHA512 
68aecc83c026c7616211a46b80f96fe822c8bd069a5ab6e9b170607bddac0dabe20410f78a1ac61ca1c1b2724ed0f0d99694d34bf28763270da3771c9ef05faf
+DIST pam_mysql-0.8.2.tar.gz 55023 BLAKE2B 
2b278dc8cff229dd9fe9da2316f51838e6b9d57714dc07c7dfe85142ac4bb2e6c3a3de7eed7ab34917c08a07197c187434211cb7841c85f4c8d2d088309bae3a
 SHA512 
268dd721554bc15125b6ea95b3f7b7a5f4ebf772e0ad65b6cf53d7e23d6154f10d916da774ea338a6b75427b2a6ada2b4730a57a88a15abea62a0454e7c5ea1e

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.2.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.2.ebuild
new file mode 100644
index 000..60c10e4af31
--- /dev/null
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.2.ebuild
@@ -0,0 +1,45 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2021-03-26 Thread Sam James
commit: 19992e6dab35ec461345365eb24b9eb5fb56ab48
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 26 13:21:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 26 13:21:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19992e6d

sys-auth/pam_mysql: fix build with slibtool

Closes: https://bugs.gentoo.org/778317
Signed-off-by: Sam James  gentoo.org>

 sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index a804c80bb49..8467e5ea0d7 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -41,5 +41,5 @@ src_configure() {
 src_install() {
default
 
-   rm "${ED%/}$(getpam_mod_dir)/pam_mysql.la" || die
+   find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2018-09-16 Thread Brian Evans
commit: e221ec2d3292ef2fbb6ac83c393b0e350a3e095d
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Sep 16 23:32:26 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Sep 16 23:41:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e221ec2d

sys-auth/pam_mysql: Stable revbump for dependency change

Closes: https://bugs.gentoo.org/666068
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../pam_mysql/{pam_mysql-0.8.1.ebuild => pam_mysql-0.8.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild
similarity index 96%
rename from sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
rename to sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild
index ebe98f844d9..1cdc2f481e9 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild
@@ -11,7 +11,7 @@ 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=
-   virtual/mysql:0=
+   dev-db/mysql-connector-c:0=
openssl? ( dev-libs/openssl:0= )
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/, sys-auth/pam_mysql/files/

2018-09-16 Thread Brian Evans
commit: 6e55681edc6a93878b643c971995d88c872ed24e
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Sep 16 23:28:17 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Sep 16 23:41:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e55681e

sys-auth/pam_mysql: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-auth/pam_mysql/Manifest|  1 -
 .../files/pam_mysql-0.7_rc1-link-to-pam.diff   |  9 -
 .../pam_mysql/files/pam_mysql-0.7_rc1-memleak.diff | 10 -
 sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild | 45 --
 4 files changed, 65 deletions(-)

diff --git a/sys-auth/pam_mysql/Manifest b/sys-auth/pam_mysql/Manifest
index 9a1a00f7792..6f2c805ba2c 100644
--- a/sys-auth/pam_mysql/Manifest
+++ b/sys-auth/pam_mysql/Manifest
@@ -1,2 +1 @@
-DIST pam_mysql-0.7RC1.tar.gz 335240 BLAKE2B 
5351da14d7e9bd2693c9ca0595a472fffb86818fc7e74313f3235675be8fd5daef99c2d14f2bd19c370a19592cc0a46181fd3a3411ef5a8d3b26059a16673d75
 SHA512 
c057999c62d29dfa7a07db9a8d33d0cf0377dae4770c73019bd85f67c9c92fc9dac36fa606739162a5f7b0f9fbd849e5833fee827febfe4af883b8c2ddbd8b4f
 DIST pam_mysql-0.8.1.tar.gz 49613 BLAKE2B 
1e3f6b0c8a11c8d328300fc820ddbbcd1601735de611e9317aab8f26ab2fbcf0f704e7a2c26de347fe9c4088c8171f0c278cd92e1668671871e5cd79db981241
 SHA512 
68aecc83c026c7616211a46b80f96fe822c8bd069a5ab6e9b170607bddac0dabe20410f78a1ac61ca1c1b2724ed0f0d99694d34bf28763270da3771c9ef05faf

diff --git a/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-link-to-pam.diff 
b/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-link-to-pam.diff
deleted file mode 100644
index 0b32b37e9e0..000
--- a/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-link-to-pam.diff
+++ /dev/null
@@ -1,9 +0,0 @@
 pam_mysql-0.7RC1/Makefile.am   2005-09-20 07:43:44.0 +0200
-+++ pam_mysql-0.7RC1-1/Makefile.am 2011-09-13 09:21:53.198200066 +0200
-@@ -3,5 +3,6 @@
- noinst_FILES=pam_mysql.la pam_mysql.a
- pam_mysql_la_SOURCES=pam_mysql.c
- pam_mysql_la_LDFLAGS=-module -avoid-version
-+pam_mysql_la_LIBADD=-lpam
- INCLUDES=@INCLUDES@
- EXTRA_DIST=COPYING NEWS README CREDITS ChangeLog INSTALL pam_mysql.spec.in 
install-sh missing mkinstalldirs pkg.m4 pam_mysql.spec

diff --git a/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-memleak.diff 
b/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-memleak.diff
deleted file mode 100644
index e746be72029..000
--- a/sys-auth/pam_mysql/files/pam_mysql-0.7_rc1-memleak.diff
+++ /dev/null
@@ -1,10 +0,0 @@
 pam_mysql-0.7RC1/pam_mysql.c   2006-01-09 11:35:59.0 +0100
-+++ pam_mysql-0.7RC1-1/pam_mysql.c 2011-10-18 20:26:38.655425994 +0200
-@@ -2338,6 +2338,7 @@
-   }
- 
-   mysql_close(ctx->mysql_hdl);
-+  mysql_library_end();
- 
-   xfree(ctx->mysql_hdl);
-   ctx->mysql_hdl = NULL;

diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild
deleted file mode 100644
index 1b2408a564f..000
--- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils pam
-
-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="
-   openssl? ( dev-libs/openssl:0= )
-   >=sys-libs/pam-0.72:0=
-   virtual/mysql:0=
-   "
-RDEPEND="${DEPEND}"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE="openssl"
-S="${WORKDIR}/${P/_rc/RC}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-link-to-pam.diff"
-   "${FILESDIR}/${P}-memleak.diff"
-   )
-DOCS=( CREDITS ChangeLog NEWS README )
-AUTOTOOLS_AUTORECONF="yes"
-AUTOTOOLS_PRUNE_LIBTOOL_FILES="modules"
-
-src_prepare() {
-   # Update autotools deprecated file name and macro for bug 468750
-   mv configure.in configure.ac || die "configure rename failed"
-   sed -i s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ configure.ac || die "sed 
failed"
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   local myeconfargs=( $(use_with openssl) )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install libdir="$(getpam_mod_dir)"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2018-06-18 Thread Tobias Klausmann
commit: 46488207f92e442a761cacec13dce12153b4fa08
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:34 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46488207

sys-auth/pam_mysql-0.8.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/651724

 sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
index f23d4b5b7d6..2299051c21a 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
@@ -17,7 +17,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~ppc ~sparc x86"
 IUSE="openssl"
 S="${WORKDIR}/pam-MySQL-${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2018-06-02 Thread Mikle Kolyada
commit: f708a52197faa1cb8c4b26728f87bc904d7807d4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  2 14:47:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  2 14:47:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f708a521

sys-auth/pam_mysql: amd64 stable wrt bug #651724

Package-Manager: Portage-2.3.40, Repoman-2.3.7

 sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
index 2df38e72d0d..f23d4b5b7d6 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
@@ -17,7 +17,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="openssl"
 S="${WORKDIR}/pam-MySQL-${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2018-05-29 Thread Thomas Deutschmann
commit: cc3b664d7e14655edf2d0a273fbdd685f79df454
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 29 11:13:26 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 29 11:13:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3b664d

sys-auth/pam_mysql: x86 stable (bug #651724)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
index 06b48b8ead6..2df38e72d0d 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
@@ -17,7 +17,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
 IUSE="openssl"
 S="${WORKDIR}/pam-MySQL-${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2018-05-26 Thread Aaron Bauman
commit: d8948de003c8b33410e7ab3a0c707e9cb91a8b8a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 19:26:09 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 20:31:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8948de0

sys-auth/pam_mysql: drop EAPI=2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild | 38 --
 1 file changed, 38 deletions(-)

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
deleted file mode 100644
index a521b12c035..000
--- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit autotools libtool pam eutils
-
-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"
-RDEPEND="${DEPEND}"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~sparc x86"
-IUSE="openssl"
-S="${WORKDIR}/${P/_rc/RC}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-link-to-pam.diff"
-   epatch "${FILESDIR}/${P}-memleak.diff"
-   eautoreconf
-   elibtoolize
-}
-
-src_configure() {
-   econf $(use_with openssl)
-}
-
-src_compile() {
-   emake || die "emake failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" libdir="$(getpam_mod_dir)" install || die "install 
failed"
-   rm "${D}/$(getpam_mod_dir)/pam_mysql.la" || die "Failed to remove 
pam_mysql.la"
-   dodoc CREDITS ChangeLog NEWS README
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2018-02-22 Thread Thomas Deutschmann
commit: 29cddc4f62a4086d2d8b266e19dde955af434ef4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Feb 22 21:17:50 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Feb 22 21:18:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cddc4f

sys-auth/pam_mysql: Bump to v0.8.1

Ebuild changes:
===
- New upstream

- EAPI bumped to EAPI=6

Closes: https://bugs.gentoo.org/604778
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/pam_mysql/Manifest   |  1 +
 sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/sys-auth/pam_mysql/Manifest b/sys-auth/pam_mysql/Manifest
index 1e3dc3118aa..9a1a00f7792 100644
--- a/sys-auth/pam_mysql/Manifest
+++ b/sys-auth/pam_mysql/Manifest
@@ -1 +1,2 @@
 DIST pam_mysql-0.7RC1.tar.gz 335240 BLAKE2B 
5351da14d7e9bd2693c9ca0595a472fffb86818fc7e74313f3235675be8fd5daef99c2d14f2bd19c370a19592cc0a46181fd3a3411ef5a8d3b26059a16673d75
 SHA512 
c057999c62d29dfa7a07db9a8d33d0cf0377dae4770c73019bd85f67c9c92fc9dac36fa606739162a5f7b0f9fbd849e5833fee827febfe4af883b8c2ddbd8b4f
+DIST pam_mysql-0.8.1.tar.gz 49613 BLAKE2B 
1e3f6b0c8a11c8d328300fc820ddbbcd1601735de611e9317aab8f26ab2fbcf0f704e7a2c26de347fe9c4088c8171f0c278cd92e1668671871e5cd79db981241
 SHA512 
68aecc83c026c7616211a46b80f96fe822c8bd069a5ab6e9b170607bddac0dabe20410f78a1ac61ca1c1b2724ed0f0d99694d34bf28763270da3771c9ef05faf

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
new file mode 100644
index 000..06b48b8ead6
--- /dev/null
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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=
+   virtual/mysql: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
+
+   rm "${ED%/}$(getpam_mod_dir)/pam_mysql.la" || die
+}