From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5FE59138253 for ; Wed, 2 Jan 2013 15:30:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9DEFE06B4; Wed, 2 Jan 2013 15:30:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32E85E06B4 for ; Wed, 2 Jan 2013 15:30:01 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50AA833DB84 for ; Wed, 2 Jan 2013 15:30:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2326) id 086752171D; Wed, 2 Jan 2013 15:29:58 +0000 (UTC) From: "Richard Farina (zerochaos)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zerochaos@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/catalyst: catalyst-2.0.12.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: catalyst-2.0.12.2.ebuild ChangeLog X-VCS-Directories: dev-util/catalyst X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130102152959.086752171D@flycatcher.gentoo.org> Date: Wed, 2 Jan 2013 15:29:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6693eb06-c181-47b3-aff4-c011b0b23457 X-Archives-Hash: 14aa9cad49d606258c6360bec5716f99 zerochaos 13/01/02 15:29:58 Modified: catalyst-2.0.12.2.ebuild ChangeLog Log: fix stupid backticks in quote (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A) Revision Changes Path 1.2 dev-util/catalyst/catalyst-2.0.12.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild?r1=1.1&r2=1.2 Index: catalyst-2.0.12.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- catalyst-2.0.12.2.ebuild 4 Dec 2012 21:23:03 -0000 1.1 +++ catalyst-2.0.12.2.ebuild 2 Jan 2013 15:29:58 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild,v 1.1 2012/12/04 21:23:03 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild,v 1.2 2013/01/02 15:29:58 zerochaos Exp $ # catalyst-9999 -> latest Git # catalyst-2.9999 -> catalyst_2 branch from Git @@ -108,5 +108,5 @@ elog "update_seed syntax has changed to make it more flexible." elog "This is an optional setting supported by stage1 that runs an emerge" elog "command on the seed stage before starting the stage1 build. (example:" - elog "`--update dev-libs/mpfr dev-libs/mpc dev-libs/gmp`)" + elog "'--update dev-libs/mpfr dev-libs/mpc dev-libs/gmp')" } 1.258 dev-util/catalyst/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.258&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.258&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/ChangeLog?r1=1.257&r2=1.258 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v retrieving revision 1.257 retrieving revision 1.258 diff -u -r1.257 -r1.258 --- ChangeLog 4 Dec 2012 21:23:03 -0000 1.257 +++ ChangeLog 2 Jan 2013 15:29:58 -0000 1.258 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/catalyst -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.257 2012/12/04 21:23:03 zerochaos Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.258 2013/01/02 15:29:58 zerochaos Exp $ + + 02 Jan 2013; Rick Farina catalyst-2.0.12.2.ebuild: + fix stupid backticks in quote *catalyst-2.0.12.2 (04 Dec 2012)