diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-12 00:00:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-12 00:00:04 +0100 |
commit | 95345df41ce46c863004fae12baa0bbb3626fd36 (patch) | |
tree | 2585da974bb476d6a4987ac68efda316cccec336 /sci-chemistry | |
parent | a75694433ab6c9b8bf09be0f88379d2e5f957b43 (diff) | |
download | gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.tar.gz gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.tar.xz |
profiles: Remove last-rited packages
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/xdsgui/Manifest | 2 | ||||
-rw-r--r-- | sci-chemistry/xdsgui/metadata.xml | 15 | ||||
-rw-r--r-- | sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild | 41 |
3 files changed, 0 insertions, 58 deletions
diff --git a/sci-chemistry/xdsgui/Manifest b/sci-chemistry/xdsgui/Manifest deleted file mode 100644 index 9de2c7636ad..00000000000 --- a/sci-chemistry/xdsgui/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xdsgui-0_p130530.32 10372936 BLAKE2B 3547a306509071049608c58074fe0acd9414b92a4efd2875ee4a75981e2c05be387d5cbd700126872574e2c15afc61a055eb8e43d98581dc064c96e3a4c2bd05 SHA512 f9ef5d914afb8e6a64f936508fee2e84f4e579898726774dc995e920e5a953341c48022e8078eb60f9a2a288190765949da03f394f221a48916d12dc26a898b1 -DIST xdsgui-0_p130530.64 12220790 BLAKE2B 7d38263b8b47c33f980b1fc566efdb1a94acea0ce411df3cbbdca85540ce357b27c9c56c1a4264c6cb549bf16b87f9bed220c496c7c5b95d16366f13b99d9072 SHA512 bd54ddacf44a9156306354249c5b1b61deb9b1f9ebdad879b98d01354ccb51ab60c183e3c58c2be2bb1a42b55b96cea470ee70538110f0fc1b9e3b46ffce3d40 diff --git a/sci-chemistry/xdsgui/metadata.xml b/sci-chemistry/xdsgui/metadata.xml deleted file mode 100644 index 6eab78d3118..00000000000 --- 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 116ce867545..00000000000 --- 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} -} |