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>
* net-p2p/bitcoin-qt: Bump to 0.21.1Craig Andrews2021-07-112-0/+208
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* Revert "net-p2p/bitcoin-qt: Bump to 0.21.1"Georgy Yakovlev2021-07-092-208/+0
| | | | | | This reverts commit e62b85aae5a2dd70ff120ebc284bf6d461e34b88. Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* net-p2p/bitcoin-qt: Bump to 0.21.1Luke Dashjr2021-07-092-0/+208
| | | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/21490 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/bitcoin-qt: Stabilize 0.21.0 amd64, #790074Sam James2021-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@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>
* net-p2p/bitcoin-qt: Bump to 0.21.0Luke Dashjr2021-02-072-0/+191
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/bitcoin-qt: add cpe stringsJohn Helmert III2021-01-211-0/+2
| | | | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: John Helmert III <jchelmert3@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/19022 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/bitcoin-qt: security cleanupJohn Helmert III2021-01-216-579/+0
| | | | | | | Bug: https://bugs.gentoo.org/711198 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: John Helmert III <jchelmert3@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/bitcoin-qt: Stabilize 0.20.1 amd64, #711198Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/bitcoin-qt: Bump to 0.20.1Luke Dashjr2020-08-182-0/+187
| | | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/17153 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/bitcoin-qt: Bump to 0.20.0Luke Dashjr2020-06-162-0/+187
| | | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/16280 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/bitcoin{-qt,d}-0.16.3: Fix UnnecessarySlashStripLuke Dashjr2020-03-071-1/+1
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/bitcoin-qt-0.16.3: Use desktop eclass newmenuLuke Dashjr2020-03-071-3/+2
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/bitcoin{-qt,d}-0.16.3: Drop bitcoin_policy_rbf USE flagLuke Dashjr2020-03-072-14/+4
| | | | | | | | It is now always enabled at build time. Users who don't like it can turn it off at runtime. Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/bitcoin-qt: Drop redundant versionsLuke Dashjr2020-03-073-372/+0
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/bitcoin-qt: Bump to 0.19.1Luke Dashjr2020-03-072-0/+190
| | | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/14860 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/bitcoin-qt: Add patch for missing includeDavid Seifert2019-12-314-0/+27
| | | | | | Closes: https://bugs.gentoo.org/703544 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-1/+4
| | | | | | | | | | | | | | | | | | 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>
* net-p2p/bitcoin-qt: Bump to 0.18.0Luke Dashjr2019-08-072-0/+186
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/bitcoin-qt: Bump to 0.17.1Luke Dashjr2019-01-115-0/+209
| | | | | | Closes: https://bugs.gentoo.org/668520 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/bitcoin-qt: remove old and vulnerableVirgil Dupras2018-10-235-298/+0
| | | | | | Bug: https://bugs.gentoo.org/666669 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-p2p/bitcoin-qt: x86 stable (bug #666669)Thomas Deutschmann2018-10-011-1/+1
| | | | | Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* net-p2p/bitcoin-qt: remove oldVirgil Dupras2018-09-304-251/+0
| | | | | Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
* net-p2p/bitcoin-qt: amd64 stable wrt bug #666669Agostino Sarubbo2018-09-251-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="amd64"
* net-p2p/bitcoin-qt: Bump to 0.16.3Luke Dashjr2018-09-212-0/+184
| | | | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/9907 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Bug: https://bugs.gentoo.org/666669
* */*: arm: De-stabilise Qt5 revdepsAndreas Sturmlechner2018-05-101-1/+1
|
* net-p2p/bitcoin-qt: remove unused patchMichael Mair-Keimberger2018-04-081-48/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/7878
* net-p2p/bitcoin-qt: Drop 0.16.0 (r0)Andreas Sturmlechner2018-04-071-182/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-p2p/bitcoin-qt-0.16.0*: Add missing <memory> includeLuke Dashjr2018-04-072-0/+15
| | | | | Closes: https://bugs.gentoo.org/652142 Closes: https://github.com/gentoo/gentoo/pull/7833
* net-p2p/bitcoin-qt: dropped mips keywords againMatt Turner2018-04-062-2/+2
|
* net-p2p/bitcoin-qt: 0.16.0-r1 revbump w/ desktop file icon fixLuke Dashjr2018-04-051-0/+188
| | | | Closes: https://github.com/gentoo/gentoo/pull/7769
* net-p2p/bitcoin-qt: Bump to 0.16.0Luke Dashjr2018-04-014-1/+231
| | | | | Closes: https://bugs.gentoo.org/649562 Closes: https://github.com/gentoo/gentoo/pull/7570
* net-p2p/bitcoin-qt: dropped mips keywordsMatt Turner2018-03-281-1/+1
|
* net-p2p/bitcoin-qt: Drop oldAndreas Sturmlechner2018-03-185-487/+0
| | | | | | Closes: https://bugs.gentoo.org/631890 Closes: https://bugs.gentoo.org/643698 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-p2p/bitcoin-qt: arm stable wrt bug #644940Mikle Kolyada2018-03-181-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-p2p/bitcoin-qt: amd64 stable wrt bug #644940Agostino Sarubbo2018-02-221-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
* net-p2p/bitcoin-qt: use HTTPS instead of HTTPFrancesco Turco2018-01-291-3/+3
|
* net-p2p/bitcoin-qt: x86 stable (bug #644940)Thomas Deutschmann2018-01-271-1/+1
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* net-p2p/bitcoin-qt-0.15.1: Fix testsLuke Dashjr2018-01-233-1/+42
|
* net-p2p/bitcoin-qt: Drop live ebuild (outdated)Andreas Sturmlechner2018-01-192-107/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-p2p/bitcoin-qt: Add linguas_* as local USE flags.Ulrich Müller2018-01-091-0/+89
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-p2p/bitcoin-qt: Bump to 0.15.1Luke Dashjr2017-12-313-0/+258
| | | | | | | Closes: https://bugs.gentoo.org/615290 Closes: https://bugs.gentoo.org/631890 Closes: https://bugs.gentoo.org/640674 Closes: https://github.com/gentoo/gentoo/pull/6272
* net-p2p/*: Update Manifest hashesMichał Górny2017-12-101-6/+6
|
* Migrate Bitcoin ebuilds to proxy-maint projectLuke Dashjr2017-07-091-4/+4
| | | | Closes: https://github.com/gentoo/gentoo/pull/5075
* net-p2p/bitcoin-qt: fix application nameFrancesco Turco2017-04-081-1/+1
| | | | | | | Bitcoin-Qt is now called Bitcoin Core. The generated desktop entry should be updated accordingly. Closes: https://github.com/gentoo/gentoo/pull/4282
* net-p2p/bitcoin-qt: add knots supportAnthony G. Basile2017-03-112-7/+8
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-p2p/bitcoin-qt: Drop oldAndreas Sturmlechner2017-01-2411-891/+0
| | | | Package-Manager: portage-2.3.0