Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Filesys-SmbClient/
Date: Mon, 26 Jun 2017 07:10:54
Message-Id: 1498461043.a7ce3683eb6ddd874c6f42b9d0ee6b420b6ef122.kentnl@gentoo
1 commit: a7ce3683eb6ddd874c6f42b9d0ee6b420b6ef122
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 07:10:13 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 07:10:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ce3683
7
8 dev-perl/Filesys-SmbClient: Remove old re bug #581338
9
10 Cleanup old version that no longer builds since samba4 is the lowest
11 samba available.
12
13 Bug: https://bugs.gentoo.org/581338
14 Package-Manager: Portage-2.3.6, Repoman-2.3.2
15
16 .../Filesys-SmbClient-3.200.0-r1.ebuild | 20 --------------------
17 1 file changed, 20 deletions(-)
18
19 diff --git a/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild
20 deleted file mode 100644
21 index aa998261a3c..00000000000
22 --- a/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild
23 +++ /dev/null
24 @@ -1,20 +0,0 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=5
29 -
30 -MODULE_AUTHOR="ALIAN"
31 -MODULE_VERSION=3.2
32 -inherit perl-module
33 -
34 -DESCRIPTION="Provide Perl API for libsmbclient.so"
35 -
36 -SLOT="0"
37 -KEYWORDS="~amd64"
38 -IUSE=""
39 -
40 -DEPEND=">=net-fs/samba-4.2[client]"
41 -RDEPEND="${DEPEND}"
42 -
43 -# tests are not designed to work on a non-developer system.
44 -RESTRICT=test