diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-04-28 15:22:17 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-04-28 15:22:17 +0000 |
commit | 69d1afd9fa935332ca9b1a44a242e1c5f1e31a6f (patch) | |
tree | 87fa5a5b9f5b60394f2f93165c786b02676007b8 /sys-libs/pam | |
parent | Add pam virtual (diff) | |
download | gentoo-2-69d1afd9fa935332ca9b1a44a242e1c5f1e31a6f.tar.gz gentoo-2-69d1afd9fa935332ca9b1a44a242e1c5f1e31a6f.tar.bz2 gentoo-2-69d1afd9fa935332ca9b1a44a242e1c5f1e31a6f.zip |
Add virtual.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'sys-libs/pam')
-rw-r--r-- | sys-libs/pam/ChangeLog | 9 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.77-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.77-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.77-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.77-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.77-r6.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.77-r7.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.77-r8.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.77.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.78-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.78-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.78.ebuild | 4 |
12 files changed, 41 insertions, 12 deletions
diff --git a/sys-libs/pam/ChangeLog b/sys-libs/pam/ChangeLog index 985b4bbeb6ee..20ab47c8ecef 100644 --- a/sys-libs/pam/ChangeLog +++ b/sys-libs/pam/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-libs/pam # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.70 2005/03/25 01:30:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.71 2005/04/28 15:22:17 azarah Exp $ + + 28 Apr 2005; Martin Schlemmer <azarah@gentoo.org> pam-0.77.ebuild, + pam-0.77-r1.ebuild, pam-0.77-r2.ebuild, pam-0.77-r3.ebuild, + pam-0.77-r4.ebuild, pam-0.77-r6.ebuild, pam-0.77-r7.ebuild, + pam-0.77-r8.ebuild, pam-0.78.ebuild, pam-0.78-r1.ebuild, + pam-0.78-r2.ebuild: + Add virtual. 25 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org> pam-0.78-r2.ebuild: Use proper toolchain compiler. diff --git a/sys-libs/pam/pam-0.77-r1.ebuild b/sys-libs/pam/pam-0.77-r1.ebuild index 8d3f4a003598..e4eceef59025 100644 --- a/sys-libs/pam/pam-0.77-r1.ebuild +++ b/sys-libs/pam/pam-0.77-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r1.ebuild,v 1.14 2005/02/02 20:46:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r1.ebuild,v 1.15 2005/04/28 15:22:17 azarah Exp $ PATCH_LEVEL="1.2" BDB_VER="4.1.25" @@ -21,6 +21,8 @@ DEPEND="$RDEPEND # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + # BDB is internalized to get a non-threaded lib for pam_userdb.so to # be built with. The runtime-only dependency on BDB suggests the user # will use the system-installed db_load to create pam_userdb databases. diff --git a/sys-libs/pam/pam-0.77-r2.ebuild b/sys-libs/pam/pam-0.77-r2.ebuild index 95c8501e2cc1..ce811edd6c4b 100644 --- a/sys-libs/pam/pam-0.77-r2.ebuild +++ b/sys-libs/pam/pam-0.77-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r2.ebuild,v 1.3 2005/02/02 20:46:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r2.ebuild,v 1.4 2005/04/28 15:22:17 azarah Exp $ PATCH_LEVEL="1.3" BDB_VER="4.1.25" @@ -21,6 +21,8 @@ DEPEND="$RDEPEND # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + # BDB is internalized to get a non-threaded lib for pam_userdb.so to # be built with. The runtime-only dependency on BDB suggests the user # will use the system-installed db_load to create pam_userdb databases. diff --git a/sys-libs/pam/pam-0.77-r3.ebuild b/sys-libs/pam/pam-0.77-r3.ebuild index 6b5be58423d8..7a19d97204f2 100644 --- a/sys-libs/pam/pam-0.77-r3.ebuild +++ b/sys-libs/pam/pam-0.77-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r3.ebuild,v 1.3 2005/02/02 20:46:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r3.ebuild,v 1.4 2005/04/28 15:22:17 azarah Exp $ PATCH_LEVEL="1.3" BDB_VER="4.1.25" @@ -21,6 +21,8 @@ DEPEND="$RDEPEND # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + # BDB is internalized to get a non-threaded lib for pam_userdb.so to # be built with. The runtime-only dependency on BDB suggests the user # will use the system-installed db_load to create pam_userdb databases. diff --git a/sys-libs/pam/pam-0.77-r4.ebuild b/sys-libs/pam/pam-0.77-r4.ebuild index 7c853911c5b9..882ec6917553 100644 --- a/sys-libs/pam/pam-0.77-r4.ebuild +++ b/sys-libs/pam/pam-0.77-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r4.ebuild,v 1.3 2005/02/02 20:46:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r4.ebuild,v 1.4 2005/04/28 15:22:17 azarah Exp $ PATCH_LEVEL="1.4" BDB_VER="4.1.25" @@ -21,6 +21,8 @@ DEPEND="$RDEPEND # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + # BDB is internalized to get a non-threaded lib for pam_userdb.so to # be built with. The runtime-only dependency on BDB suggests the user # will use the system-installed db_load to create pam_userdb databases. diff --git a/sys-libs/pam/pam-0.77-r6.ebuild b/sys-libs/pam/pam-0.77-r6.ebuild index 94400929e17c..8a2d9d57cc1a 100644 --- a/sys-libs/pam/pam-0.77-r6.ebuild +++ b/sys-libs/pam/pam-0.77-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r6.ebuild,v 1.1 2005/02/03 16:47:41 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r6.ebuild,v 1.2 2005/04/28 15:22:17 azarah Exp $ PATCH_LEVEL="1.7" BDB_VER="4.1.25" @@ -21,6 +21,8 @@ DEPEND="$RDEPEND # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + # BDB is internalized to get a non-threaded lib for pam_userdb.so to # be built with. The runtime-only dependency on BDB suggests the user # will use the system-installed db_load to create pam_userdb databases. diff --git a/sys-libs/pam/pam-0.77-r7.ebuild b/sys-libs/pam/pam-0.77-r7.ebuild index b97fd43c78ac..a616520922c6 100644 --- a/sys-libs/pam/pam-0.77-r7.ebuild +++ b/sys-libs/pam/pam-0.77-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r7.ebuild,v 1.2 2005/02/04 16:27:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r7.ebuild,v 1.3 2005/04/28 15:22:17 azarah Exp $ PATCH_LEVEL="1.8" BDB_VER="4.1.25" @@ -21,6 +21,8 @@ DEPEND="${RDEPEND} # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + # BDB is internalized to get a non-threaded lib for pam_userdb.so to # be built with. The runtime-only dependency on BDB suggests the user # will use the system-installed db_load to create pam_userdb databases. diff --git a/sys-libs/pam/pam-0.77-r8.ebuild b/sys-libs/pam/pam-0.77-r8.ebuild index 396e44e6099e..eb3729bf499b 100644 --- a/sys-libs/pam/pam-0.77-r8.ebuild +++ b/sys-libs/pam/pam-0.77-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r8.ebuild,v 1.2 2005/02/09 20:36:19 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r8.ebuild,v 1.3 2005/04/28 15:22:17 azarah Exp $ PATCH_LEVEL="1.9" BDB_VER="4.1.25" @@ -21,6 +21,8 @@ DEPEND="${RDEPEND} # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + # BDB is internalized to get a non-threaded lib for pam_userdb.so to # be built with. The runtime-only dependency on BDB suggests the user # will use the system-installed db_load to create pam_userdb databases. diff --git a/sys-libs/pam/pam-0.77.ebuild b/sys-libs/pam/pam-0.77.ebuild index ca6642ed08b6..e4e74c995e9c 100644 --- a/sys-libs/pam/pam-0.77.ebuild +++ b/sys-libs/pam/pam-0.77.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77.ebuild,v 1.25 2005/02/02 20:46:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77.ebuild,v 1.26 2005/04/28 15:22:17 azarah Exp $ PATCH_LEVEL="1.2" BDB_VER="4.1.25" @@ -21,6 +21,8 @@ DEPEND="$RDEPEND # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + # BDB is internalized to get a non-threaded lib for pam_userdb.so to # be built with. The runtime-only dependency on BDB suggests the user # will use the system-installed db_load to create pam_userdb databases. diff --git a/sys-libs/pam/pam-0.78-r1.ebuild b/sys-libs/pam/pam-0.78-r1.ebuild index b7697ae1f338..0643cfe1f063 100644 --- a/sys-libs/pam/pam-0.78-r1.ebuild +++ b/sys-libs/pam/pam-0.78-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.78-r1.ebuild,v 1.1 2005/03/07 19:32:39 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.78-r1.ebuild,v 1.2 2005/04/28 15:22:17 azarah Exp $ FORCE_SYSTEMAUTH_UPDATE="no" @@ -48,6 +48,8 @@ DEPEND="${RDEPEND} # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + #inherit needs to be after DEPEND definition to protect RDEPEND inherit gcc eutils flag-o-matic gnuconfig diff --git a/sys-libs/pam/pam-0.78-r2.ebuild b/sys-libs/pam/pam-0.78-r2.ebuild index 8f877e9d5571..c801d7c8ac84 100644 --- a/sys-libs/pam/pam-0.78-r2.ebuild +++ b/sys-libs/pam/pam-0.78-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.78-r2.ebuild,v 1.5 2005/03/25 01:30:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.78-r2.ebuild,v 1.6 2005/04/28 15:22:17 azarah Exp $ FORCE_SYSTEMAUTH_UPDATE="no" @@ -51,6 +51,8 @@ DEPEND="${RDEPEND} # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + #inherit needs to be after DEPEND definition to protect RDEPEND inherit toolchain-funcs eutils flag-o-matic gnuconfig diff --git a/sys-libs/pam/pam-0.78.ebuild b/sys-libs/pam/pam-0.78.ebuild index 6bb6e46533ef..e931596a47ea 100644 --- a/sys-libs/pam/pam-0.78.ebuild +++ b/sys-libs/pam/pam-0.78.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.78.ebuild,v 1.4 2005/02/26 21:09:45 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.78.ebuild,v 1.5 2005/04/28 15:22:17 azarah Exp $ FORCE_SYSTEMAUTH_UPDATE="no" @@ -48,6 +48,8 @@ DEPEND="${RDEPEND} # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + #inherit needs to be after DEPEND definition to protect RDEPEND inherit gcc eutils flag-o-matic gnuconfig |