Mercurial > hg > portage
diff dev-perl/SVN-Notify/SVN-Notify-2.84.ebuild @ 357:cfab2dff56a9
updated ebuild for SVN-Notify
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 14 Aug 2014 07:18:04 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-perl/SVN-Notify/SVN-Notify-2.84.ebuild Thu Aug 14 07:18:04 2014 +0200 @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Builder-Simple/Mail-Builder-Simple-0.15.ebuild,v 1.1 2011/01/27 02:43:53 robbat2 Exp $ + +EAPI="4" + +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"