From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/redcat/files/, sci-chemistry/redcat/
Date: Sat, 18 Nov 2017 14:42:01 +0000 (UTC) [thread overview]
Message-ID: <1511016101.d32956d25396c0405bcb13115bcf91772138a9cf.jlec@gentoo> (raw)
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
-}
reply other threads:[~2017-11-18 14:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1511016101.d32956d25396c0405bcb13115bcf91772138a9cf.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox