From 434d713861b70f6c6563d6ee50a8e64f14c970d9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 15 Feb 2018 16:58:00 +0000 Subject: gentoo resync : 15.02.2018 --- sci-chemistry/Manifest.gz | Bin 18057 -> 17895 bytes sci-chemistry/xdsgui/Manifest | 4 --- sci-chemistry/xdsgui/metadata.xml | 15 ---------- sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild | 41 --------------------------- 4 files changed, 60 deletions(-) delete mode 100644 sci-chemistry/xdsgui/Manifest delete mode 100644 sci-chemistry/xdsgui/metadata.xml delete mode 100644 sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild (limited to 'sci-chemistry') diff --git a/sci-chemistry/Manifest.gz b/sci-chemistry/Manifest.gz index 99251a6d61cf..0ba2ca7cd5e8 100644 Binary files a/sci-chemistry/Manifest.gz and b/sci-chemistry/Manifest.gz 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 @@ - - - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - -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. - - 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} -} -- cgit v1.2.3