summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/sen: drop old py35 onlyAaron Bauman2019-12-132-28/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+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>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/sen: Drop python3_7 support. Missing deps.Lars Wendler2019-03-211-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/sen: Bump to 0.6.1Nelo-T. Wallus2019-03-212-0/+38
| | | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Nelo-T. Wallus <nelo@wallus.de> Closes: https://github.com/gentoo/gentoo/pull/11428 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/sen: Bump to v0.6.0Nelo-T. Wallus2018-05-023-0/+42
| | | | | Closes: https://github.com/gentoo/gentoo/pull/8012 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-emulation/sen: Remove useless maintainer <description/>Michał Górny2018-02-111-2/+0
| | | | | | | | | Remove useless/redundant maintainer <description/>. It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious.
* app-emulation/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* app-emulation/sen: Fixed manifest (bug #627552).Lars Wendler2017-08-111-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* app-emulation/sen: Initial commitNelo-T. Wallus2017-08-113-0/+46
Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5374