From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-679919-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 39ECE1391DB for <garchives@archives.gentoo.org>; Sun, 23 Mar 2014 13:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94629E0B62; Sun, 23 Mar 2014 13:58:22 +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 C9B75E0B62 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Mar 2014 13:58:21 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3C3133FAAD for <gentoo-commits@lists.gentoo.org>; Sun, 23 Mar 2014 13:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6D05A188F3 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Mar 2014 13:58:19 +0000 (UTC) From: "Christoph Junghans" <ottxor@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" <ottxor@gentoo.org> Message-ID: <1395529150.fe418d2a22adb262aaa7f4b4aa136fe5200e8240.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/genfit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/genfit/ChangeLog sci-physics/genfit/genfit-02.00.00.ebuild X-VCS-Directories: sci-physics/genfit/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: fe418d2a22adb262aaa7f4b4aa136fe5200e8240 X-VCS-Branch: master Date: Sun, 23 Mar 2014 13:58:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ff32ffc-7a99-453e-8624-534c79f32749 X-Archives-Hash: 5c86211f19c704da568c9e67a833db09 commit: fe418d2a22adb262aaa7f4b4aa136fe5200e8240 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com> AuthorDate: Sat Mar 22 22:59:10 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Mar 22 22:59:10 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fe418d2a Fix incorrect working directory (adapt to zipped file). --- sci-physics/genfit/ChangeLog | 6 +++--- sci-physics/genfit/genfit-02.00.00.ebuild | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-physics/genfit/ChangeLog b/sci-physics/genfit/ChangeLog index 2dc2ddf..f074dc7 100644 --- a/sci-physics/genfit/ChangeLog +++ b/sci-physics/genfit/ChangeLog @@ -2,10 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ - 22 Mar 2014; <olifre@gentoo.org> genfit-02.00.00.ebuild: - Use zip'ed snapshot instead of tag from repository. + 22 Mar 2014; <o.freyermuth@googlemail.com> genfit-02.00.00.ebuild: + Fix incorrect working directory (adapt to zipped file) - 22 Mar 2014; <olifre@gentoo.org> genfit-02.00.00.ebuild: + 22 Mar 2014; <o.freyermuth@googlemail.com> genfit-02.00.00.ebuild: Use zip'ed snapshot instead of tag from repository. 22 Mar 2014; <o.freyermuth@googlemail.com> genfit-02.00.00.ebuild, metadata.xml: diff --git a/sci-physics/genfit/genfit-02.00.00.ebuild b/sci-physics/genfit/genfit-02.00.00.ebuild index 46993c7..596f3e9 100644 --- a/sci-physics/genfit/genfit-02.00.00.ebuild +++ b/sci-physics/genfit/genfit-02.00.00.ebuild @@ -9,9 +9,11 @@ inherit cmake-utils versionator #ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/tags/v$(replace_all_version_separators '-')" #ESVN_PROJECT="${PN}.${PV}" +TAG_VER=${PN}-code-1688-tags-v$(replace_all_version_separators '-') + DESCRIPTION="a generic toolkit for track reconstruction for experiments in particle and nuclear physics" HOMEPAGE="http://genfit.sourceforge.net/Main.html" -SRC_URI="http://sourceforge.net/code-snapshots/svn/g/ge/genfit/code/genfit-code-1688-tags-v$(replace_all_version_separators '-').zip" +SRC_URI="http://sourceforge.net/code-snapshots/svn/g/ge/genfit/code/${TAG_VER}.zip" LICENSE="LGPL-3" SLOT="0" @@ -24,6 +26,8 @@ RDEPEND=" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] )" +S=${WORKDIR}/${TAG_VER} + src_compile() { cmake-utils_src_compile use doc && cmake-utils_src_compile doc