+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Net-SFTP</remote-id>
- <remote-id type="cpan-module">Net::SFTP</remote-id>
- <remote-id type="cpan-module">Net::SFTP::Attributes</remote-id>
- <remote-id type="cpan-module">Net::SFTP::Buffer</remote-id>
- <remote-id type="cpan-module">Net::SFTP::Constants</remote-id>
- <remote-id type="cpan-module">Net::SFTP::Util</remote-id>
- </upstream>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Net-SFTP
-MODULE_AUTHOR=DBROBINS
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION="Secure File Transfer Protocol client"
-
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/net-ssh-perl-1.25"