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 1J7u9W-00010W-Do for garchives@archives.gentoo.org; Thu, 27 Dec 2007 14:56:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBREu4f2018060; Thu, 27 Dec 2007 14:56:04 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBREu3S1018046 for ; Thu, 27 Dec 2007 14:56:04 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 805E364F43 for ; Thu, 27 Dec 2007 14:56:03 +0000 (UTC) Received: from armin76 by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J7u9S-0007qw-CE for gentoo-commits@lists.gentoo.org; Thu, 27 Dec 2007 14:56:02 +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 dev-util/quilt: ChangeLog quilt-0.46.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog quilt-0.46.ebuild X-VCS-Directories: dev-util/quilt X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Raul Porcel Date: Thu, 27 Dec 2007 14:56:02 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 22e4aa28-46e6-46f1-8ab8-d452cabf61a4 X-Archives-Hash: a493dc0d0d006e5c32075f5ec4ee80dd armin76 07/12/27 14:56:02 Modified: ChangeLog quilt-0.46.ebuild Log: Add ~sparc wrt #203424 (Portage version: 2.1.3.19) Revision Changes Path 1.35 dev-util/quilt/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 9 Nov 2007 17:57:40 -0000 1.34 +++ ChangeLog 27 Dec 2007 14:56:01 -0000 1.35 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/quilt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.34 2007/11/09 17:57:40 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.35 2007/12/27 14:56:01 armin76 Exp $ + + 27 Dec 2007; Raúl Porcel quilt-0.46.ebuild: + Add ~sparc wrt #203424 09 Nov 2007; Mike Pagano metadata.xml: Adding myself as the maintainer. 1.12 dev-util/quilt/quilt-0.46.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild?r1=1.11&r2=1.12 Index: quilt-0.46.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- quilt-0.46.ebuild 15 Oct 2007 14:27:17 -0000 1.11 +++ quilt-0.46.ebuild 27 Dec 2007 14:56:01 -0000 1.12 @@ -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/dev-util/quilt/quilt-0.46.ebuild,v 1.11 2007/10/15 14:27:17 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild,v 1.12 2007/12/27 14:56:01 armin76 Exp $ inherit bash-completion eutils @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" IUSE="graphviz" RDEPEND="sys-apps/ed -- gentoo-commits@gentoo.org mailing list