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 1KlgOx-0002TK-HF for garchives@archives.gentoo.org; Fri, 03 Oct 2008 08:52:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78C2EE033C; Fri, 3 Oct 2008 08:52:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2BDEBE033C for ; Fri, 3 Oct 2008 08:52:43 +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 170FF64D86 for ; Fri, 3 Oct 2008 08:52:42 +0000 (UTC) Received: from armin76 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KlgOu-0004eK-Gn for gentoo-commits@lists.gentoo.org; Fri, 03 Oct 2008 08:52:40 +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 x11-apps/xlsclients: xlsclients-1.0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xlsclients-1.0.1.ebuild ChangeLog X-VCS-Directories: x11-apps/xlsclients X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Message-Id: Sender: Raul Porcel Date: Fri, 03 Oct 2008 08:52:40 +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: ca7d6529-51bd-4526-b67a-c8aef074f020 X-Archives-Hash: 7849cf599da2d0cdd4b51c28368147a1 armin76 08/10/03 08:52:40 Modified: xlsclients-1.0.1.ebuild ChangeLog Log: Add ~ia64 wrt #237411 (Portage version: 2.1.4.4) Revision Changes Path 1.11 x11-apps/xlsclients/xlsclients-1.0.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xlsclient= s/xlsclients-1.0.1.ebuild?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xlsclient= s/xlsclients-1.0.1.ebuild?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xlsclient= s/xlsclients-1.0.1.ebuild?r1=3D1.10&r2=3D1.11 Index: xlsclients-1.0.1.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/x11-apps/xlsclients/xlsclients-1.0.1.eb= uild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xlsclients-1.0.1.ebuild 26 Sep 2008 12:54:31 -0000 1.10 +++ xlsclients-1.0.1.ebuild 3 Oct 2008 08:52:40 -0000 1.11 @@ -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/x11-apps/xlsclients/xlsclients-1.0.1.= ebuild,v 1.10 2008/09/26 12:54:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsclients/xlsclients-1.0.1.= ebuild,v 1.11 2008/10/03 08:52:40 armin76 Exp $ =20 # Must be before x-modular eclass is inherited #SNAPSHOT=3D"yes" @@ -8,7 +8,7 @@ inherit x-modular =20 DESCRIPTION=3D"X.Org xlsclients application" -KEYWORDS=3D"amd64 arm ~hppa ~mips ppc ppc64 s390 sh ~sparc x86 ~x86-fbsd= " +KEYWORDS=3D"amd64 arm ~hppa ~ia64 ~mips ppc ppc64 s390 sh ~sparc x86 ~x8= 6-fbsd" RDEPEND=3D"x11-libs/libX11 x11-libs/libXmu" DEPEND=3D"${RDEPEND}" 1.20 x11-apps/xlsclients/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xlsclient= s/ChangeLog?rev=3D1.20&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xlsclient= s/ChangeLog?rev=3D1.20&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xlsclient= s/ChangeLog?r1=3D1.19&r2=3D1.20 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/x11-apps/xlsclients/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 26 Sep 2008 12:54:31 -0000 1.19 +++ ChangeLog 3 Oct 2008 08:52:40 -0000 1.20 @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xlsclients # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsclients/ChangeLog,v 1.19 = 2008/09/26 12:54:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsclients/ChangeLog,v 1.20 = 2008/10/03 08:52:40 armin76 Exp $ + + 03 Oct 2008; Ra=C3=BAl Porcel xlsclients-1.0.1.eb= uild: + Add ~ia64 wrt #237411 =20 26 Sep 2008; Jeroen Roovers xlsclients-1.0.1.ebuild: Marked ~hppa (bug #237411).