aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-07-04 09:10:04 +0200
committerJustin Lecher <jlec@gentoo.org>2014-07-04 09:10:04 +0200
commitac80e34d810559b6e3f4353187b1107d97fcce78 (patch)
tree2f885bbbe58110788d3d5c63577e7a440d38f402
parentsci-chemistry/hydronmr: Fix emul-linux deps for modern multilib (diff)
downloadsci-ac80e34d810559b6e3f4353187b1107d97fcce78.tar.gz
sci-ac80e34d810559b6e3f4353187b1107d97fcce78.tar.bz2
sci-ac80e34d810559b6e3f4353187b1107d97fcce78.zip
Nnot available anymore
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--sci-chemistry/direx/ChangeLog16
-rw-r--r--sci-chemistry/direx/Manifest1
-rw-r--r--sci-chemistry/direx/direx-0.2.ebuild42
-rw-r--r--sci-chemistry/direx/metadata.xml5
4 files changed, 0 insertions, 64 deletions
diff --git a/sci-chemistry/direx/ChangeLog b/sci-chemistry/direx/ChangeLog
deleted file mode 100644
index 6cb0c581d..000000000
--- a/sci-chemistry/direx/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for sci-chemistry/direx
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*direx-0.2 (08 May 2009)
-
- 08 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net> direx-0.2.ebuild:
- renamed ebuild
- unmasked
-
-*direx-0.2-r92 (07 May 2009)
-
- 07 May 2009; Alexey Shvetsov <alexxy@gentoo.org> +direx-0.2-r92.ebuild,
- -direx-0.2_r92.ebuild:
- rename ebuild
-
diff --git a/sci-chemistry/direx/Manifest b/sci-chemistry/direx/Manifest
deleted file mode 100644
index e7dcabfd8..000000000
--- a/sci-chemistry/direx/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST direx-0.2-rev92-linux.tgz 1096211 SHA256 567741da0d94db38ca0576b73498c3e5667e8d5bb8b7241d9dc5664eca91a23b
diff --git a/sci-chemistry/direx/direx-0.2.ebuild b/sci-chemistry/direx/direx-0.2.ebuild
deleted file mode 100644
index fb8b7642a..000000000
--- a/sci-chemistry/direx/direx-0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# inherit
-
-MY_REV="92"
-
-DESCRIPTION="Low Resolution Structure Refinement"
-HOMEPAGE="https://simtk.org/home/direx"
-SRC_URI="${P}-rev${MY_REV}-linux.tgz"
-
-LICENSE="direx"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="amd64? ( app-emulation/emul-linux-x86-compat )"
-DEPEND="${RDEPEND}"
-
-RESTRICT="fetch"
-
-pkg_nofetch() {
- einfo "Go to ${HOMEPAGE} and download ${A}"
- einfo "into ${DISTDIR}"
-}
-
-src_install() {
- exeinto /opt/${PN}/bin
- doexe ${PN} || die
-
- cat >> "${T}"/20${PN} <<- EOF
- PATH="/opt/${PN}/bin"
- EOF
-
- doenvd "${T}"/20${PN}
-
- insinto /usr/share/${PN}
- doins -r tutorial || die
- dohtml doc/* || die
- dodoc README || die
-}
diff --git a/sci-chemistry/direx/metadata.xml b/sci-chemistry/direx/metadata.xml
deleted file mode 100644
index 9ac9ffdb3..000000000
--- a/sci-chemistry/direx/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci-chemistry</herd>
-</pkgmetadata>