You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/App-Nopaste/App-Nopaste-0.910.0.ebuild

37 lines
617 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=SARTAK
MODULE_VERSION=0.91
inherit perl-module
DESCRIPTION="Easy access to any pastebin"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="+pastebin clipboard github"
DEPEND="
dev-perl/Class-Load
dev-perl/Getopt-Long-Descriptive
dev-perl/JSON
dev-perl/WWW-Mechanize
dev-perl/Module-Pluggable
dev-perl/URI
pastebin? (
dev-perl/WWW-Pastebin-PastebinCom-Create
)
clipboard? (
dev-perl/Clipboard
)
github? (
dev-vcs/git[perl]
)
"
RDEPEND="${DEPEND}"
SRC_TEST="do"