diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-01-17 14:22:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-01-17 14:22:47 +0000 |
commit | 700f73aac36ae14abe7fe3386cee4a932e34f248 (patch) | |
tree | f7d91a3e5f840a8fba3e3d433b7657173d52e1ba /dev-perl | |
parent | Describe what the bindist useflag does here. (diff) | |
download | gentoo-2-700f73aac36ae14abe7fe3386cee4a932e34f248.tar.gz gentoo-2-700f73aac36ae14abe7fe3386cee4a932e34f248.tar.bz2 gentoo-2-700f73aac36ae14abe7fe3386cee4a932e34f248.zip |
Version bump.
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Filesys-SmbClient/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Filesys-SmbClient/ChangeLog b/dev-perl/Filesys-SmbClient/ChangeLog index bdd346317937..416307bc01ea 100644 --- a/dev-perl/Filesys-SmbClient/ChangeLog +++ b/dev-perl/Filesys-SmbClient/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-SmbClient/ChangeLog,v 1.2 2013/01/17 14:22:47 flameeyes Exp $ + +*Filesys-SmbClient-3.200.0 (17 Jan 2013) + + 17 Jan 2013; Diego E. Pettenò <flameeyes@gentoo.org> + +Filesys-SmbClient-3.200.0.ebuild: + Version bump. *Filesys-SmbClient-3.100.0 (26 Nov 2012) diff --git a/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0.ebuild b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0.ebuild new file mode 100644 index 000000000000..a5079d8b1b41 --- /dev/null +++ b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 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.200.0.ebuild,v 1.1 2013/01/17 14:22:46 flameeyes Exp $ + +EAPI=4 + +MODULE_AUTHOR="ALIAN" +MODULE_VERSION=3.2 +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 |