aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/direx/direx-0.2.ebuild')
-rw-r--r--sci-chemistry/direx/direx-0.2.ebuild42
1 files changed, 0 insertions, 42 deletions
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
-}