Mercurial > hg > portage
annotate dev-perl/SVN-Notify/SVN-Notify-2.84.ebuild @ 403:3931bbd1a475
update Maven to 3.3.9, remove old ebuilds
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 19 Nov 2015 07:11:32 +0100 |
parents | cfab2dff56a9 |
children |
rev | line source |
---|---|
357
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 # Copyright 1999-2011 Gentoo Foundation |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 # Distributed under the terms of the GNU General Public License v2 |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 # $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 $ |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
5 EAPI="4" |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
6 |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
7 MODULE_AUTHOR="DWHEELER" |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
8 |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
9 inherit perl-module |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
10 |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
11 DESCRIPTION="Subversion activity notification" |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
12 SLOT="0" |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
13 KEYWORDS="~amd64 ~x86" |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
14 IUSE="test" |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
15 |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
16 SRC_TEST="do" |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
17 |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
18 COMMON="dev-lang/perl |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
19 virtual/perl-File-Spec |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
20 >=virtual/perl-Getopt-Long-2.34 |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
21 >=perl-core/Pod-Parser-1.33 |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
22 dev-perl/HTML-Parser |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
23 dev-perl/Net-SMTP_auth" |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
24 DEPEND="${COMMON} |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
25 virtual/perl-Module-Build |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
26 test? ( dev-perl/Test-Pod |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
27 dev-perl/Test-Pod-Coverage )" |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
28 RDEPEND="${COMMON}" |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
29 |
cfab2dff56a9
updated ebuild for SVN-Notify
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
30 mydoc="Changes" |