From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IUFhb-0002hr-M6 for garchives@archives.gentoo.org; Sun, 09 Sep 2007 05:51:24 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l895iUsE010196; Sun, 9 Sep 2007 05:44:30 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l895iTFK010174 for ; Sun, 9 Sep 2007 05:44:30 GMT 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 5B823653F4 for ; Sun, 9 Sep 2007 05:44:29 +0000 (UTC) Received: from josejx by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IUFau-00085D-Ei for gentoo-commits@lists.gentoo.org; Sun, 09 Sep 2007 05:44:28 +0000 From: "Joseph Jezak,PPC Extraordinaire,, (josejx)" To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/pppconfig: pppconfig-2.3.17-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pppconfig-2.3.17-r1.ebuild ChangeLog X-VCS-Directories: net-dialup/pppconfig X-VCS-Committer: josejx X-VCS-Committer-Name: Joseph Jezak,PPC Extraordinaire,, Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Joseph Jezak Date: Sun, 09 Sep 2007 05:44:28 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org Reply-To: gentoo-dev@lists.gentoo.org X-Archives-Salt: a11a9bfe-ffaa-4d04-a3ed-1ecea49e2f78 X-Archives-Hash: 4fa73c161ccfd888494fe5af72cefda9 josejx 07/09/09 05:44:28 Modified: pppconfig-2.3.17-r1.ebuild ChangeLog Log: Marked ppc stable for bug #190185. (Portage version: 2.1.3.7) Revision Changes Path 1.3 net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild?r1=1.2&r2=1.3 Index: pppconfig-2.3.17-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pppconfig-2.3.17-r1.ebuild 6 Sep 2007 13:57:35 -0000 1.2 +++ pppconfig-2.3.17-r1.ebuild 9 Sep 2007 05:44:27 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild,v 1.2 2007/09/06 13:57:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild,v 1.3 2007/09/09 05:44:27 josejx Exp $ DESCRIPTION="A text menu based utility for configuring ppp." SRC_URI="http://http.us.debian.org/debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz" @@ -8,7 +8,7 @@ SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="nls" RDEPEND="net-dialup/ppp 1.28 net-dialup/pppconfig/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/pppconfig/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/pppconfig/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/pppconfig/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 6 Sep 2007 13:57:35 -0000 1.27 +++ ChangeLog 9 Sep 2007 05:44:27 -0000 1.28 @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/pppconfig # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.27 2007/09/06 13:57:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.28 2007/09/09 05:44:27 josejx Exp $ + + 09 Sep 2007; Joseph Jezak pppconfig-2.3.17-r1.ebuild: + Marked ppc stable for bug #190185. 06 Sep 2007; Raúl Porcel pppconfig-2.3.17-r1.ebuild: x86 stable wrt #190185 -- gentoo-commits@gentoo.org mailing list