* [gentoo-commits] proj/sci:master commit in: sci-chemistry/redcat/files/, sci-chemistry/redcat/
@ 2017-11-18 14:42 Justin Lecher
0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2017-11-18 14:42 UTC (permalink / raw
To: gentoo-commits
commit: d32956d25396c0405bcb13115bcf91772138a9cf
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 14:41:41 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 14:41:41 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d32956d2
sci-chemistry/redcat: Drop due to unmet dependency
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-chemistry/redcat/files/CMakeLists.txt | 13 -------
sci-chemistry/redcat/metadata.xml | 11 ------
sci-chemistry/redcat/redcat-3.ebuild | 63 -------------------------------
3 files changed, 87 deletions(-)
diff --git a/sci-chemistry/redcat/files/CMakeLists.txt b/sci-chemistry/redcat/files/CMakeLists.txt
deleted file mode 100644
index dbb134cf0..000000000
--- a/sci-chemistry/redcat/files/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-cmake_minimum_required (VERSION 2.8)
-project (Redcat)
-
-find_package(Eigen3 REQUIRED)
-
-include_directories (${Redcat_SOURCE_DIR}/src)
-include_directories (${EIGEN3_INCLUDE_DIR})
-
-add_executable (Redcat src/main.cpp src/Redcat.cpp src/tensor.cpp src/matrix.cpp src/SVDiface.cpp)
-add_executable (Dynamic src/Dynamic.cpp)
-
-install (TARGETS Redcat Dynamic DESTINATION bin)
-
diff --git a/sci-chemistry/redcat/metadata.xml b/sci-chemistry/redcat/metadata.xml
deleted file mode 100644
index bce834c0c..000000000
--- a/sci-chemistry/redcat/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>jlec@gentoo.org</email>
- </maintainer>
-<maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-chemistry/redcat/redcat-3.ebuild b/sci-chemistry/redcat/redcat-3.ebuild
deleted file mode 100644
index 8f4d8133f..000000000
--- a/sci-chemistry/redcat/redcat-3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils java-pkg-2
-
-DESCRIPTION="Analysis of RDCs for structure validation and elucidation"
-HOMEPAGE="http://ifestos.cse.sc.edu/software.php"
-SRC_URI="http://ifestos.cse.sc.edu/downloads.php?get=Redcat.${PV}.tar.gz -> Redcat.${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- dev-cpp/eigen:3
- dev-lang/tcl:*
- dev-tcltk/bwidget
- virtual/jdk:1.7
- "
-DEPEND="${RDEPEND}
- virtual/jre:1.7
-"
-
-RESTRICT="fetch"
-
-S="${WORKDIR}"/Redcat
-
-pkg_nofetch() {
- elog "Please download ${A} from"
- elog "http://ifestos.cse.sc.edu/downloads.php"
-}
-
-src_prepare() {
- cp "${FILESDIR}"/CMakeLists.txt . || die
- 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() {
- cmake-utils_src_install
-
- java-pkg_dojar XplorGUI/XplorGUI.jar
- java-pkg_dolauncher XplorGUI --jar XplorGUI.jar
-
- dodoc Misc/REDCATManual.odt
- docompress -x /usr/share/doc/${PF}/REDCATManual.odt
-
- exeinto /usr/libexec/${PN}
- doexe scripts/*
-
- dosym ../libexec/${PN}/REDCAT.tcl /usr/bin/REDCAT.tcl
- dosym ../libexec/${PN}/MakeRedcat.tcl /usr/bin/MakeRedcat.tcl
-
- echo "${EPREFIX}/usr/share/redcat/" > conf/${PN}.conf
- insinto /usr/share/redcat/
- doins -r conf/${PN}.conf vmd data
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-18 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-18 14:42 [gentoo-commits] proj/sci:master commit in: sci-chemistry/redcat/files/, sci-chemistry/redcat/ Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox