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: dev-python/gsd/
Date: Thu, 15 Apr 2021 06:32:19
Message-Id: 1618468328.e25d61e0b639cfc10ea28ef62f480ac18ed151d8.mgorny@gentoo
1 commit: e25d61e0b639cfc10ea28ef62f480ac18ed151d8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 06:30:42 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 06:32:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25d61e0
7
8 dev-python/gsd: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/gsd/Manifest | 2 --
13 dev-python/gsd/gsd-1.5.3-r1.ebuild | 23 -----------------------
14 dev-python/gsd/gsd-2.4.0.ebuild | 23 -----------------------
15 3 files changed, 48 deletions(-)
16
17 diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest
18 index 1372a74869b..17518b905cd 100644
19 --- a/dev-python/gsd/Manifest
20 +++ b/dev-python/gsd/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST gsd-v1.5.3.tar.gz 240114 BLAKE2B 076d888f03350fba2388c907787354e878a1536c7d85c759eb3513102ee2abffe2c9313a6e9e208726d66d6324dac02ae70d8872342f9bcb162ad13d9a23dbc3 SHA512 893db74dc481da47d6c51ea0d0d9faefbe164edfaeb5a2ed73e25acbd9dc42c3cf28cbc0d9257c6bf0cc0e9911ab85cfa72997886350c0e7c125d30636ec432a
23 -DIST gsd-v2.4.0.tar.gz 112743 BLAKE2B d35a1108cb12f58f8b6cc980c156ae2dceb0c0d2c4d41d35ae29bae1bc342654e148616e64a6dfcb07bdbb1156299d8d05914d028dfb877979c8a17f299feb06 SHA512 47e136018d813f48c5d78cc31786a5bb33992f488a4d907b450a570bb90f9ffeb233e82f9686d09aeb3541fca1518294d5bf63c6a896635f30ad369350012458
24 DIST gsd-v2.4.1.tar.gz 113343 BLAKE2B 5d87fe5dbac037aeccf2ef800fc18accb1888606ed904b15910480032edaaa21bed3adf264e17ea5dc42f6600321c838c15e73617a1d8f49fb9a8e5e79a0bff4 SHA512 47982500160dc2a125ae2d796fccb1fb31fa501f059c8dee9be1342713d62e3d6ce71b534dbc91daedbf6981299efa4b81382afa13283d647c0848bbd3591c91
25 DIST gsd-v2.4.2.tar.gz 111622 BLAKE2B a4e08cc03ced2158818cf35e3f827d819b2248de52a21060e06a8d47810e2cf80fc25c9033c8b231b58c723ae794b9066261fdfcc5d19713a916ec9aa31adddc SHA512 8db05903bfcfc45bf1ffc326ffe67ce4d980a2b91596256fa29d006c73f742ac69b829ea2f4b7e1508bf5279c584fd66316e2e0776236bdce791e2cb46093ed3
26
27 diff --git a/dev-python/gsd/gsd-1.5.3-r1.ebuild b/dev-python/gsd/gsd-1.5.3-r1.ebuild
28 deleted file mode 100644
29 index 0d4d9bf3e1f..00000000000
30 --- a/dev-python/gsd/gsd-1.5.3-r1.ebuild
31 +++ /dev/null
32 @@ -1,23 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_7 )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="GSD - file format specification and a library to read and write it"
42 -HOMEPAGE="https://bitbucket.org/glotzer/gsd"
43 -SRC_URI="https://glotzerlab.engin.umich.edu/Downloads/${PN}/${PN}-v${PV}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="
51 - dev-python/numpy[${PYTHON_USEDEP}]"
52 -BDEPEND="
53 - ${RDEPEND}"
54 -
55 -S="${WORKDIR}/${PN}-v${PV}"
56
57 diff --git a/dev-python/gsd/gsd-2.4.0.ebuild b/dev-python/gsd/gsd-2.4.0.ebuild
58 deleted file mode 100644
59 index 2924812926e..00000000000
60 --- a/dev-python/gsd/gsd-2.4.0.ebuild
61 +++ /dev/null
62 @@ -1,23 +0,0 @@
63 -# Copyright 1999-2021 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=7
67 -
68 -PYTHON_COMPAT=( python3_{7..9} )
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="GSD - file format specification and a library to read and write it"
72 -HOMEPAGE="https://github.com/glotzerlab/gsd"
73 -SRC_URI="https://github.com/glotzerlab/gsd/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
74 -
75 -LICENSE="Apache-2.0"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -IUSE=""
79 -
80 -RDEPEND="
81 - dev-python/numpy[${PYTHON_USEDEP}]"
82 -BDEPEND="
83 - ${RDEPEND}"
84 -
85 -S="${WORKDIR}/${PN}-v${PV}"