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