From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jfh5d-0006Wr-7j for garchives@archives.gentoo.org; Sat, 29 Mar 2008 19:51:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61EB8E041B; Sat, 29 Mar 2008 19:51:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 134F3E041B for ; Sat, 29 Mar 2008 19:51:44 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 93E6D66DDB for ; Sat, 29 Mar 2008 19:51:43 +0000 (UTC) Received: from eva by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1Jfh5a-0007Tb-4c for gentoo-commits@lists.gentoo.org; Sat, 29 Mar 2008 19:51:42 +0000 From: "Gilles Dartiguelongue (eva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-admin/sabayon: sabayon-2.22.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: sabayon-2.22.0.ebuild ChangeLog X-VCS-Directories: app-admin/sabayon X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Message-Id: Sender: Gilles Dartiguelongue Date: Sat, 29 Mar 2008 19:51:42 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 372b9f73-4f81-488a-817f-238a1105f5b4 X-Archives-Hash: 7c77c6bfa549e7277f7ba4c0f286de82 eva 08/03/29 19:51:42 Modified: sabayon-2.22.0.ebuild ChangeLog Log: remove pam from DEPEND, it is unneeded since we pass --enable-console-h= elper=3Dno which prevents pam files to be installed, bug #147842 (Portage version: 2.1.4.4) Revision Changes Path 1.2 app-admin/sabayon/sabayon-2.22.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sabayon/= sabayon-2.22.0.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sabayon/= sabayon-2.22.0.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sabayon/= sabayon-2.22.0.ebuild?r1=3D1.1&r2=3D1.2 Index: sabayon-2.22.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-admin/sabayon/sabayon-2.22.0.ebuild= ,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sabayon-2.22.0.ebuild 26 Mar 2008 22:06:11 -0000 1.1 +++ sabayon-2.22.0.ebuild 29 Mar 2008 19:51:41 -0000 1.2 @@ -1,8 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sabayon/sabayon-2.22.0.ebui= ld,v 1.1 2008/03/26 22:06:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sabayon/sabayon-2.22.0.ebui= ld,v 1.2 2008/03/29 19:51:41 eva Exp $ =20 -inherit gnome2 eutils python multilib pam +inherit gnome2 eutils python multilib +#pam =20 DESCRIPTION=3D"Tool to maintain user profiles in a GNOME desktop" HOMEPAGE=3D"http://www.gnome.org/projects/sabayon/" @@ -21,8 +22,8 @@ dev-python/python-ldap x11-base/xorg-server" =20 +# virtual/pam RDEPEND=3D"${DEPEND} - virtual/pam dev-python/pyxdg app-admin/gamin dev-libs/libxml2 @@ -55,8 +56,8 @@ G2CONF=3D"${G2CONF} --with-distro=3Dgentoo --with-prototype-user=3D${PN}-admin - --enable-console-helper=3Dno - --with-pam-prefix=3D$(getpam_mod_dir)" + --enable-console-helper=3Dno" + #--with-pam-prefix=3D$(getpam_mod_dir)" =20 einfo "Adding user '${PN}-admin' as the prototype user" # I think /var/lib/sabayon is the correct directory to use here. 1.42 app-admin/sabayon/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sabayon/= ChangeLog?rev=3D1.42&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sabayon/= ChangeLog?rev=3D1.42&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sabayon/= ChangeLog?r1=3D1.41&r2=3D1.42 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-admin/sabayon/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 26 Mar 2008 22:06:11 -0000 1.41 +++ ChangeLog 29 Mar 2008 19:51:41 -0000 1.42 @@ -1,6 +1,11 @@ # ChangeLog for app-admin/sabayon # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sabayon/ChangeLog,v 1.41 20= 08/03/26 22:06:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sabayon/ChangeLog,v 1.42 20= 08/03/29 19:51:41 eva Exp $ + + 29 Mar 2008; Gilles Dartiguelongue sabayon-2.22.0.ebu= ild: + remove pam from DEPEND, it is unneeded since we pass + --enable-console-helper=3Dno which prevents pam files to be installed, + bug #147842 =20 *sabayon-2.22.0 (26 Mar 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list