Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/xdsstat-bin/, profiles/
Date: Thu, 31 Oct 2019 15:36:24
Message-Id: 1572535824.4b38a48e03b81cf237dfc3ce9ff0cffc813ef391.mgorny@gentoo
1 commit: 4b38a48e03b81cf237dfc3ce9ff0cffc813ef391
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 31 15:30:24 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 15:30:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b38a48e
7
8 sci-chemistry/xdsstat-bin: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/673962
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 2 --
14 sci-chemistry/xdsstat-bin/Manifest | 2 --
15 sci-chemistry/xdsstat-bin/metadata.xml | 8 ------
16 .../xdsstat-bin/xdsstat-bin-171217.ebuild | 32 ----------------------
17 4 files changed, 44 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 1c83ce405c6..a149317edd1 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -507,7 +507,6 @@ sys-libs/libstdc++-v3-bin
24 # games-strategy/mindrover-demo: #640586
25 # media-fonts/hkscs-ming: #640590
26 # net-print/adobeps: #687000
27 -# sci-chemistry/xdsstat-bin: #673962
28 #
29 # Removal in 30 days.
30 games-fps/enemy-territory-etpro
31 @@ -517,7 +516,6 @@ games-server/nwn-ded
32 games-strategy/mindrover-demo
33 media-fonts/hkscs-ming
34 net-print/adobeps
35 -sci-chemistry/xdsstat-bin
36
37 # Stefan Strogin <steils@g.o> (2019-09-27)
38 # Requires >=dev-lang/lua-5.3 which is masked
39
40 diff --git a/sci-chemistry/xdsstat-bin/Manifest b/sci-chemistry/xdsstat-bin/Manifest
41 deleted file mode 100644
42 index 130ae0fada5..00000000000
43 --- a/sci-chemistry/xdsstat-bin/Manifest
44 +++ /dev/null
45 @@ -1,2 +0,0 @@
46 -DIST xdsstat-linux32.bz2 505522 BLAKE2B 5956483b3b73513398e7dcef4b7b0f358477453132e5ab55cd119c757e54ab5883f03273ac199e87c2c5b75e0623c00ddc0127d3a892d9d8935d9dfaa2111925 SHA512 2488ea0bb136d46f70648eca20012ba2f687ac2a81dad44a7f97a00762aac19ffbcdfe78ac42d4b3d2ab4ced9b9627b73b185f17126ef2311e1939788f4561be
47 -DIST xdsstat-linux64.bz2 172909 BLAKE2B 0cccf4ca4ea7c69daa6051d068d4387fbe361f2831d4fb3e811ca11b5c2506467ca902a35f9441679de0ae78f850a5ae53b03d0b659a44bbfeca43051280ed56 SHA512 5a649cbe2937f13696e6a85cda46eef3b9e3e0ec38717b5ddf2bfacb69919e5e4476070413a7ac80d454390c58006f5b17adc52373f17182bc2bcb8bcac2a235
48
49 diff --git a/sci-chemistry/xdsstat-bin/metadata.xml b/sci-chemistry/xdsstat-bin/metadata.xml
50 deleted file mode 100644
51 index 8937bad0b17..00000000000
52 --- a/sci-chemistry/xdsstat-bin/metadata.xml
53 +++ /dev/null
54 @@ -1,8 +0,0 @@
55 -<?xml version="1.0" encoding="UTF-8"?>
56 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 -<pkgmetadata>
58 - <maintainer type="project">
59 - <email>sci-chemistry@g.o</email>
60 - <name>Gentoo Chemistry Project</name>
61 - </maintainer>
62 -</pkgmetadata>
63
64 diff --git a/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild b/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild
65 deleted file mode 100644
66 index 0c144d9b28e..00000000000
67 --- a/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild
68 +++ /dev/null
69 @@ -1,32 +0,0 @@
70 -# Copyright 1999-2018 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=6
74 -
75 -MY_PN="${PN/-bin}"
76 -
77 -DESCRIPTION="Prints various statistics (that are not available from XDS itself)"
78 -HOMEPAGE="https://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT"
79 -SRC_URI="
80 - amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux64.bz2 )
81 - x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux32.bz2 )
82 -"
83 -
84 -LICENSE="all-rights-reserved"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~amd64-linux"
87 -IUSE=""
88 -
89 -RDEPEND="sci-chemistry/xds-bin"
90 -DEPEND=""
91 -
92 -RESTRICT="mirror"
93 -
94 -QA_PREBUILT="opt/bin/*"
95 -
96 -S="${WORKDIR}"
97 -
98 -src_install() {
99 - exeinto /opt/bin
100 - newexe ${MY_PN}* ${MY_PN}
101 -}