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 1KdQ64-0002B3-KL for garchives@archives.gentoo.org; Wed, 10 Sep 2008 13:51:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D9F6E0512; Wed, 10 Sep 2008 13:51:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4405CE0512 for ; Wed, 10 Sep 2008 13:51:04 +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 2F2D1B4B05 for ; Wed, 10 Sep 2008 13:51:03 +0000 (UTC) Received: from armin76 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KdQ61-00062H-QG for gentoo-commits@lists.gentoo.org; Wed, 10 Sep 2008 13:51:01 +0000 From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/phxd: phxd-0.1.0_pre23092005.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: phxd-0.1.0_pre23092005.ebuild ChangeLog X-VCS-Directories: net-p2p/phxd X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Message-Id: Sender: Raul Porcel Date: Wed, 10 Sep 2008 13:51:01 +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: ce4162c7-20ad-43dd-9ffc-badc53458dae X-Archives-Hash: 00062016ebdfbb30a84d0c243c57508e armin76 08/09/10 13:51:01 Modified: phxd-0.1.0_pre23092005.ebuild ChangeLog Log: Remove useless die, bug #237284 (Portage version: 2.1.4.4) Revision Changes Path 1.6 net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/phxd/phxd-= 0.1.0_pre23092005.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/phxd/phxd-= 0.1.0_pre23092005.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/phxd/phxd-= 0.1.0_pre23092005.ebuild?r1=3D1.5&r2=3D1.6 Index: phxd-0.1.0_pre23092005.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/net-p2p/phxd/phxd-0.1.0_pre23092005.ebu= ild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- phxd-0.1.0_pre23092005.ebuild 29 Jun 2008 09:55:52 -0000 1.5 +++ phxd-0.1.0_pre23092005.ebuild 10 Sep 2008 13:51:01 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/phxd-0.1.0_pre23092005.e= build,v 1.5 2008/06/29 09:55:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/phxd-0.1.0_pre23092005.e= build,v 1.6 2008/09/10 13:51:01 armin76 Exp $ =20 inherit eutils =20 @@ -19,8 +19,8 @@ RDEPEND=3D"" =20 pkg_postinst() { - enewgroup phxd || die "Failed to create phxd group" - enewuser phxd -1 /bin/bash /var/phxd phxd || die "Failed to create phxd= user" + enewgroup phxd + enewuser phxd -1 /bin/bash /var/phxd phxd chown phxd:phxd /var/phxd/files chown phxd:phxd /var/phxd/chatlogs } 1.9 net-p2p/phxd/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/phxd/Chang= eLog?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/phxd/Chang= eLog?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/phxd/Chang= eLog?r1=3D1.8&r2=3D1.9 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/net-p2p/phxd/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 16 Aug 2008 17:27:30 -0000 1.8 +++ ChangeLog 10 Sep 2008 13:51:01 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/phxd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/ChangeLog,v 1.8 2008/08/= 16 17:27:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/ChangeLog,v 1.9 2008/09/= 10 13:51:01 armin76 Exp $ + + 10 Sep 2008; Ra=C3=BAl Porcel + phxd-0.1.0_pre23092005.ebuild: + Remove useless die, bug #237284 =20 16 Aug 2008; Torsten Veller metadata.xml: Remove kang from metadata.xml (#51508)