summaryrefslogtreecommitdiff
path: root/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild')
-rw-r--r--sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild b/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild
deleted file mode 100644
index 116ce867545b..000000000000
--- a/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="GUI for XDS that is supposed to help both novice and experienced users"
-HOMEPAGE="http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XdsGUI"
-SRC_URI="
- amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/xdsGUI.rhel6.64 -> ${P}.64 )
- x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/xdsGUI.rhel6.32 -> ${P}.32 )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="-* ~amd64 ~amd64-linux"
-IUSE=""
-
-RDEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-util/xxdiff
- sci-chemistry/xds-bin
- sci-chemistry/xdsstat-bin
- sci-visualization/xds-viewer"
-DEPEND=""
-
-S="${WORKDIR}"
-
-QA_PREBUILT="opt/bin/*"
-
-src_unpack() {
- if use amd64; then
- cp -rf "${DISTDIR}"/${P}.64 ${PN} || die
- elif use x86; then
- cp -rf "${DISTDIR}"/${P}.32 ${PN} || die
- fi
-}
-
-src_install() {
- exeinto /opt/bin
- doexe ${PN}
-}