summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-apps/bleachbit: Bump to 4.4.0Christian Tietz2021-07-082-0/+86
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/21455 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* sys-apps/bleachbit: Cleanup oldChristian Tietz2021-06-152-75/+0
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/20992 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: 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>
* sys-apps/bleachbit: Keyword 4.2.0 arm64, #769707Sam James2021-02-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/bleachbit: Keyword 4.2.0 arm, #769707Sam James2021-02-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/bleachbit: Stabilize 4.2.0 amd64, #771240Sam James2021-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/bleachbit: Stabilize 4.2.0 x86, #771240Sam James2021-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/bleachbit: Bump to 4.2.0Christian Tietz2021-01-122-0/+83
| | | | | | | | | | Set DISTUTILS_SINGLE_IMPL=1 as only one Python executable is called, thus supporting multiple implementations does not make sense. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/19028 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/bleachbit: Remove oldChristian Tietz2020-06-022-60/+0
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/16038 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-apps/bleachbit: x86 stable wrt bug #725564Agostino Sarubbo2020-05-281-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/bleachbit: amd64 stable wrt bug #725564Agostino Sarubbo2020-05-281-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/bleachbit: Remove 3.9.0Christian Tietz2020-04-212-79/+0
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/15427 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-apps/bleachbit: Bump to 4.0.0Christian Tietz2020-04-212-0/+75
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-apps/bleachbit: small typofixJoonas Niilola2020-04-011-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-apps/bleachbit: Bump to 3.9.0 beta (Py3 port), implement testsChristian Tietz2020-04-012-0/+79
| | | | | | | | | | | Tests require FEATURES=-usersandbox. Hence, restrict them. Closes: https://bugs.gentoo.org/711962 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/15102 Closes: https://github.com/gentoo/gentoo/pull/14902 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-apps/bleachbit: Remove oldChristian Tietz2019-12-032-56/+0
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/13852 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-apps/bleachbit: x86 stable wrt bug #701858Agostino Sarubbo2019-12-031-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/bleachbit: amd64 stable wrt bug #701858Agostino Sarubbo2019-12-031-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/bleachbit: Remove oldChristian Tietz2019-10-292-60/+0
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/13439 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-apps/bleachbit: Bump to 3.0Christian Tietz2019-10-292-0/+60
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-apps/bleachbit: Bump to 2.3 beta (GTK+3 port)Christian Tietz2019-10-102-0/+60
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/13181 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-apps/bleachbit: Remove oldChristian Tietz2019-06-082-58/+0
| | | | | | | Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/12213 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/bleachbit: amd64 stable wrt bug #686258Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* sys-apps/bleachbit: x86 stable (bug #686258)Thomas Deutschmann2019-06-041-1/+1
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-apps/bleachbit: Remove unnecessary DEPENDMichał Górny2019-04-191-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/bleachbit: Remove oldChristian Tietz2019-04-192-57/+0
| | | | | | | Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11462 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/bleachbit: Bump to 2.2Christian Tietz2019-04-192-0/+57
| | | | | | Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-apps/bleachbit: Bump to 2.1 beta, EAPI=7Christian Tietz2019-03-022-0/+57
| | | | | | | Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11174 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-apps/bleachbit: Update metadata.xml.Christian Tietz2018-04-051-2/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-apps/bleachbit: Cleanup old.Christian Tietz2018-04-052-63/+0
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7830
* sys-apps/bleachbit: x86 stable (bug #652436)Thomas Deutschmann2018-04-061-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-apps/bleachbit: amd64 stableAaron Bauman2018-04-051-1/+1
| | | | | Bug: https://bugs.gentoo.org/652436 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-apps/bleachbit: Remove old.Christian Tietz2018-03-052-71/+0
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7316
* sys-apps/bleachbit: Bump to 2.0.Christian Tietz2018-03-052-0/+58
| | | | | | | | | * switch from eutils to desktop eclass * install .po files unconditionally, drop nls USE flag * call python_newscript inside python_install, get rid of newbin and python_replicate_script * improve readability Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-apps/bleachbit: Remove useless maintainer <description/>Michał Górny2018-02-111-1/+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.
* sys-apps/bleachbit: drop dev-pythonnotify-python from RDEPEND and add elog ↵Christian Tietz2018-01-031-4/+8
| | | | | | | | | | | | message. dev-python/notify-python is optional and not necessary in many if not most use cases. Hence, just like in e.g. Debian, it should not be a hard dependency. Moreover, it unconditionally pulls in dev-python/pygtk, rendering the gtk USE flag pointless. Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6682
* sys-apps/bleachbit: Remove old.Christian Tietz2017-12-292-64/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-apps/bleachbit: Bump to 1.19.Christian Tietz2017-12-292-0/+67
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-apps: Update Manifest hashes.Ulrich Müller2017-12-091-2/+2
|
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-2/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-apps/bleachbit: update remote-id in metadata.xml file.Christian Tietz2017-03-121-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3966
* sys-apps/bleachbit: version bump to 1.17.Christian Tietz2017-03-122-0/+64
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3966
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-apps/bleachbit: remove old.Christian Tietz2017-01-043-130/+0
| | | | | Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3306
* sys-apps/bleachbit: x86 stable wrt bug #590664Agostino Sarubbo2017-01-021-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/bleachbit: amd64 stable wrt bug #590664Agostino Sarubbo2016-09-261-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>