| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05.ebuild,v 1.2 2012/05/20 09:41:23 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05.ebuild,v 1.3 2012/05/20 14:08:04 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | MODULE_AUTHOR=FLORA |
7 | MODULE_AUTHOR=FLORA |
| 8 | |
8 | |
| 9 | inherit perl-module |
9 | inherit perl-module virtualx |
| 10 | |
10 | |
| 11 | DESCRIPTION="A perl interface to the notification library" |
11 | DESCRIPTION="A perl interface to the notification library" |
| 12 | |
12 | |
| 13 | LICENSE="LGPL-2" |
13 | LICENSE="LGPL-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| … | |
… | |
| 24 | test? ( dev-perl/Test-Exception )" |
24 | test? ( dev-perl/Test-Exception )" |
| 25 | |
25 | |
| 26 | SRC_TEST="do" |
26 | SRC_TEST="do" |
| 27 | |
27 | |
| 28 | PATCHES=( "${FILESDIR}"/${P}-libnotify.patch ) |
28 | PATCHES=( "${FILESDIR}"/${P}-libnotify.patch ) |
|
|
29 | |
|
|
30 | src_test() { |
|
|
31 | VIRTUALX_COMMAND="perl-module_src_test" virtualmake #416729 |
|
|
32 | } |