summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl/PDL-Graphics-Gnuplot: Cleanup old version 2.11.0Kent Fredric2018-07-211-31/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/PDL-Graphics-Gnuplot: Add missing CPAN remote-id'sKent Fredric2017-12-271-0/+4
| | | | Package-Manager: Portage-2.3.18, Repoman-2.3.6
* dev-perl/PDL-Graphics-Gnuplot: amd64 stableAndreas K. Huettel2017-11-282-2/+2
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-perl/PDL-Graphics-Gnuplot: Add bugfix patch to escape output file nameAndreas K. Huettel2017-06-272-0/+58
| | | | | | | See also https://github.com/drzowie/PDL-Graphics-Gnuplot/issues/65 See also https://github.com/lab-measurement/lab-measurement/issues/10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/PDL-Graphics-Gnuplot: Add use requirements for gnuplot, bug 622586Andreas K. Huettel2017-06-261-0/+1
| | | | | | | | | | | | | Depending on the Gnuplot compilation options, differents sets of terminals are available. When (on Linux) either X or Qt4 terminals are enabled, one of these automatically becomes default terminal after program start. This can be verified with "show terminal", and in this case also PDL::Graphics::Gnuplot works fine. However, if both X and Qt4 terminal are disabled during compilation, the default terminal after gnuplot start is "unknown", meaning it's not functional (and a terminal has to be selected first). This makes the PDL::Graphics::Gnuplot tests fail, and probably also its functionality. See also https://github.com/drzowie/PDL-Graphics-Gnuplot/issues/66 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/PDL-Graphics-Gnuplot: New package, needed for dev-perl/Lab-MeasurementAndreas K. Huettel2017-06-233-0/+39
Package-Manager: Portage-2.3.6, Repoman-2.3.2