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/Time-Moment: Cleanup old version 0.420.0Kent Fredric2018-07-222-35/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Time-Moment: Bump to version 0.430.0Kent Fredric2018-03-142-0/+35
| | | | | | | | Upstream: - Documentation fixes - Fix macro test for compiler attributes Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-perl/Time-Moment: Remove old re bug #615238Kent Fredric2017-04-215-139/+0
| | | | | Bug: https://bugs.gentoo.org/615238 Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-perl/Time-Moment: Bump to version 0.420.0Kent Fredric2017-04-112-0/+35
| | | | | | | | Upstream: - Fix for '.' in @INC Bug: https://bugs.gentoo.org/615238 Package-Manager: Portage-2.3.4, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-perl/Time-Moment: Bump to version 0.410.0Kent Fredric2016-12-112-0/+36
| | | | | | | | Upstream: - Documentation fixes - NearestMinuteInterval maximum increased from 1439 to 1440 Package-Manager: portage-2.3.3
* dev-perl/Time-Moment: Bump to version 0.400.0Kent Fredric2016-12-062-0/+36
| | | | | | | | Upstream: - Fix problem with thread-perl compilation with forward-function declaration Package-Manager: portage-2.3.2
* dev-perl/Time-Moment: Bump to version 0.390.0Kent Fredric2016-11-272-0/+36
| | | | | | | | | | | | - EAPI6 - Add USE="examples" Upstream: - Add "precision" and "with_precision" methods - Add {Western,Orthodox}EasterSunday() and NearestMinuteInterval adjusters Package-Manager: portage-2.3.2
* dev-perl/Time-Moment: Added at version 0.380.0Kent Fredric2016-02-294-0/+82
Required for dev-perl/MongoDB-1.2.2 Package-Manager: portage-2.2.27