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 6A7A31381F3 for ; Sat, 25 May 2013 07:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1FE4E0AB2; Sat, 25 May 2013 07:53:38 +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 49AEEE0AB3 for ; Sat, 25 May 2013 07:53:38 +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 A3FF033DFF5 for ; Sat, 25 May 2013 07:53:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 6F27F2171D; Sat, 25 May 2013 07:53:34 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: culmus-0.120-r4.ebuild ChangeLog X-VCS-Directories: media-fonts/culmus X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130525075334.6F27F2171D@flycatcher.gentoo.org> Date: Sat, 25 May 2013 07:53:34 +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: 9580607a-f914-415f-bfde-51a14ec5e74d X-Archives-Hash: c0dbef962e321a7e68bcfa4608818c0f ago 13/05/25 07:53:34 Modified: culmus-0.120-r4.ebuild ChangeLog Log: Stable for sparc, wrt bug #461178 (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F) Revision Changes Path 1.11 media-fonts/culmus/culmus-0.120-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.10&r2=1.11 Index: culmus-0.120-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- culmus-0.120-r4.ebuild 20 May 2013 18:03:30 -0000 1.10 +++ culmus-0.120-r4.ebuild 25 May 2013 07:53:34 -0000 1.11 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.10 2013/05/20 18:03:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.11 2013/05/25 07:53:34 ago Exp $ EAPI="2" @@ -37,7 +37,7 @@ LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd" IUSE="ancient fancy fontforge taamey" FONT_CONF=( "${T}/65-culmus.conf" ) 1.88 media-fonts/culmus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.88&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.88&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.87&r2=1.88 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- ChangeLog 20 May 2013 18:03:30 -0000 1.87 +++ ChangeLog 25 May 2013 07:53:34 -0000 1.88 @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/culmus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.87 2013/05/20 18:03:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.88 2013/05/25 07:53:34 ago Exp $ + + 25 May 2013; Agostino Sarubbo culmus-0.120-r4.ebuild: + Stable for sparc, wrt bug #461178 20 May 2013; Agostino Sarubbo culmus-0.120-r4.ebuild: Stable for s390, wrt bug #461178