From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rjuc9-0005HY-Ph for garchives@archives.gentoo.org; Sun, 08 Jan 2012 15:24:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A8521C0A8; Sun, 8 Jan 2012 15:22:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B907A21C0AC for ; Sun, 8 Jan 2012 15:22:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F5161B4015 for ; Sun, 8 Jan 2012 15:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E12AB80051 for ; Sun, 8 Jan 2012 15:22:40 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <40c9a81ebc334d9471fe2c5ed40d5c3294394f66.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/starparse/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/starparse/ChangeLog sci-libs/starparse/starparse-9999.ebuild X-VCS-Directories: sci-libs/starparse/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 40c9a81ebc334d9471fe2c5ed40d5c3294394f66 Date: Sun, 8 Jan 2012 15:22:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f47b6ccf-a3ab-47f4-bd1b-acad67baa87e X-Archives-Hash: 2971698d48b1915a5a7958312eefa6ee commit: 40c9a81ebc334d9471fe2c5ed40d5c3294394f66 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 8 08:27:48 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 8 08:27:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D40c9a81e Drop double call of emake in src_configure (Portage version: 2.2.0_alpha84/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-libs/starparse/ChangeLog | 5 ++++- sci-libs/starparse/starparse-9999.ebuild | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/starparse/ChangeLog b/sci-libs/starparse/ChangeLog index b7fc671..8da6063 100644 --- a/sci-libs/starparse/ChangeLog +++ b/sci-libs/starparse/ChangeLog @@ -2,13 +2,16 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 08 Jan 2012; Justin Lecher starparse-9999.ebuild: + Drop double call of emake in src_configure + 08 Jan 2012; Justin Lecher starparse-9999.ebuild, metadata.xml: Bumped to new upstream repo uri =20 07 Dec 2009; Justin Lecher (jlec) starparse-9999_pre10.ebuild: - unkeyworded te live ebuild again + unkeyworded the live ebuild again =20 *starparse-1.0 (07 Dec 2009) =20 diff --git a/sci-libs/starparse/starparse-9999.ebuild b/sci-libs/starpars= e/starparse-9999.ebuild index 263809b..caaabff 100644 --- a/sci-libs/starparse/starparse-9999.ebuild +++ b/sci-libs/starparse/starparse-9999.ebuild @@ -28,5 +28,4 @@ src_configure() { $(use_enable guile) ) autotools-utils_src_configure - emake || die }