Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0b0a268ec263785c7cccf94c0f9b049172f360f4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Arjan Bouter <abouter AT sourcemage.org>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0b0a268ec263785c7cccf94c0f9b049172f360f4)
  • Date: Tue, 24 Feb 2009 00:31:41 +0100

What about PROVIDES with BIOAPI into bioapi and bioapi-linux and DEPENDS
with "depends BIOAPI" into pam_bioapi?

--
Ladislav Hagara


> GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:
>
> security-libs/pam_bioapi/CONFIGURE | 3 +++
> security-libs/pam_bioapi/DEPENDS | 2 +-
> security-libs/pam_bioapi/HISTORY | 3 +++
> 3 files changed, 7 insertions(+), 1 deletion(-)
>
> New commits:
> commit 0b0a268ec263785c7cccf94c0f9b049172f360f4
> Author: Arjan Bouter <abouter AT sourcemage.org>
> Commit: Arjan Bouter <abouter AT sourcemage.org>
>
> pam_bioapi: optionally use bioapi-linux instead of bioapi
>
> diff --git a/security-libs/pam_bioapi/CONFIGURE
> b/security-libs/pam_bioapi/CONFIGURE
> new file mode 100755
> index 0000000..44c50df
> --- /dev/null
> +++ b/security-libs/pam_bioapi/CONFIGURE
> @@ -0,0 +1,3 @@
> +message "pam_bioapi can use either the official reference implementation:"
> &&
> +message "bioapi-linux, or a unofficial branch: bioapi." &&
> +config_query_list PAMBIOAPI "use which bioapi?" bioapi bioapi-linux
> diff --git a/security-libs/pam_bioapi/DEPENDS
> b/security-libs/pam_bioapi/DEPENDS
> index 7a1ab0f..53d3e3b 100755
> --- a/security-libs/pam_bioapi/DEPENDS
> +++ b/security-libs/pam_bioapi/DEPENDS
> @@ -1,2 +1,2 @@
> depends linux-pam &&
> -depends bioapi
> +depends $PAMBIOAPI
> diff --git a/security-libs/pam_bioapi/HISTORY
> b/security-libs/pam_bioapi/HISTORY
> index cc5edaa..84a9ff6 100644
> --- a/security-libs/pam_bioapi/HISTORY
> +++ b/security-libs/pam_bioapi/HISTORY
> @@ -1,3 +1,6 @@
> +2009-02-23 Arjan Bouter <abouter AT sourcemage.org>
> + * CONFIGURE,DEPENDS: optionally work with bioapi-linux
> +
> 2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
> * DETAILS: [automated] Removed UPDATED.





Archive powered by MHonArc 2.6.24.

Top of Page