summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-06-26 19:10:13 +1200
committerKent Fredric <kentnl@gentoo.org>2017-06-26 19:10:43 +1200
commita7ce3683eb6ddd874c6f42b9d0ee6b420b6ef122 (patch)
treedf02255e12835cb80a8674dda8e880cdca97a46d
parentwww-client/chromium: dev channel bump (61.0.3135.4) (diff)
downloadgentoo-a7ce3683.tar.gz
gentoo-a7ce3683.tar.bz2
gentoo-a7ce3683.zip
dev-perl/Filesys-SmbClient: Remove old re bug #581338
Cleanup old version that no longer builds since samba4 is the lowest samba available. Bug: https://bugs.gentoo.org/581338 Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
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
deleted file mode 100644
index aa998261a3ca..000000000000
--- a/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR="ALIAN"
-MODULE_VERSION=3.2
-inherit perl-module
-
-DESCRIPTION="Provide Perl API for libsmbclient.so"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=net-fs/samba-4.2[client]"
-RDEPEND="${DEPEND}"
-
-# tests are not designed to work on a non-developer system.
-RESTRICT=test