Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/shuffile/
Date: Mon, 14 Jun 2021 23:09:49
Message-Id: 1623712182.5c4a4b54b4746b042e0877108cf5ba0171913b3c.Alessandro-Barbieri@gentoo
1 commit: 5c4a4b54b4746b042e0877108cf5ba0171913b3c
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 14 22:44:31 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 14 23:09:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c4a4b54
7
8 sys-cluster/shuffile: drop 0.0.3
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-cluster/shuffile/Manifest | 1 -
13 sys-cluster/shuffile/shuffile-0.0.3.ebuild | 31 ------------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/sys-cluster/shuffile/Manifest b/sys-cluster/shuffile/Manifest
17 index 92a861245..e4993c803 100644
18 --- a/sys-cluster/shuffile/Manifest
19 +++ b/sys-cluster/shuffile/Manifest
20 @@ -1,2 +1 @@
21 -DIST shuffile-0.0.3.tar.gz 20069 BLAKE2B cb40b12334e7ec2f70140d6d2cb11f77cdb72d381dc5ecf4b335c4324f0e6c777113546b91edf290767c6daa5d0e7641b4849cad42230688a799e1a4359f4dfb SHA512 e5ca8b7ab1542fda0c84d92bba527911846cdd95cbe86d4aa0075abacffc369485ad7187bc7e0ee2edcd69ccbc4ef2abcd0de75be497c0cdc3d6177563067875
22 DIST shuffile-0.0.4.tar.gz 28847 BLAKE2B 7e36c8d96457eb44f59f9017d69ad53265d88c47b33d37b8b2ab6ea2365eb2bd0eb78a25a2496754d839ae5507615356e2cb5508879b82c99e2ef91ef9f7af0e SHA512 2c90e1aa852413f15fabc78c0553344b1b8975972ff84239d872738f102d7784f16422ccc2807189307db0feb0abb28b4db02c1666957a94a92e6be329f4a277
23
24 diff --git a/sys-cluster/shuffile/shuffile-0.0.3.ebuild b/sys-cluster/shuffile/shuffile-0.0.3.ebuild
25 deleted file mode 100644
26 index a0dcd66f6..000000000
27 --- a/sys-cluster/shuffile/shuffile-0.0.3.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="7"
34 -
35 -inherit cmake
36 -
37 -DESCRIPTION="SHUFFILE Shuffle files between processes"
38 -HOMEPAGE="https://github.com/ECP-VeloC/shuffile"
39 -SRC_URI="https://github.com/ECP-VeloC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="~amd64"
44 -
45 -RDEPEND="
46 - >=sys-cluster/KVTree-1.0.2[mpi]
47 - sys-libs/zlib
48 - virtual/mpi
49 -"
50 -DEPEND="${RDEPEND}"
51 -BDEPEND="
52 - >=dev-util/cmake-2.8
53 -"
54 -
55 -src_prepare() {
56 - #do not build static library
57 - sed -i '/shuffile-static/d' src/CMakeLists.txt || die
58 - default
59 - cmake_src_prepare
60 -}