dev-ruby/ftp-ext - 0.1.4 (ubuilds)

Search

Install

Install this version:

emerge -a =dev-ruby/ftp-ext-0.1.4

Package Information

Description:
Copying and syncing extension to Net::FTP
Homepage:
https://github.com/zpendleton/ftp-ext
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.4 5 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_EXTRADOC="README.mdown"
USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24"

inherit ruby-fakegem

DESCRIPTION="Copying and syncing extension to Net::FTP"
HOMEPAGE="https://github.com/zpendleton/ftp-ext"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
ruby_add_rdepend "dev-ruby/ptools"

Inherited Eclasses