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 8465E13877A for ; Wed, 30 Jul 2014 13:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F170BE087F; Wed, 30 Jul 2014 13:20:19 +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 8EDD9E087F for ; Wed, 30 Jul 2014 13:20:19 +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 830FF33FA9F for ; Wed, 30 Jul 2014 13:20:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2272) id 25DA72004E; Wed, 30 Jul 2014 13:20:17 +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: <20140730132017.25DA72004E@flycatcher.gentoo.org> Date: Wed, 30 Jul 2014 13:20:17 +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: b1274ab8-e422-40c5-b63f-cb67036752ef X-Archives-Hash: 4ed4d1115362f0a27638de42e9fc0db1 slyfox 14/07/30 13:20:17 Modified: ghc-7.8.3.ebuild ChangeLog Log: Fix pax-marking command for final ghc binary. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) Revision Changes Path 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.3&r2=1.4 Index: ghc-7.8.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ghc-7.8.3.ebuild 30 Jul 2014 11:47:32 -0000 1.3 +++ ghc-7.8.3.ebuild 30 Jul 2014 13:20:16 -0000 1.4 @@ -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.3 2014/07/30 11:47:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.4 2014/07/30 13:20:16 slyfox Exp $ EAPI=5 @@ -528,7 +528,7 @@ # ghci uses mmap with rwx protection at it implements dynamic # linking on it's own (bug #299709) # so mark resulting binary - pax-mark -m "${ED}/usr/$(get_libdir)/${GHC_P}/ghc" + pax-mark -m "${ED}/usr/$(get_libdir)/${GHC_P}/bin/ghc" if [[ ! -f "${S}/VERSION" ]]; then echo "${GHC_PV}" > "${S}/VERSION" \ 1.261 dev-lang/ghc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.261&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.261&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.260&r2=1.261 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- ChangeLog 30 Jul 2014 11:47:32 -0000 1.260 +++ ChangeLog 30 Jul 2014 13:20:16 -0000 1.261 @@ -1,6 +1,9 @@ # 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.260 2014/07/30 11:47:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.261 2014/07/30 13:20:16 slyfox Exp $ + + 30 Jul 2014; Sergei Trofimovich ghc-7.8.3.ebuild: + Fix pax-marking command for final ghc binary. 30 Jul 2014; Sergei Trofimovich +files/ghc-7.8.3-prim-lm.patch, ghc-7.8.3.ebuild: