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 2D8921381F3 for ; Tue, 3 Sep 2013 22:11:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E344BE151B; Tue, 3 Sep 2013 22:11:51 +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 7953BE151B for ; Tue, 3 Sep 2013 22:11:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 741CA33E2EB for ; Tue, 3 Sep 2013 22:11:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 281E9E468F for ; Tue, 3 Sep 2013 22:11:49 +0000 (UTC) From: "Francois Bissey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Francois Bissey" Message-ID: <1378246256.fb66c1023af791fdc385c9781eab3e62afff0777.fbissey@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/modglue/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/modglue/ChangeLog sci-libs/modglue/modglue-1.16.ebuild X-VCS-Directories: sci-libs/modglue/ X-VCS-Committer: fbissey X-VCS-Committer-Name: Francois Bissey X-VCS-Revision: fb66c1023af791fdc385c9781eab3e62afff0777 X-VCS-Branch: master Date: Tue, 3 Sep 2013 22:11:49 +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: 336065a0-5bba-427c-be7e-4430808c4cb4 X-Archives-Hash: fb3c924db62b115370df6bffba122ca4 commit: fb66c1023af791fdc385c9781eab3e62afff0777 Author: François Bissey canterbury ac nz> AuthorDate: Tue Sep 3 22:10:56 2013 +0000 Commit: Francois Bissey massey ac nz> CommitDate: Tue Sep 3 22:10:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb66c102 Fix PATCHES definition, it shouldn't include 'epatch' --- sci-libs/modglue/ChangeLog | 5 ++++- sci-libs/modglue/modglue-1.16.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sci-libs/modglue/ChangeLog b/sci-libs/modglue/ChangeLog index 732b784..eb811e9 100644 --- a/sci-libs/modglue/ChangeLog +++ b/sci-libs/modglue/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Sep 2013; François Bissey + modglue-1.16.ebuild: + Fix PATCHES definition, it shouldn't include 'epatch' + 03 Mar 2013; Justin Lecher modglue-1.16.ebuild, metadata.xml: Move to EPAI=5 and virtual/pkgconfig; clean usage of autotools-utils.eclass @@ -39,4 +43,3 @@ 03 Apr 2009; Francois Bissey ChangeLog: Initial import for the science overlay - diff --git a/sci-libs/modglue/modglue-1.16.ebuild b/sci-libs/modglue/modglue-1.16.ebuild index afabe76..ab4602c 100644 --- a/sci-libs/modglue/modglue-1.16.ebuild +++ b/sci-libs/modglue/modglue-1.16.ebuild @@ -25,12 +25,12 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 PATCHES=( # Respect LDFLAGS - epatch "${FILESDIR}"/${P}-ldflags.patch + "${FILESDIR}"/${P}-ldflags.patch # fix parallel make. test are made at the same time as the library?? - epatch "${FILESDIR}"/${P}-parallelmake.patch + "${FILESDIR}"/${P}-parallelmake.patch # take care of the lib/lib64 problem. Without this modglue installs # stuff in /usr/usr/lib64 on 64bits systems. - epatch "${FILESDIR}"/${P}-lib64.patch + "${FILESDIR}"/${P}-lib64.patch ) src_install() {