summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-11-26 02:15:55 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-11-26 02:15:55 +0000
commita380437f558af2ba92ea1097f901a0853528d1d6 (patch)
tree252df6313a1fdb917a8cbbf0ad0026e9e3c947c1 /dev-perl/Filesys-SmbClient
parentLink libpci directly (and depend on it). (diff)
downloadgentoo-2-a380437f558af2ba92ea1097f901a0853528d1d6.tar.gz
gentoo-2-a380437f558af2ba92ea1097f901a0853528d1d6.tar.bz2
gentoo-2-a380437f558af2ba92ea1097f901a0853528d1d6.zip
Initial import of Filesys::SmbClient, which I'm using for a nagios check.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key D4301342)
Diffstat (limited to 'dev-perl/Filesys-SmbClient')
-rw-r--r--dev-perl/Filesys-SmbClient/ChangeLog9
-rw-r--r--dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.100.0.ebuild22
-rw-r--r--dev-perl/Filesys-SmbClient/metadata.xml12
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/Filesys-SmbClient/ChangeLog b/dev-perl/Filesys-SmbClient/ChangeLog
new file mode 100644
index 000000000000..bdd346317937
--- /dev/null
+++ b/dev-perl/Filesys-SmbClient/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/Filesys-SmbClient
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-SmbClient/ChangeLog,v 1.1 2012/11/26 02:15:55 flameeyes Exp $
+
+*Filesys-SmbClient-3.100.0 (26 Nov 2012)
+
+ 26 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+ +Filesys-SmbClient-3.100.0.ebuild, +metadata.xml:
+ Initial import of Filesys::SmbClient, which I'm using for a nagios check.
diff --git a/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.100.0.ebuild b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.100.0.ebuild
new file mode 100644
index 000000000000..e66839968c5d
--- /dev/null
+++ b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.100.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.100.0.ebuild,v 1.1 2012/11/26 02:15:55 flameeyes Exp $
+
+EAPI=4
+
+MODULE_AUTHOR="ALIAN"
+MODULE_VERSION=3.1
+inherit perl-module
+
+DESCRIPTION="Provide Perl API for libsmbclient.so"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-lang/perl
+ >=net-fs/samba-3.0.20[smbclient]"
+RDEPEND="${DEPEND}"
+
+# tests are not designed to work on a non-developer system.
+RESTRICT=test
diff --git a/dev-perl/Filesys-SmbClient/metadata.xml b/dev-perl/Filesys-SmbClient/metadata.xml
new file mode 100644
index 000000000000..0f6904bcd96d
--- /dev/null
+++ b/dev-perl/Filesys-SmbClient/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>flameeyes@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Filesys-SmbClient</remote-id>
+ <remote-id type="cpan-module">Filesys::SmbClient</remote-id>
+ </upstream>
+</pkgmetadata>