Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Utils/
Date: Thu, 08 Jul 2021 19:33:34
Message-Id: 1625772775.aa9e3a3b330cf43d119f925c98435e6f112eb1f9.dilfridge@gentoo
1 commit: aa9e3a3b330cf43d119f925c98435e6f112eb1f9
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 19:00:01 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 19:32:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9e3a3b
7
8 dev-perl/MogileFS-Utils: Remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/MogileFS-Utils/Manifest | 1 -
14 .../MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/dev-perl/MogileFS-Utils/Manifest b/dev-perl/MogileFS-Utils/Manifest
18 index f0f3d0955c6..9d26ddeae87 100644
19 --- a/dev-perl/MogileFS-Utils/Manifest
20 +++ b/dev-perl/MogileFS-Utils/Manifest
21 @@ -1,2 +1 @@
22 -DIST MogileFS-Utils-2.29.tar.gz 40648 BLAKE2B ef97bb9820f0dd25f8e1b36a10d08ae48ac2241ab3fcc875e366ec834115c215c12101814eb8a0d40ecd915ab5b71c6283365c1f10b75a3e13741bece65607f1 SHA512 833dd37266be5337ac4a64df5677ed988aee47df6e883d409e6d2326207dd9540e941f61752959e3ca200d83ae061a234fc79073ccffb71fddcda88753efbd99
23 DIST MogileFS-Utils-2.30.tar.gz 40653 BLAKE2B 7bd0d4913495d20ce0e9e2abd092a1ffbc3ce62f82cecc3ebe33216b5f3a338765b1f5ad71fec79373f9eb15b68d58f368f12d11becf19e479d3ffcb0783a1c5 SHA512 6e248ca497f033e1b5c5cb01f89d6d97a3d1ada61cb224a82fc9bca3ba7b3be0341037405603d1dbcbba86277dfd4a1862d4bca0265f5b35d10ac8b6ca33aa6b
24
25 diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild
26 deleted file mode 100644
27 index b0d322b7bbd..00000000000
28 --- a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DIST_AUTHOR=DORMANDO
37 -DIST_VERSION=${PV%0.0}
38 -inherit perl-module
39 -
40 -DESCRIPTION="Server for the MogileFS distributed file system"
41 -
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~ppc ~x86"
44 -IUSE=""
45 -
46 -RDEPEND="virtual/perl-IO-Compress
47 - dev-perl/libwww-perl
48 - >=dev-perl/MogileFS-Client-1.160.0"
49 -DEPEND="${RDEPEND}
50 - virtual/perl-ExtUtils-MakeMaker
51 -"