diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-31 16:30:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-31 16:30:24 +0100 |
commit | 4b38a48e03b81cf237dfc3ce9ff0cffc813ef391 (patch) | |
tree | e66c39a00dc3fa10e67e7dcbf411ece39a98b1ad /sci-chemistry | |
parent | sci-libs/parmgridgen: Remove last-rited pkg (diff) | |
download | gentoo-4b38a48e03b81cf237dfc3ce9ff0cffc813ef391.tar.gz gentoo-4b38a48e03b81cf237dfc3ce9ff0cffc813ef391.tar.bz2 gentoo-4b38a48e03b81cf237dfc3ce9ff0cffc813ef391.zip |
sci-chemistry/xdsstat-bin: Remove last-rited pkg
Closes: https://bugs.gentoo.org/673962
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/xdsstat-bin/Manifest | 2 | ||||
-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, 42 deletions
diff --git a/sci-chemistry/xdsstat-bin/Manifest b/sci-chemistry/xdsstat-bin/Manifest deleted file mode 100644 index 130ae0fada56..000000000000 --- a/sci-chemistry/xdsstat-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xdsstat-linux32.bz2 505522 BLAKE2B 5956483b3b73513398e7dcef4b7b0f358477453132e5ab55cd119c757e54ab5883f03273ac199e87c2c5b75e0623c00ddc0127d3a892d9d8935d9dfaa2111925 SHA512 2488ea0bb136d46f70648eca20012ba2f687ac2a81dad44a7f97a00762aac19ffbcdfe78ac42d4b3d2ab4ced9b9627b73b185f17126ef2311e1939788f4561be -DIST xdsstat-linux64.bz2 172909 BLAKE2B 0cccf4ca4ea7c69daa6051d068d4387fbe361f2831d4fb3e811ca11b5c2506467ca902a35f9441679de0ae78f850a5ae53b03d0b659a44bbfeca43051280ed56 SHA512 5a649cbe2937f13696e6a85cda46eef3b9e3e0ec38717b5ddf2bfacb69919e5e4476070413a7ac80d454390c58006f5b17adc52373f17182bc2bcb8bcac2a235 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} -} |