commit: f68c081e433341cb3fb684f5e708ae2db4f4c7a1 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Nov 13 12:33:16 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <[email protected]> redcat-3.ebuild: + Use java eclasses correctly + 22 Jul 2014; Justin Lecher <[email protected]> +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() {
