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 167021395E1 for ; Sun, 2 Aug 2015 10:03:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B05811401F; Sun, 2 Aug 2015 10:03:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BB131401F for ; Sun, 2 Aug 2015 10:03:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 850F93407D0 for ; Sun, 2 Aug 2015 10:03:00 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id 6A8C1120; Sun, 2 Aug 2015 10:02:59 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/dmraid: dmraid-1.0.0_rc16-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dmraid-1.0.0_rc16-r3.ebuild ChangeLog X-VCS-Directories: sys-fs/dmraid X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150802100259.6A8C1120@oystercatcher.gentoo.org> Date: Sun, 2 Aug 2015 10:02:59 +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: 5ac74418-01e3-42ce-8458-0bdbd12d72df X-Archives-Hash: cfddd224b48fcd61467716c5ff92712c pacho 15/08/02 10:02:59 Modified: dmraid-1.0.0_rc16-r3.ebuild ChangeLog Log: sparc stable wrt bug #487672 (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key A188FBD4) Revision Changes Path 1.18 sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild?r1=1.17&r2=1.18 Index: dmraid-1.0.0_rc16-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- dmraid-1.0.0_rc16-r3.ebuild 23 Jul 2014 10:32:00 -0000 1.17 +++ dmraid-1.0.0_rc16-r3.ebuild 2 Aug 2015 10:02:59 -0000 1.18 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild,v 1.17 2014/07/23 10:32:00 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild,v 1.18 2015/08/02 10:02:59 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86" IUSE="dietlibc intel_led klibc led mini static" REQUIRED_USE="klibc? ( !dietlibc )" 1.42 sys-fs/dmraid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dmraid/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dmraid/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dmraid/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/dmraid/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 23 Jul 2014 10:32:00 -0000 1.41 +++ ChangeLog 2 Aug 2015 10:02:59 -0000 1.42 @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/dmraid -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmraid/ChangeLog,v 1.41 2014/07/23 10:32:00 klausman Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmraid/ChangeLog,v 1.42 2015/08/02 10:02:59 pacho Exp $ + + 02 Aug 2015; Pacho Ramos dmraid-1.0.0_rc16-r3.ebuild: + sparc stable wrt bug #487672 23 Jul 2014; Tobias Klausmann dmraid-1.0.0_rc16-r3.ebuild: