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>
* app-misc/todo: rename script and avoid file collision.Patrice Clement2017-12-241-4/+4
| | | | | Closes: https://bugs.gentoo.org/610862 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-misc/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* app-misc/todo: clean up old.Patrice Clement2017-10-192-68/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-misc/todo: fix configuration file and display a message in the ↵Patrice Clement2017-10-191-0/+58
| | | | | | | pkg_postinst phase. Closes: https://bugs.gentoo.org/607946 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-misc/todo: add patch to fix bash completion.Patrice Clement2017-04-082-0/+47
| | | | | | | | Courtesy of Ferenc Erki <erkiferenc@gmail.com>. Gentoo-Bug: https://bugs.gentoo.org/614400 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-misc/todo: rename binary due to a collision with another ebuild.Patrice Clement2017-02-251-2/+4
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/610862 Package-Manager: portage-2.3.3
* app-misc/todo: new package.Patrice Clement2017-01-293-0/+41
todo is a CLI-based TODO list manager written in Bash. Gentoo-Bug: https://bugs.gentoo.org/149233 Package-Manager: portage-2.3.3