dev-perl/Boulder: Bulk fixes and fix for bug #678004
authorKent Fredric <kentnl@gentoo.org>
Tue, 9 Jul 2019 15:33:53 +0000 (03:33 +1200)
committerKent Fredric <kentnl@gentoo.org>
Tue, 9 Jul 2019 15:35:01 +0000 (03:35 +1200)
commit59a04a481c15788a6798996b271efabbbcc78a03
treeb56930c91c71635bed84d3aa0436596a4b888e6c
parent88458fc40e25e9602cddab7554187e038c05da0a
dev-perl/Boulder: Bulk fixes and fix for bug #678004

- Convert to EAPI6
- Omit Boulder::Store support unless USE=store is specified, as
  Boulder::Store requires DB_File, which requires perl built with
  USE="berkdb", and triggering a perl rebuild flipping a use flag
  could really complicate portage's capacity to solve dependencies,
  and possibly break your perl. (This is exposed bug bug #678004)
- Omit Boulder::Labbase as the module is incomplete, is documented as
  such, and loads dependencies that aren't available on Gentoo or on
  CPAN.
- Omit Boulder::XML and its dependency on XML-Parser unless USE=xml is
  specified, as XML handling is not in any way critical to this module.
- Remove uncondtional compile-time assertion for XML::Parser
- Omit Boulder::Genbank and related assets unless USE=genbank is
  specified, as this necesarily adds a dependency on dev-perl/CGI as
  part of its Entrez accessor
- Provide examples via USE="examples"

Closes: https://bugs.gentoo.org/678004
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Boulder/Boulder-1.300.0-r2.ebuild [new file with mode: 0644]
dev-perl/Boulder/files/Boulder-1.30-no-xml-parser-check.patch [new file with mode: 0644]
dev-perl/Boulder/metadata.xml