summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-12 23:12:05 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-12 23:12:05 +0000
commita6ac8725c016a34f10ae8cbaf265d807cd13d8a3 (patch)
tree4f4c62f1e30f15570d1ce788ffe7996b66d0fd38 /dev-perl
parentHard-disable tests since they need to set up a dbus desktop environment, bug ... (diff)
downloadgentoo-2-a6ac8725c016a34f10ae8cbaf265d807cd13d8a3.tar.gz
gentoo-2-a6ac8725c016a34f10ae8cbaf265d807cd13d8a3.tar.bz2
gentoo-2-a6ac8725c016a34f10ae8cbaf265d807cd13d8a3.zip
Add test support, bug 524552
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Data-Validate-Domain/ChangeLog6
-rw-r--r--dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild12
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-perl/Data-Validate-Domain/ChangeLog b/dev-perl/Data-Validate-Domain/ChangeLog
index 582633740b22..5239ebc1fb05 100644
--- a/dev-perl/Data-Validate-Domain/ChangeLog
+++ b/dev-perl/Data-Validate-Domain/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Data-Validate-Domain
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-Domain/ChangeLog,v 1.2 2014/12/07 13:22:31 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-Domain/ChangeLog,v 1.3 2014/12/12 23:12:05 dilfridge Exp $
+
+ 12 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ Data-Validate-Domain-0.100.0.ebuild:
+ Add test support, bug 524552
07 Dec 2014; Mikle Kolyada <zlogene@gentoo.org>
Data-Validate-Domain-0.100.0.ebuild:
diff --git a/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild b/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild
index acb1c8d52758..c7f0aaeddb60 100644
--- a/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild
+++ b/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild,v 1.2 2014/12/07 13:22:31 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild,v 1.3 2014/12/12 23:12:05 dilfridge Exp $
EAPI=5
@@ -11,9 +11,13 @@ inherit perl-module
DESCRIPTION="Light weight module for validating domains"
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
-DEPEND=">=dev-perl/Net-Domain-TLD-1.690.0"
+RDEPEND=">=dev-perl/Net-Domain-TLD-1.690.0"
+DEPEND="${RDEPEND}
+ test? ( virtual/perl-Test-Simple )
+"
+
+SRC_TEST=do