summaryrefslogtreecommitdiff
path: root/sci-chemistry
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-15 16:58:00 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-15 16:58:00 +0000
commit434d713861b70f6c6563d6ee50a8e64f14c970d9 (patch)
treeb72c523c72e764420f835ba9d63d43ffef687dcf /sci-chemistry
parentf78108598211053d41752a83e0345441bb9014ae (diff)
gentoo resync : 15.02.2018
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/Manifest.gzbin18057 -> 17895 bytes
-rw-r--r--sci-chemistry/xdsgui/Manifest4
-rw-r--r--sci-chemistry/xdsgui/metadata.xml15
-rw-r--r--sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild41
4 files changed, 0 insertions, 60 deletions
diff --git a/sci-chemistry/Manifest.gz b/sci-chemistry/Manifest.gz
index 99251a6d61cf..0ba2ca7cd5e8 100644
--- a/sci-chemistry/Manifest.gz
+++ b/sci-chemistry/Manifest.gz
Binary files differ
diff --git a/sci-chemistry/xdsgui/Manifest b/sci-chemistry/xdsgui/Manifest
deleted file mode 100644
index 518fee93a6d9..000000000000
--- a/sci-chemistry/xdsgui/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST xdsgui-0_p130530.32 10372936 BLAKE2B 3547a306509071049608c58074fe0acd9414b92a4efd2875ee4a75981e2c05be387d5cbd700126872574e2c15afc61a055eb8e43d98581dc064c96e3a4c2bd05 SHA512 f9ef5d914afb8e6a64f936508fee2e84f4e579898726774dc995e920e5a953341c48022e8078eb60f9a2a288190765949da03f394f221a48916d12dc26a898b1
-DIST xdsgui-0_p130530.64 12220790 BLAKE2B 7d38263b8b47c33f980b1fc566efdb1a94acea0ce411df3cbbdca85540ce357b27c9c56c1a4264c6cb549bf16b87f9bed220c496c7c5b95d16366f13b99d9072 SHA512 bd54ddacf44a9156306354249c5b1b61deb9b1f9ebdad879b98d01354ccb51ab60c183e3c58c2be2bb1a42b55b96cea470ee70538110f0fc1b9e3b46ffce3d40
-EBUILD xdsgui-0_p130530.ebuild 906 BLAKE2B 60ac88a91373e387cd99bcdf3ff5e85f2b0a70d0f52f65b24e33a99ecb202cb90a63ca2d1a72283a4d0ac13d8b1f44d1b94766d2ee0d572f49fede192ccd3a20 SHA512 335a7fd6d15f03e475712738a88fc5554cba9ae5a3589557ddf9afaf4100399946ccd0a4a20a4937cfa10d9e436690cf3113a7b94d8f09a96a12bcd88342d0b0
-MISC metadata.xml 687 BLAKE2B 1255007d1a524ba94a9f9c74390386023a8967a7dc8d5309f76fc191573fa027a01385d6a1e9545b0619c46667e3f616309864ad72a5b673fa501081cd8fa63e SHA512 ea98e543b3b037ab8e94099dc0a6cd69e1423fb622bb87ccd4b44569e1878bfa400f1a0e0c1f8f3325ec12d6c43c2dba3379f24de2734de866a02e595c771c35
diff --git a/sci-chemistry/xdsgui/metadata.xml b/sci-chemistry/xdsgui/metadata.xml
deleted file mode 100644
index 6eab78d31188..000000000000
--- a/sci-chemistry/xdsgui/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <longdescription>
-XDSgui is a GUI (graphical user interface) for XDS that is supposed to help both
-novice and experienced users. It graphically displays the ASCII and cbf files
-that XDS writes, and can run useful shell commands with a simple mouse click.
-The design goal of the program is to enable XDS data processing without the
-commandline, and to supply additional graphical information.
-</longdescription>
-</pkgmetadata>
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}
-}