From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N7zmu-0005ev-PR for garchives@archives.gentoo.org; Tue, 10 Nov 2009 23:06:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D0AE0AEA; Tue, 10 Nov 2009 23:06:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 44EDBE0AEA for ; Tue, 10 Nov 2009 23:06:12 +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 DE8F267A21 for ; Tue, 10 Nov 2009 23:06:11 +0000 (UTC) Received: from cla by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N7zmt-0000uA-C3 for gentoo-commits@lists.gentoo.org; Tue, 10 Nov 2009 23:06:11 +0000 From: "Dawid Weglinski (cla)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cla@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/kssh: kssh-0.7.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: kssh-0.7.ebuild X-VCS-Directories: net-misc/kssh X-VCS-Committer: cla X-VCS-Committer-Name: Dawid Weglinski Content-Type: text/plain; charset=utf8 Message-Id: Sender: Dawid Weglinski Date: Tue, 10 Nov 2009 23:06:11 +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: cd687049-6925-40df-af77-0e77556e6751 X-Archives-Hash: 8e9a872ca3e26e1402b23e45bd219113 cla 09/11/10 23:06:11 Modified: kssh-0.7.ebuild Log: Drop arts dependency (Portage version: 2.2_rc46/cvs/Linux x86_64) Revision Changes Path 1.11 net-misc/kssh/kssh-0.7.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/kssh/kssh= -0.7.ebuild?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/kssh/kssh= -0.7.ebuild?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/kssh/kssh= -0.7.ebuild?r1=3D1.10&r2=3D1.11 Index: kssh-0.7.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-misc/kssh/kssh-0.7.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- kssh-0.7.ebuild 4 Feb 2007 08:27:57 -0000 1.10 +++ kssh-0.7.ebuild 10 Nov 2009 23:06:10 -0000 1.11 @@ -1,7 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/kssh-0.7.ebuild,v 1.10 = 2007/02/04 08:27:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/kssh-0.7.ebuild,v 1.11 = 2009/11/10 23:06:10 cla Exp $ =20 +ARTS_REQUIRED=3D"never" inherit kde =20 HOMEPAGE=3D"http://kssh.sourceforge.net"