commit:     4b38a48e03b81cf237dfc3ce9ff0cffc813ef391
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 15:30:24 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 15:30:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b38a48e

sci-chemistry/xdsstat-bin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/673962
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  2 --
 sci-chemistry/xdsstat-bin/Manifest                 |  2 --
 sci-chemistry/xdsstat-bin/metadata.xml             |  8 ------
 .../xdsstat-bin/xdsstat-bin-171217.ebuild          | 32 ----------------------
 4 files changed, 44 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 1c83ce405c6..a149317edd1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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 <ste...@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
index 130ae0fada5..00000000000
--- 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 8937bad0b17..00000000000
--- 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-chemis...@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 0c144d9b28e..00000000000
--- 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}
-}

Reply via email to