public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam_wrapper/
Date: Fri, 19 Aug 2022 08:14:12 +0000 (UTC)	[thread overview]
Message-ID: <1660896817.498f06c8df94d4ed257324ce7cd9e33ca67679d5.asturm@gentoo> (raw)

commit:     498f06c8df94d4ed257324ce7cd9e33ca67679d5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 21:44:03 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 08:13:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498f06c8

sys-libs/pam_wrapper: drop 1.1.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-libs/pam_wrapper/pam_wrapper-1.1.3.ebuild | 40 ---------------------------
 1 file changed, 40 deletions(-)

diff --git a/sys-libs/pam_wrapper/pam_wrapper-1.1.3.ebuild b/sys-libs/pam_wrapper/pam_wrapper-1.1.3.ebuild
deleted file mode 100644
index 2643b37d037f..000000000000
--- a/sys-libs/pam_wrapper/pam_wrapper-1.1.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-CMAKE_ECLASS=cmake
-inherit cmake-multilib python-single-r1
-
-DESCRIPTION="A tool to test PAM applications and PAM modules"
-HOMEPAGE="https://cwrap.org/pam_wrapper.html"
-SRC_URI="https://www.samba.org/ftp/pub/cwrap/${P}.tar.gz
-	https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-	sys-libs/pam:0=[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-util/cmocka[${MULTILIB_USEDEP}] )"
-
-multilib_src_configure() {
-	local libpam="${EPREFIX}"
-	multilib_is_native_abi || libpam+="/usr"
-	libpam+="/$(get_libdir)/libpam.so.0"
-
-	local mycmakeargs=(
-		-DPAM_LIBRARY="${libpam}"
-		-DUNIT_TESTING=$(usex test)
-		-DPYTHON2_LIBRARY="/dev/null" # Disabled
-		-DPYTHON3_INCLUDE_DIR="$(python_get_includedir)"
-		-DPYTHON3_SITELIB="$(python_get_sitedir)"
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2022-08-19  8:14 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-19  8:14 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09  2:19 [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam_wrapper/ Sam James
2024-06-19  5:24 Arthur Zamarin
2024-05-29 17:37 Sam James
2024-05-29 12:15 Sam James
2024-05-29  6:26 Jakov Smolić
2024-05-28 22:01 Sam James
2024-05-28 17:01 Sam James
2024-05-28 17:01 Sam James
2024-05-28 17:01 Sam James
2024-03-19  3:42 Ionen Wolkens
2024-03-03 23:02 Sam James
2024-03-03  4:00 Sam James
2024-03-03  2:48 Sam James
2024-03-02 22:50 Sam James
2024-02-27 23:21 Sam James
2024-02-27 23:04 Sam James
2024-02-27 23:04 Sam James
2024-02-27 23:04 Sam James
2024-02-06 22:41 Sam James
2023-11-24  9:31 Sam James
2022-09-30  3:11 Sam James
2022-08-31 14:49 Arthur Zamarin
2022-08-31 13:58 Arthur Zamarin
2022-08-31 13:58 Arthur Zamarin
2022-08-31 12:04 Agostino Sarubbo
2022-08-31  5:16 Agostino Sarubbo
2022-08-31  5:15 Agostino Sarubbo
2022-08-31  5:13 Agostino Sarubbo
2022-05-19  7:49 Agostino Sarubbo
2022-05-13 21:06 Jakov Smolić
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-03-09 23:53 Sam James
2021-12-03  0:12 Sam James
2021-12-02  8:29 Agostino Sarubbo
2021-12-02  8:24 Agostino Sarubbo
2021-11-21 22:35 Mike Gilbert
2021-11-16  6:13 Sam James
2021-10-20  4:01 Sam James
2021-10-20  3:26 Sam James
2021-08-17  9:36 Marek Szuba
2020-10-18 15:29 Mikle Kolyada
2020-10-18 15:29 Mikle Kolyada
2020-08-15 19:10 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1660896817.498f06c8df94d4ed257324ce7cd9e33ca67679d5.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox