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 D896F13838B for ; Fri, 12 Sep 2014 17:22:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D516BE0870; Fri, 12 Sep 2014 17:22:40 +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 4C669E0874 for ; Fri, 12 Sep 2014 17:22:40 +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 EBA75340272 for ; Fri, 12 Sep 2014 17:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A865B54CF for ; Fri, 12 Sep 2014 17:22:37 +0000 (UTC) From: "Christoph Junghans" 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" Message-ID: <1410542529.35e2ff91e5c92e1e638df8e4e91e6ffc5d030bfd.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/trajng/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/trajng/ChangeLog sci-chemistry/trajng/trajng-0.6.1.ebuild X-VCS-Directories: sci-chemistry/trajng/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 35e2ff91e5c92e1e638df8e4e91e6ffc5d030bfd X-VCS-Branch: master Date: Fri, 12 Sep 2014 17:22:37 +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: e7b32476-73df-4bc4-9fe0-bee55c684770 X-Archives-Hash: 72780b35576a8bec45422760279142fd commit: 35e2ff91e5c92e1e638df8e4e91e6ffc5d030bfd Author: Christoph Junghans gentoo org> AuthorDate: Fri Sep 12 17:22:09 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Sep 12 17:22:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=35e2ff91 fixed deps Package-Manager: portage-2.2.8-r1 --- sci-chemistry/trajng/ChangeLog | 5 ++++- sci-chemistry/trajng/trajng-0.6.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/trajng/ChangeLog b/sci-chemistry/trajng/ChangeLog index bc2deaf..ef68cde 100644 --- a/sci-chemistry/trajng/ChangeLog +++ b/sci-chemistry/trajng/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-chemistry/trajng -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Sep 2014; Christoph Junghans trajng-0.6.1.ebuild: + fixed deps + 09 Oct 2012; Alexey Shvetsov trajng-0.6.1.ebuild: [sci-chemistry/trajng] Fix ebuild diff --git a/sci-chemistry/trajng/trajng-0.6.1.ebuild b/sci-chemistry/trajng/trajng-0.6.1.ebuild index e4ac026..f95d0fb 100644 --- a/sci-chemistry/trajng/trajng-0.6.1.ebuild +++ b/sci-chemistry/trajng/trajng-0.6.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 DESCRIPTION="TrajNG - Trajectory compression library" HOMEPAGE="http://www.uppmax.uu.se/Members/daniels/trajng-trajectory-compression-library" @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~amd64-linux ~x86-linux" IUSE="fortran mpi" DEPEND=" - sci-chemistry/xdrfile + sci-libs/xdrfile fortran? ( virtual/fortran ) mpi? ( virtual/mpi ) "