diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Filesys-SmbClient | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Filesys-SmbClient')
-rw-r--r-- | dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Filesys-SmbClient/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Filesys-SmbClient/metadata.xml | 12 |
3 files changed, 34 insertions, 0 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 new file mode 100644 index 000000000000..cf3c6faba446 --- /dev/null +++ b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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-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/Manifest b/dev-perl/Filesys-SmbClient/Manifest new file mode 100644 index 000000000000..c660e5465aef --- /dev/null +++ b/dev-perl/Filesys-SmbClient/Manifest @@ -0,0 +1 @@ +DIST Filesys-SmbClient-3.2.tar.gz 52010 SHA256 a9f2f3d4675de76f9dcae2be40bda93495cd5fafb1bb6326d71833cea451bc6e SHA512 547ad4c94a7cd88e5ac07938d2e315acf416810596979efb40fe036614535cdb1ad7f73bb17f3b6c18b62187a09a2613bc548a9dede6c399673962d9eb837427 WHIRLPOOL b5f840731957791c96d8708825fcd5d352ce8a9ea2c89ba45f44a9e54b61c4c3f2587e426a4708febd69452d895265cc0403a0d9123e9b22e2d93293f4585599 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> |