summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mail-client/trojita: EAPI-7 bump, use cmake.eclass, xdg.eclassAndreas Sturmlechner2020-04-191-2/+2
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Switch kde proj packages to cmake.eclassAndreas Sturmlechner2019-12-291-4/+4
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* mail-client/trojita: Move dev-qt/qttest:5 to DEPENDAndreas Sturmlechner2019-09-081-3/+4
| | | | | Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* mail-client/trojita: USE addressbook -> pim for kde-apps/akonadi pluginAndreas Sturmlechner2019-09-081-3/+3
| | | | | | | USE addressbook has become too generic since abook plugin is always being built. Thanks-to: Jan Kundrát <jkt@kde.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* mail-client/trojita: Unconditionally enable the abook pluginJan Kundrát2019-09-081-1/+1
| | | | | | | | | | | | | | | | | Trojita supports different implementations of an "address book" via plugins that are loaded at runtime. Only one plugin can be active at a time, but any number of them can be built and installed. The user can pick and select an appropriate plugin via a GUI configuration. There is no need to disable the "abook" plugin, and upstream expects this plugin to be always available. There are no external dependencies, and the `abook` binary is not used. Fixes: e0e382d4f9341 (mail-client/trojita: Add USE addressbook) Closes: https://bugs.gentoo.org/692214 Signed-off-by: Jan Kundrát <jkt@kde.org> Closes: https://github.com/gentoo/gentoo/pull/12794 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* mail-client/trojita: Fix USE test cmake paramAndreas Sturmlechner2019-05-211-1/+1
| | | | | | | Upstream commit 925218e09a76f977b3df400555e920ef7b69e351 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* mail-client/trojita: Add USE addressbookAndreas Sturmlechner2019-05-211-1/+4
| | | | | | | Upstream commit c3a317ac1e085535034ef862d9e9dbf4551cfb99 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* mail-client/trojita: Add USE spellAndreas Sturmlechner2019-05-211-1/+3
| | | | | | | Upstream commit aa5698e4a0bfa848ff782263db38b09d25a54384 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* mail-client/trojita: Switch from gnome2-utils to xdg, EAPI-7 bumpAndreas Sturmlechner2019-02-141-30/+18
| | | | | Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* mail-client/trojita: Fix USE=password switch, requires USE=dbusAndreas Sturmlechner2018-04-181-1/+3
| | | | Package-Manager: Portage-2.3.30, Repoman-2.3.9
* mail-client/trojita: align live ebuild with releaseMarty E. Plummer2018-04-101-2/+2
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* mail-client/trojita: fdo-mime->xdg-utilsMarty E. Plummer2018-04-101-5/+5
| | | | | | | Also some minor rearrangement, git://->https://, and DOCS=""->DOCS=() Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7886
* mail-client/trojita: use HTTPS in EGIT_REPO_URIMichael Palimaka2017-09-191-2/+2
| | | | | Closes: https://bugs.gentoo.org/631350 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-libs/qtkeychain: Prepare rdeps for dropping USE=qt5Andreas Sturmlechner2017-09-011-1/+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>
* mail-client/trojita: Upstream has switched to app-crypt/gpgmeJan Kundrát2016-12-211-1/+1
| | | | | There's also a requirement on 1.8.0+ because of some bugs in pthreads in 1.7.0 -- that one also comes from upstream.
* mail-client/trojita: add missing dependencyMichael Palimaka2016-06-221-0/+1
| | | | | | Gentoo-bug: 586482 Package-Manager: portage-2.3.0_rc1
* mail-client/trojita: update SRC_URIMichael Palimaka2016-06-151-1/+1
| | | | Package-Manager: portage-2.3.0_rc1
* mail-client/trojita: introduce crypt USE flagJan Kundrát2016-03-181-1/+8
| | | | | | Gentoo-bug: 577592 Package-Manager: portage-2.2.28
* mail-client/trojita: various live ebuild updatesMichael Palimaka2016-01-291-58/+45
| | | | | | | | | | | | | * Port to EAPI 6 * Drop Qt 4 support as it is being removed upstream * Drop linguas USE flags as they only control small text iles * Introduce dbus USE flag * Add missing dev-qt/qtnetwork USE dependency * Update icon and mime caches Gentoo-bug: 572894 Package-Manager: portage-2.2.27
* mail-client/trojita: dev-qt/linguist-tools is a build-time dependencyMichael Palimaka2015-10-021-1/+1
| | | | Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+89
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed