Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Utils/
Date: Mon, 28 Mar 2016 15:34:05
Message-Id: 1459178989.0d6e3ba1c274babd108aa0b72565d41c0d17f253.dilfridge@gentoo
1 commit: 0d6e3ba1c274babd108aa0b72565d41c0d17f253
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 15:11:36 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 15:29:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6e3ba1
7
8 dev-perl/MogileFS-Utils: Remove old
9
10 Package-Manager: portage-2.2.28
11
12 dev-perl/MogileFS-Utils/Manifest | 1 -
13 .../MogileFS-Utils/MogileFS-Utils-2.280.0-r1.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-perl/MogileFS-Utils/Manifest b/dev-perl/MogileFS-Utils/Manifest
17 index 3575edb..dc38467 100644
18 --- a/dev-perl/MogileFS-Utils/Manifest
19 +++ b/dev-perl/MogileFS-Utils/Manifest
20 @@ -1,2 +1 @@
21 -DIST MogileFS-Utils-2.28.tar.gz 40822 SHA256 16875b6f52d245fd50c4ccde78285251373339efb713e77a414ee82aa9901932 SHA512 fb8391e08ee9a2834bf1ecd89d395d293c23e26352dc91987fd9285b12279bb23ff2d0bb754e3c36ae0fd8460a2e2d80dce1de0285faf96cadf61612c0cac121 WHIRLPOOL 71f04c259e57f772568ed2b6c2528fef620af14ac4f948ee1af1c832240ee435d597267d45d24b7f17e71692607640ac80d7623704ed0b7836852054bcbd1d6c
22 DIST MogileFS-Utils-2.29.tar.gz 40648 SHA256 56eacdbd9d3ff2c09300d94d5ca7cf740590e5422435625e4c8a2e7c6059d9cd SHA512 833dd37266be5337ac4a64df5677ed988aee47df6e883d409e6d2326207dd9540e941f61752959e3ca200d83ae061a234fc79073ccffb71fddcda88753efbd99 WHIRLPOOL f28604b6bdd2c0760f2c5bea2b65600dc88003907d980b14621b0cc4022ca7f28ca425a11f228993ba9d3f2ba7d1a8293c072828f5469ba3e4f375a683ed1825
23
24 diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.280.0-r1.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.280.0-r1.ebuild
25 deleted file mode 100644
26 index 4fe50e8..0000000
27 --- a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.280.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -MODULE_AUTHOR=DORMANDO
37 -MODULE_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.16"
49 -DEPEND="${RDEPEND}"