view dev-perl/SVN-Notify/SVN-Notify-2.84-r1.ebuild @ 400:cd9b3492889b

update psi to .475
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 13 Oct 2015 00:38:31 +0200
parents 477c452d717b
children
line wrap: on
line source

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Notify/SVN-Notify.2.84-r1.ebuild,v 1.1 2011/01/27 02:43:53 robbat2 Exp $

EAPI="5"

MODULE_AUTHOR="DWHEELER"

inherit perl-module

DESCRIPTION="Subversion activity notification"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

SRC_TEST="do"

COMMON="dev-lang/perl
    virtual/perl-File-Spec
    >=virtual/perl-Getopt-Long-2.34
	>=perl-core/Pod-Parser-1.33
	dev-perl/HTML-Parser
    dev-perl/Net-SMTP_auth"
DEPEND="${COMMON}
    virtual/perl-Module-Build
	test? ( dev-perl/Test-Pod
		dev-perl/Test-Pod-Coverage )"
RDEPEND="${COMMON}"

mydoc="Changes"