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 0203B138A1A for ; Thu, 13 Nov 2014 13:00:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13516E0964; Thu, 13 Nov 2014 13:00:44 +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 7574CE0961 for ; Thu, 13 Nov 2014 13:00:43 +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 967703402E6 for ; Thu, 13 Nov 2014 13:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C267A0D8 for ; Thu, 13 Nov 2014 13:00:41 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1415881996.f68c081e433341cb3fb684f5e708ae2db4f4c7a1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/redcat/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/redcat/ChangeLog sci-chemistry/redcat/redcat-3.ebuild X-VCS-Directories: sci-chemistry/redcat/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f68c081e433341cb3fb684f5e708ae2db4f4c7a1 X-VCS-Branch: master Date: Thu, 13 Nov 2014 13:00:41 +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: 6551824e-7aff-4bf3-b029-c690a635ae2c X-Archives-Hash: a660cadf0e2e0fb5e92ab70708d42103 commit: f68c081e433341cb3fb684f5e708ae2db4f4c7a1 Author: Justin Lecher gentoo org> AuthorDate: Thu Nov 13 12:33:16 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Nov 13 12:33:16 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f68c081e sci-chemistry/redcat: Use java eclasses correctly Package-Manager: portage-2.2.14 --- sci-chemistry/redcat/ChangeLog | 3 +++ sci-chemistry/redcat/redcat-3.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/redcat/ChangeLog b/sci-chemistry/redcat/ChangeLog index 665093e..a2f7898 100644 --- a/sci-chemistry/redcat/ChangeLog +++ b/sci-chemistry/redcat/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Nov 2014; Justin Lecher redcat-3.ebuild: + Use java eclasses correctly + 22 Jul 2014; Justin Lecher +redcat-3.ebuild, +files/CMakeLists.txt, +metadata.xml: New package written by me diff --git a/sci-chemistry/redcat/redcat-3.ebuild b/sci-chemistry/redcat/redcat-3.ebuild index dfa1ecf..ceb7f31 100644 --- a/sci-chemistry/redcat/redcat-3.ebuild +++ b/sci-chemistry/redcat/redcat-3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils java-utils-2 +inherit cmake-utils java-pkg-2 DESCRIPTION="Analysis of residual dipolar couplings (RDCs) for structure validation and elucidation" HOMEPAGE="http://ifestos.cse.sc.edu/software.php" @@ -39,6 +39,8 @@ src_prepare() { sed \ -e '/BWidget/s:1.9.4:1.9.7:g' \ -i scripts/REDCAT.tcl || die + cmake-utils_src_prepare + java-pkg-2_src_prepare } src_install() {