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 454A713800E for ; Fri, 27 Jul 2012 12:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10748E02DF; Fri, 27 Jul 2012 12:37:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C1FCAE02DF for ; Fri, 27 Jul 2012 12:37:02 +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 2FAE11B4011 for ; Fri, 27 Jul 2012 12:36:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 984) id A8AFB2004B; Fri, 27 Jul 2012 12:36:56 +0000 (UTC) From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libyaml: libyaml-0.1.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libyaml-0.1.4.ebuild ChangeLog X-VCS-Directories: dev-libs/libyaml X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120727123656.A8AFB2004B@flycatcher.gentoo.org> Date: Fri, 27 Jul 2012 12:36:56 +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: 00f16d63-6f3b-411b-9468-df9e90ca3398 X-Archives-Hash: c02b6cf3b22ac9e8499b9ebf3c2a392d grobian 12/07/27 12:36:56 Modified: libyaml-0.1.4.ebuild ChangeLog Log: Marked ~{sparc,sparc64,x64}-solaris (Portage version: 2.2.01.20757-prefix/cvs/SunOS i386) Revision Changes Path 1.10 dev-libs/libyaml/libyaml-0.1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild?r1=1.9&r2=1.10 Index: libyaml-0.1.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libyaml-0.1.4.ebuild 10 Jul 2012 19:05:10 -0000 1.9 +++ libyaml-0.1.4.ebuild 27 Jul 2012 12:36:56 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.9 2012/07/10 19:05:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.10 2012/07/27 12:36:56 grobian Exp $ EAPI=4 @@ -14,7 +14,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test static-libs" S="${WORKDIR}/${MY_P}" 1.28 dev-libs/libyaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 10 Jul 2012 19:05:10 -0000 1.27 +++ ChangeLog 27 Jul 2012 12:36:56 -0000 1.28 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libyaml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.27 2012/07/10 19:05:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.28 2012/07/27 12:36:56 grobian Exp $ + + 27 Jul 2012; Fabian Groffen libyaml-0.1.4.ebuild: + Marked ~{sparc,sparc64,x64}-solaris 10 Jul 2012; Brent Baude libyaml-0.1.4.ebuild: Marking libyaml-0.1.4 ppc64 for bug 421611 @@ -91,4 +94,3 @@ 05 Oct 2007; Stefan Briesenick +metadata.xml, +libyaml-0.0.1.ebuild: initial commit. -