diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
commit | bd4aeefe33e63f613512604e47bfca7b2187697d (patch) | |
tree | adb35b5a9a00ee7ea591ab0c987f70167c23b597 /sci-chemistry/xdsstat-bin | |
parent | 48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff) |
gentoo resync : 03.11.2019
Diffstat (limited to 'sci-chemistry/xdsstat-bin')
-rw-r--r-- | sci-chemistry/xdsstat-bin/Manifest | 4 | ||||
-rw-r--r-- | sci-chemistry/xdsstat-bin/metadata.xml | 8 | ||||
-rw-r--r-- | sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild | 32 |
3 files changed, 0 insertions, 44 deletions
diff --git a/sci-chemistry/xdsstat-bin/Manifest b/sci-chemistry/xdsstat-bin/Manifest deleted file mode 100644 index 9c3447b89a16..000000000000 --- a/sci-chemistry/xdsstat-bin/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST xdsstat-linux32.bz2 505522 BLAKE2B 5956483b3b73513398e7dcef4b7b0f358477453132e5ab55cd119c757e54ab5883f03273ac199e87c2c5b75e0623c00ddc0127d3a892d9d8935d9dfaa2111925 SHA512 2488ea0bb136d46f70648eca20012ba2f687ac2a81dad44a7f97a00762aac19ffbcdfe78ac42d4b3d2ab4ced9b9627b73b185f17126ef2311e1939788f4561be -DIST xdsstat-linux64.bz2 172909 BLAKE2B 0cccf4ca4ea7c69daa6051d068d4387fbe361f2831d4fb3e811ca11b5c2506467ca902a35f9441679de0ae78f850a5ae53b03d0b659a44bbfeca43051280ed56 SHA512 5a649cbe2937f13696e6a85cda46eef3b9e3e0ec38717b5ddf2bfacb69919e5e4476070413a7ac80d454390c58006f5b17adc52373f17182bc2bcb8bcac2a235 -EBUILD xdsstat-bin-171217.ebuild 700 BLAKE2B 898930d813b1b6810884b11f592d9daab9e8c480c1963571f8a1a1871a5e3709bd2cc26faa18de2a7a53f3fd3d6dbe87fbcc359d72449aab30c3569851863f28 SHA512 78469ce2a1c09bd165a688a0260d8bdc500dcdaabaa2785bdb620646b88d272b438dbf2d4db68b4230d603d52900c4db64f30619afa4be03dcf56a208fa78b48 -MISC metadata.xml 271 BLAKE2B a446884cbe7a6789e0bcd82759f57bf1ab7b29c5ab714057ffa821c90f799d1fa9f9310c187ee4c3a8ae2476f6ea9d15f368045779f1581e68d02802c61c884c SHA512 3e6e6047a29e07123b81279cae1de17bc4bd4c3d7d8a8d26560114a18185f473d038fc220fa81c7213fa203ce197bad8b1c272d9b7e41cd770a953fa6308ff92 diff --git a/sci-chemistry/xdsstat-bin/metadata.xml b/sci-chemistry/xdsstat-bin/metadata.xml deleted file mode 100644 index 8937bad0b175..000000000000 --- a/sci-chemistry/xdsstat-bin/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> diff --git a/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild b/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild deleted file mode 100644 index 0c144d9b28e2..000000000000 --- a/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/-bin}" - -DESCRIPTION="Prints various statistics (that are not available from XDS itself)" -HOMEPAGE="https://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT" -SRC_URI=" - amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux64.bz2 ) - x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux32.bz2 ) -" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~amd64-linux" -IUSE="" - -RDEPEND="sci-chemistry/xds-bin" -DEPEND="" - -RESTRICT="mirror" - -QA_PREBUILT="opt/bin/*" - -S="${WORKDIR}" - -src_install() { - exeinto /opt/bin - newexe ${MY_PN}* ${MY_PN} -} |