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 3E00E13877A for ; Mon, 11 Aug 2014 20:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C976E0D17; Mon, 11 Aug 2014 20:23:07 +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 3F44AE0D33 for ; Mon, 11 Aug 2014 20:20:52 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDAEB340406 for ; Sun, 10 Aug 2014 09:14:11 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 914472004E; Sun, 10 Aug 2014 09:14:07 +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 www-servers/apache: apache-2.2.27-r4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: apache-2.2.27-r4.ebuild ChangeLog X-VCS-Directories: www-servers/apache X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140810091408.914472004E@flycatcher.gentoo.org> Date: Sun, 10 Aug 2014 09:14:07 +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: 1dd1ddbd-2f18-4dcd-bcae-2e03b4ecbe1c X-Archives-Hash: c9d027b2022cdd7d37660983e4b64551 ago 14/08/10 09:14:07 Modified: apache-2.2.27-r4.ebuild ChangeLog Log: Stable for ia64, wrt bug #517298 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F) Revision Changes Path 1.9 www-servers/apache/apache-2.2.27-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.27-r4.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.27-r4.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.27-r4.ebuild?r1=1.8&r2=1.9 Index: apache-2.2.27-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.27-r4.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- apache-2.2.27-r4.ebuild 9 Aug 2014 10:48:27 -0000 1.8 +++ apache-2.2.27-r4.ebuild 10 Aug 2014 09:14:07 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.27-r4.ebuild,v 1.8 2014/08/09 10:48:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.27-r4.ebuild,v 1.9 2014/08/10 09:14:07 ago Exp $ EAPI=5 @@ -89,7 +89,7 @@ # some helper scripts are Apache-1.1, thus both are here LICENSE="Apache-2.0 Apache-1.1" SLOT="2" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" src_configure() { 1.287 www-servers/apache/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.287&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.287&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.286&r2=1.287 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v retrieving revision 1.286 retrieving revision 1.287 diff -u -r1.286 -r1.287 --- ChangeLog 9 Aug 2014 10:48:27 -0000 1.286 +++ ChangeLog 10 Aug 2014 09:14:07 -0000 1.287 @@ -1,6 +1,9 @@ # ChangeLog for www-servers/apache # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.286 2014/08/09 10:48:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.287 2014/08/10 09:14:07 ago Exp $ + + 10 Aug 2014; Agostino Sarubbo apache-2.2.27-r4.ebuild: + Stable for ia64, wrt bug #517298 09 Aug 2014; Agostino Sarubbo apache-2.2.27-r4.ebuild: Stable for ppc64, wrt bug #517298