sci-chemistry/xdsstat-bin: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Thu, 31 Oct 2019 15:30:24 +0000 (16:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 31 Oct 2019 15:30:24 +0000 (16:30 +0100)
Closes: https://bugs.gentoo.org/673962
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sci-chemistry/xdsstat-bin/Manifest [deleted file]
sci-chemistry/xdsstat-bin/metadata.xml [deleted file]
sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild [deleted file]

index 1c83ce405c61303073c63e380530d8d87e5b7d97..a149317edd1e4b5575c7634c1510b3a6ded1165d 100644 (file)
@@ -507,7 +507,6 @@ sys-libs/libstdc++-v3-bin
 # games-strategy/mindrover-demo: #640586
 # media-fonts/hkscs-ming: #640590
 # net-print/adobeps: #687000
-# sci-chemistry/xdsstat-bin: #673962
 #
 # Removal in 30 days.
 games-fps/enemy-territory-etpro
@@ -517,7 +516,6 @@ games-server/nwn-ded
 games-strategy/mindrover-demo
 media-fonts/hkscs-ming
 net-print/adobeps
-sci-chemistry/xdsstat-bin
 
 # Stefan Strogin <steils@gentoo.org> (2019-09-27)
 # Requires >=dev-lang/lua-5.3 which is masked
diff --git a/sci-chemistry/xdsstat-bin/Manifest b/sci-chemistry/xdsstat-bin/Manifest
deleted file mode 100644 (file)
index 130ae0f..0000000
+++ /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 (file)
index 8937bad..0000000
+++ /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 (file)
index 0c144d9..0000000
+++ /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}
-}