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 4C63A1393DD for ; Thu, 4 Sep 2014 20:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08604E09C3; Thu, 4 Sep 2014 20:30:46 +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 61309E09C3 for ; Thu, 4 Sep 2014 20:30:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD29A340034 for ; Thu, 4 Sep 2014 20:30:43 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2272) id 8437A4B9C; Thu, 4 Sep 2014 20:30:42 +0000 (UTC) From: "Sergei Trofimovich (slyfox)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, slyfox@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-7.8.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ghc-7.8.3.ebuild ChangeLog X-VCS-Directories: dev-lang/ghc X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140904203042.8437A4B9C@oystercatcher.gentoo.org> Date: Thu, 4 Sep 2014 20:30:42 +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: cad9d232-c9af-45cb-8b77-fa00aed9c33c X-Archives-Hash: f5dc5a8bf5614a92dc0218734d7fd68c slyfox 14/09/04 20:30:42 Modified: ghc-7.8.3.ebuild ChangeLog Log: A bunch of UNREG backports (fixes sparc dynamic libraries, ia64 gmp support). (Portage version: 2.2.12_p12/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) Revision Changes Path 1.9 dev-lang/ghc/ghc-7.8.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.8&r2=1.9 Index: ghc-7.8.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ghc-7.8.3.ebuild 23 Aug 2014 13:46:43 -0000 1.8 +++ ghc-7.8.3.ebuild 4 Sep 2014 20:30:42 -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/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.8 2014/08/23 13:46:43 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.9 2014/09/04 20:30:42 slyfox Exp $ EAPI=5 @@ -396,13 +396,20 @@ epatch "${FILESDIR}"/${PN}-7.8.1_rc1-libbfd.patch - epatch "${FILESDIR}"/${PN}-7.8.2-ia64-no-shared.patch epatch "${FILESDIR}"/${PN}-7.8.2-cgen-constify.patch epatch "${FILESDIR}"/${PN}-7.8.3-prim-lm.patch # bug 518734 epatch "${FILESDIR}"/${PN}-7.6.3-preserve-inplace-xattr.patch epatch "${FILESDIR}"/${PN}-7.8.3-unreg-lit.patch + # upstream backports + epatch "${FILESDIR}"/${PN}-7.8.3-linker-warn.patch + epatch "${FILESDIR}"/${PN}-7.8.3-deRefStablePtr.patch + epatch "${FILESDIR}"/${PN}-7.8.3-pic-asm.patch + epatch "${FILESDIR}"/${PN}-7.8.3-pic-sparc.patch + epatch "${FILESDIR}"/${PN}-7.8.3-cc-lang.patch + epatch "${FILESDIR}"/${PN}-7.8.3-ia64-prim.patch + if use prefix; then # Make configure find docbook-xsl-stylesheets from Prefix sed -e '/^FP_DIR_DOCBOOK_XSL/s:\[.*\]:['"${EPREFIX}"'/usr/share/sgml/docbook/xsl-stylesheets/]:' \ 1.267 dev-lang/ghc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.267&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.267&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.266&r2=1.267 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v retrieving revision 1.266 retrieving revision 1.267 diff -u -r1.266 -r1.267 --- ChangeLog 23 Aug 2014 13:47:55 -0000 1.266 +++ ChangeLog 4 Sep 2014 20:30:42 -0000 1.267 @@ -1,6 +1,14 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.266 2014/08/23 13:47:55 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.267 2014/09/04 20:30:42 slyfox Exp $ + + 04 Sep 2014; Sergei Trofimovich + +files/ghc-7.8.3-cc-lang.patch, +files/ghc-7.8.3-deRefStablePtr.patch, + +files/ghc-7.8.3-ia64-prim.patch, +files/ghc-7.8.3-linker-warn.patch, + +files/ghc-7.8.3-pic-asm.patch, +files/ghc-7.8.3-pic-sparc.patch, + -files/ghc-7.8.2-ia64-no-shared.patch, files/ghc-7.8.3-prim-lm.patch, + ghc-7.8.3.ebuild: + A bunch of UNREG backports (fixes sparc dynamic libraries, ia64 gmp support). 23 Aug 2014; Sergei Trofimovich metadata.xml: Drop redundant maintainer in favour of herd.