summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/todo: clean up aliases.Ferenc Erki2020-10-091-3/+5
| | | | | | Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17863 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-misc/todo: update upstream repo in metadataFerenc Erki2020-09-291-1/+1
| | | | | | Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17270 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-misc/todo: remove unused patchMichael Mair-Keimberger2020-09-201-12/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/17578 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-misc/todo: version bump.Patrice Clement2020-09-162-60/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-misc/todo: version bump.Patrice Clement2020-09-162-0/+67
| | | | | | Closes: https://bugs.gentoo.org/738094 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-misc/todo: bump version to 2.11.0Ferenc Erki2020-03-093-0/+84
| | | | | | | Closes: https://bugs.gentoo.org/705306 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-misc/todo: add myself as proxied maintainer.Ferenc Erki2020-03-091-0/+8
| | | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14322 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* */*: [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