Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524552 - =dev-perl/Data-Validate-Domain-0.100.0: enable test support
Summary: =dev-perl/Data-Validate-Domain-0.100.0: enable test support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-05 21:13 UTC by Michael Orlitzky
Modified: 2014-12-12 23:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2014-10-05 21:13:17 UTC
I had an ebuild ready to go for this, but it looks like I was too slow (bug #523800).

I have the test suite enabled and it works fine, so we should add it to the version in the tree. I've got,

  ...
  IUSE="test"

  RDEPEND="dev-perl/Net-Domain-TLD"
  DEPEND="${RDEPEND}
  	test? ( virtual/perl-Test-Simple )"

  SRC_TEST=do

Also, I think the existing dev-lang/perl dependency is handled by the eclass, but I'm not sure how to check. I think we need RDEPEND to include dev-perl/Net-Domain-TLD either way. LICENSE is redundant too based on the fact that I didn't include it and it showed up that way anyhow =)
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2014-12-12 23:12:07 UTC
Improvements added, thanks!